mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
Add support for register-indirect access in destination registers.
This is untested. Also, a few bits for source operand register-indirect access sneak in with this commit.
This commit is contained in:
committed by
Damien Lespiau
parent
2dac0a19a4
commit
3bcf6b29cd
@@ -50,6 +50,9 @@ struct dst_operand {
|
||||
|
||||
int horiz_stride;
|
||||
int address_mode; /* 0 if direct, 1 if register-indirect */
|
||||
|
||||
/* Indirect addressing */
|
||||
int address_subreg_nr;
|
||||
int indirect_offset;
|
||||
};
|
||||
|
||||
@@ -65,6 +68,7 @@ struct src_operand {
|
||||
int horiz_stride, width, vert_stride;
|
||||
|
||||
int address_mode; /* 0 if direct, 1 if register-indirect */
|
||||
int address_subreg_nr;
|
||||
int indirect_offset; /* XXX */
|
||||
|
||||
int swizzle_set;
|
||||
|
||||
Reference in New Issue
Block a user