Home | History | Annotate | Download | only in i965

Lines Matching defs:ndc

2107    /* Build ndc coords, which are (x/w, y/w, z/w, 1/w) */
2108 dst_reg ndc = dst_reg(this, glsl_type::vec4_type);
2109 output_reg[BRW_VERT_RESULT_NDC] = ndc;
2111 current_annotation = "NDC";
2112 dst_reg ndc_w = ndc;
2118 dst_reg ndc_xyz = ndc;
2160 * set ndc = (0,0,0,0)
2262 current_annotation = "NDC";