mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
change read message format on GEN5
to re-use a lot of shaders for GEN5.
This commit is contained in:
parent
549b751afb
commit
5261b8475e
@ -1386,8 +1386,8 @@ struct brw_instruction
|
||||
|
||||
struct {
|
||||
GLuint binding_table_index:8;
|
||||
GLuint msg_control:3;
|
||||
GLuint msg_type:3;
|
||||
GLuint msg_control:4;
|
||||
GLuint msg_type:2;
|
||||
GLuint target_cache:2;
|
||||
GLuint pad0:3;
|
||||
GLuint header_present:1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user