mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 17:50:12 +01:00
i965: Reduce predicate field of backend_instruction to uint8_t.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
079773d1cb
commit
00c567e897
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public:
|
||||||
|
|
||||||
enum opcode opcode; /* BRW_OPCODE_* or FS_OPCODE_* */
|
enum opcode opcode; /* BRW_OPCODE_* or FS_OPCODE_* */
|
||||||
|
|
||||||
uint32_t predicate;
|
uint8_t predicate;
|
||||||
bool predicate_inverse;
|
bool predicate_inverse;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue