i965: Reduce predicate field of backend_instruction to uint8_t.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
enum opcode opcode; /* BRW_OPCODE_* or FS_OPCODE_* */
|
||||
|
||||
uint32_t predicate;
|
||||
uint8_t predicate;
|
||||
bool predicate_inverse;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user