mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-18 20:03:06 +00:00
assembler: Rename dp_read_gen6 to gen6_dp_sampler_const_cache
The purpose of this commit is to synchronize opcode definitions across the gen4asm assembler and mesa. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
+16
-11
@@ -1469,17 +1469,22 @@ struct brw_instruction
|
||||
GLuint end_of_thread:1;
|
||||
} dp_read_gen5;
|
||||
|
||||
struct {
|
||||
GLuint binding_table_index:8;
|
||||
GLuint msg_control:5;
|
||||
GLuint msg_type:3;
|
||||
GLuint pad0:3;
|
||||
GLuint header_present:1;
|
||||
GLuint response_length:5;
|
||||
GLuint msg_length:4;
|
||||
GLuint pad1:2;
|
||||
GLuint end_of_thread:1;
|
||||
} dp_read_gen6;
|
||||
/**
|
||||
* Message for the Sandybridge Sampler Cache or Constant Cache Data Port.
|
||||
*
|
||||
* See the Sandybridge PRM, Volume 4 Part 1, Section 3.9.2.1.1.
|
||||
**/
|
||||
struct {
|
||||
GLuint binding_table_index:8;
|
||||
GLuint msg_control:5;
|
||||
GLuint msg_type:3;
|
||||
GLuint pad0:3;
|
||||
GLuint header_present:1;
|
||||
GLuint response_length:5;
|
||||
GLuint msg_length:4;
|
||||
GLuint pad1:2;
|
||||
GLuint end_of_thread:1;
|
||||
} gen6_dp_sampler_const_cache;
|
||||
|
||||
struct {
|
||||
GLuint binding_table_index:8;
|
||||
|
||||
Reference in New Issue
Block a user