Remove flag_reg_nr from the DW3 of an instruction

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
This commit is contained in:
Xiang, Haihao 2012-07-17 14:01:54 +08:00 committed by Damien Lespiau
parent f3f6ba24e6
commit 968d2d7ef6

View File

@ -1241,8 +1241,7 @@ struct brw_instruction
GLuint src1_horiz_stride:2; GLuint src1_horiz_stride:2;
GLuint src1_width:3; GLuint src1_width:3;
GLuint src1_vert_stride:4; GLuint src1_vert_stride:4;
GLuint flag_reg_nr:1; GLuint pad1:7;
GLuint pad1:6;
} ia1; } ia1;
struct struct
@ -1258,8 +1257,7 @@ struct brw_instruction
GLuint src1_swz_w:2; GLuint src1_swz_w:2;
GLuint pad1:1; GLuint pad1:1;
GLuint src1_vert_stride:4; GLuint src1_vert_stride:4;
GLuint flag_reg_nr:1; GLuint pad2:7;
GLuint pad2:6;
} ia16; } ia16;