summaryrefslogtreecommitdiff
path: root/src/shaders/post_processing/gen8/pa_to_pl2.asm
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2014-10-08 08:48:53 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-10-08 09:01:38 +0800
commit2b002e286c31c9b0c09c1f22237bb222ac77b97c (patch)
treed8ef471847df59fed762960e87cf6feedc8eb736 /src/shaders/post_processing/gen8/pa_to_pl2.asm
parent4568e24f0382d2d03215bcaf78eb0eae68f88ae5 (diff)
parentf11176415ec26eb5960ba6841d2d9c22f2cabc60 (diff)
downloadlibva-intel-driver-g45-h264.tar.gz
Merge remote-tracking branch 'fdo/master' into g45-h264g45-h264
Some users still use this branch Conflicts: src/i965_avc_bsd.c src/i965_avc_ildb.c src/i965_drv_video.c
Diffstat (limited to 'src/shaders/post_processing/gen8/pa_to_pl2.asm')
-rw-r--r--src/shaders/post_processing/gen8/pa_to_pl2.asm17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/shaders/post_processing/gen8/pa_to_pl2.asm b/src/shaders/post_processing/gen8/pa_to_pl2.asm
new file mode 100644
index 00000000..adc81fdb
--- /dev/null
+++ b/src/shaders/post_processing/gen8/pa_to_pl2.asm
@@ -0,0 +1,17 @@
+// Module name: AVS
+.kernel YUY2_TO_NV12
+.code
+
+#include "VP_Setup.g8a"
+#include "Set_Layer_0.g8a"
+#include "Set_AVS_Buf_0123_VYUA.g8a"
+#include "PA_AVS_Buf_0.g8a"
+#include "PA_AVS_Buf_1.g8a"
+#include "PA_AVS_Buf_2.g8a"
+#include "PA_AVS_Buf_3.g8a"
+#include "Save_AVS_NV12.g8a"
+#include "EOT.g8a"
+
+.end_code
+
+.end_kernel