mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
assembler: Consolidate the swizzling configuration on 8 bits
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ struct src_operand {
|
||||
int indirect_offset; /* XXX */
|
||||
|
||||
int swizzle_set;
|
||||
int swizzle_x, swizzle_y, swizzle_z, swizzle_w;
|
||||
unsigned swizzle: 8;
|
||||
|
||||
uint32_t imm32; /* set if reg_file == BRW_IMMEDIATE_VALUE or it is expressing a branch offset */
|
||||
char *reloc_target; /* bspec: branching instructions JIP and UIP are source operands */
|
||||
|
||||
Reference in New Issue
Block a user