mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 14:23:03 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user