Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1171 dst_reg ndc_xyz = ndc; in emit_ndc_computation() local
1172 ndc_xyz.writemask = WRITEMASK_XYZ; in emit_ndc_computation()
1174 emit(MUL(ndc_xyz, pos, src_reg(ndc_w))); in emit_ndc_computation()