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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp1256 dst_reg reg_y = reg; local
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])));
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp3008 const GLuint reg_y = test_case.m_dst_y; local
3012 const GLuint reg_t = reg_y + reg_h;
3019 if (0 != reg_y)
3024 out_regions[out_n_regions][3] = reg_y;
3032 out_regions[out_n_regions][1] = reg_y;
3042 out_regions[out_n_regions][1] = reg_y;

Completed in 107 milliseconds