mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
change read message format on GEN5
to re-use a lot of shaders for GEN5.
This commit is contained in:
committed by
Damien Lespiau
parent
549b751afb
commit
5261b8475e
@@ -1386,8 +1386,8 @@ struct brw_instruction
|
|||||||
|
|
||||||
struct {
|
struct {
|
||||||
GLuint binding_table_index:8;
|
GLuint binding_table_index:8;
|
||||||
GLuint msg_control:3;
|
GLuint msg_control:4;
|
||||||
GLuint msg_type:3;
|
GLuint msg_type:2;
|
||||||
GLuint target_cache:2;
|
GLuint target_cache:2;
|
||||||
GLuint pad0:3;
|
GLuint pad0:3;
|
||||||
GLuint header_present:1;
|
GLuint header_present:1;
|
||||||
|
|||||||
Reference in New Issue
Block a user