Home
last modified time | relevance | path

Searched refs:reg_w (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1241 dst_reg reg_w = reg; in emit_psiz_and_flags() local
1242 reg_w.writemask = WRITEMASK_W; in emit_psiz_and_flags()
1244 reg_as_src.type = reg_w.type; in emit_psiz_and_flags()
1246 emit(MOV(reg_w, reg_as_src)); in emit_psiz_and_flags()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp3009 const GLuint reg_w = test_case.m_width; in getCleanRegions() local
3011 const GLuint reg_r = reg_x + reg_w; in getCleanRegions()