summaryrefslogtreecommitdiff
path: root/src/shaders/h264/ildb/SetupVPKernel.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/shaders/h264/ildb/SetupVPKernel.asm')
-rw-r--r--src/shaders/h264/ildb/SetupVPKernel.asm24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/shaders/h264/ildb/SetupVPKernel.asm b/src/shaders/h264/ildb/SetupVPKernel.asm
new file mode 100644
index 0000000..c7d9634
--- /dev/null
+++ b/src/shaders/h264/ildb/SetupVPKernel.asm
@@ -0,0 +1,24 @@
+/*
+ * Copyright © <2010>, Intel Corporation.
+ *
+ * This program is licensed under the terms and conditions of the
+ * Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
+ * http://www.opensource.org/licenses/eclipse-1.0.php.
+ *
+ */
+// Modual name: SetupVPKernel.asm
+//
+// Initial setup for running video-processing kernels
+//
+
+#include "ILDB_header.inc"
+
+//
+// Now, begin source code....
+//
+
+.code
+
+ mov (8) MSGSRC.0<1>:ud r0.0<8;8,1>:ud // Initialize message payload header with R0
+
+// End of SetupVPKernel