Searched refs:ndc_w (Results 1 – 1 of 1) sorted by relevance
1165 dst_reg ndc_w = ndc; in emit_ndc_computation() local1166 ndc_w.writemask = WRITEMASK_W; in emit_ndc_computation()1169 emit_math(SHADER_OPCODE_RCP, ndc_w, pos_w); in emit_ndc_computation()1174 emit(MUL(ndc_xyz, pos, src_reg(ndc_w))); in emit_ndc_computation()1224 src_reg ndc_w = src_reg(output_reg[BRW_VARYING_SLOT_NDC][0]); in emit_psiz_and_flags() local1225 ndc_w.swizzle = BRW_SWIZZLE_WWWW; in emit_psiz_and_flags()1226 emit(CMP(dst_null_f(), ndc_w, brw_imm_f(0.0f), BRW_CONDITIONAL_L)); in emit_psiz_and_flags()