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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1170 dst_reg ndc_w = ndc; local in function:brw::vec4_visitor::emit_ndc_computation
1171 ndc_w.writemask = WRITEMASK_W;
1174 emit_math(SHADER_OPCODE_RCP, ndc_w, pos_w);
1179 emit(MUL(ndc_xyz, pos, src_reg(ndc_w)));
1231 src_reg ndc_w = src_reg(output_reg[BRW_VARYING_SLOT_NDC][0]); local in function:brw::vec4_visitor::emit_psiz_and_flags
1232 ndc_w.swizzle = BRW_SWIZZLE_WWWW;
1233 emit(CMP(dst_null_f(), ndc_w, brw_imm_f(0.0f), BRW_CONDITIONAL_L));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1075 dst_reg ndc_w = ndc; local in function:brw::vec4_visitor::emit_ndc_computation
1076 ndc_w.writemask = WRITEMASK_W;
1079 emit_math(SHADER_OPCODE_RCP, ndc_w, pos_w);
1084 emit(MUL(ndc_xyz, pos, src_reg(ndc_w)));
1136 src_reg ndc_w = src_reg(output_reg[BRW_VARYING_SLOT_NDC][0]); local in function:brw::vec4_visitor::emit_psiz_and_flags
1137 ndc_w.swizzle = BRW_SWIZZLE_WWWW;
1138 emit(CMP(dst_null_f(), ndc_w, brw_imm_f(0.0f), BRW_CONDITIONAL_L));

Completed in 6 milliseconds