Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp818 dst_reg ndc_w = ndc; in emit_ndc_computation() local
819 ndc_w.writemask = WRITEMASK_W; in emit_ndc_computation()
822 emit_math(SHADER_OPCODE_RCP, ndc_w, pos_w); in emit_ndc_computation()
827 emit(MUL(ndc_xyz, pos, src_reg(ndc_w))); in emit_ndc_computation()
879 src_reg ndc_w = src_reg(output_reg[BRW_VARYING_SLOT_NDC][0]); in emit_psiz_and_flags() local
880 ndc_w.swizzle = BRW_SWIZZLE_WWWW; in emit_psiz_and_flags()
881 emit(CMP(dst_null_f(), ndc_w, brw_imm_f(0.0f), BRW_CONDITIONAL_L)); in emit_psiz_and_flags()