mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
assembler: Rename dp_read_gen6 to gen6_dp_sampler_const_cache
The purpose of this commit is to synchronize opcode definitions across the gen4asm assembler and mesa. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
+3
-3
@@ -1260,9 +1260,9 @@ msgtarget: NULL_TOKEN
|
||||
$$.bits2.send_gen5.sfid =
|
||||
BRW_MESSAGE_TARGET_DP_SC;
|
||||
$$.bits3.generic_gen5.header_present = 1;
|
||||
$$.bits3.dp_read_gen6.binding_table_index = $3;
|
||||
$$.bits3.dp_read_gen6.msg_control = $7;
|
||||
$$.bits3.dp_read_gen6.msg_type = $9;
|
||||
$$.bits3.gen6_dp_sampler_const_cache.binding_table_index = $3;
|
||||
$$.bits3.gen6_dp_sampler_const_cache.msg_control = $7;
|
||||
$$.bits3.gen6_dp_sampler_const_cache.msg_type = $9;
|
||||
} else if (IS_GENx(5)) {
|
||||
$$.bits2.send_gen5.sfid =
|
||||
BRW_MESSAGE_TARGET_DATAPORT_READ;
|
||||
|
||||
Reference in New Issue
Block a user