tests/gem_media_fill: the assembly code for the shader used in the case

The code is for reference only

v2: Fixed the source register used for the send with EOT
    Fixed the posted destination operand for the send with EOT

v3: Fixed the cache agent used in media_block_write message on GEN8

Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
This commit is contained in:
Xiang, Haihao
2013-12-02 12:52:08 +08:00
parent c683569725
commit 5f40b23cfa
2 changed files with 49 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
These files are here for reference only.
Commands used to generate the shader on gen8
$> m4 media_fill.gxa > media_fill.gxm
$> intel-gen4asm -g 8 -o <output> media_fill.gxm