Searched refs:reg_y (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1256 dst_reg reg_y = reg; local in function:brw::vec4_visitor::emit_psiz_and_flags
1257 reg_y.writemask = WRITEMASK_Y;
1258 reg_y.type = BRW_REGISTER_TYPE_D;
1259 output_reg[VARYING_SLOT_LAYER][0].type = reg_y.type;
1260 emit(MOV(reg_y, src_reg(output_reg[VARYING_SLOT_LAYER][0])));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1161 dst_reg reg_y = reg; local in function:brw::vec4_visitor::emit_psiz_and_flags
1162 reg_y.writemask = WRITEMASK_Y;
1163 reg_y.type = BRW_REGISTER_TYPE_D;
1164 output_reg[VARYING_SLOT_LAYER][0].type = reg_y.type;
1165 emit(MOV(reg_y, src_reg(output_reg[VARYING_SLOT_LAYER][0])));

Completed in 6 milliseconds