Searched refs:ndc_w (Results 1 – 1 of 1) sorted by relevance
1075 dst_reg ndc_w = ndc; in emit_ndc_computation() local1076 ndc_w.writemask = WRITEMASK_W; in emit_ndc_computation()1079 emit_math(SHADER_OPCODE_RCP, ndc_w, pos_w); in emit_ndc_computation()1084 emit(MUL(ndc_xyz, pos, src_reg(ndc_w))); in emit_ndc_computation()1136 src_reg ndc_w = src_reg(output_reg[BRW_VARYING_SLOT_NDC][0]); in emit_psiz_and_flags() local1137 ndc_w.swizzle = BRW_SWIZZLE_WWWW; in emit_psiz_and_flags()1138 emit(CMP(dst_null_f(), ndc_w, brw_imm_f(0.0f), BRW_CONDITIONAL_L)); in emit_psiz_and_flags()