assembler: Rename three_src_gen6 to da3src

Mesa's brw_structs.h has named/renamed this field to da3src. Sync with
them.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2013-01-15 14:05:23 +00:00
parent e71f1d2ad4
commit 31259c5edc
2 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -1142,7 +1142,7 @@ struct brw_instruction
GLuint dest_writemask:4;
GLuint dest_subreg_nr:3;
GLuint dest_reg_nr:8;
} three_src_gen6; /* Three-source-operator instructions for Gen6+ */
} da3src;
struct
{
@@ -1229,7 +1229,7 @@ struct brw_instruction
GLuint src1_rep_ctrl:1;
GLuint src1_swizzle:8;
GLuint src1_subreg_nr_low:2; /* src1_subreg_nr spans on two DWORDs */
} three_src_gen6; /* Three-source-operator instructions for Gen6+ */
} da3src;
struct
{
@@ -1315,7 +1315,7 @@ struct brw_instruction
GLuint src2_subreg_nr:3;
GLuint src2_reg_nr:8;
GLuint pad1:2; /* reserved */
} three_src_gen6; /* Three-source-operator instructions for Gen6+ */
} da3src;
struct
{