Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_clip_util.c107 BRW_VARYING_SLOT_NDC); in brw_clip_project_vertex()
155 BRW_VARYING_SLOT_NDC); in brw_clip_interp_vertex()
181 BRW_VARYING_SLOT_NDC); in brw_clip_interp_vertex()
246 if (varying == VARYING_SLOT_POS || varying == BRW_VARYING_SLOT_NDC) in brw_clip_interp_vertex()
Dbrw_vue_map.c124 assign_vue_slot(vue_map, BRW_VARYING_SLOT_NDC, slot++); in brw_compute_vue_map()
272 [BRW_VARYING_SLOT_NDC - VARYING_SLOT_MAX] = "BRW_VARYING_SLOT_NDC", in varying_name()
Dbrw_vec4_visitor.cpp1161 output_reg[BRW_VARYING_SLOT_NDC][0] = ndc; in emit_ndc_computation()
1162 output_num_components[BRW_VARYING_SLOT_NDC][0] = 4; in emit_ndc_computation()
1223 output_reg[BRW_VARYING_SLOT_NDC][0].file != BAD_FILE) { in emit_psiz_and_flags()
1224 src_reg ndc_w = src_reg(output_reg[BRW_VARYING_SLOT_NDC][0]); in emit_psiz_and_flags()
1230 output_reg[BRW_VARYING_SLOT_NDC][0].type = BRW_REGISTER_TYPE_F; in emit_psiz_and_flags()
1231 inst = emit(MOV(output_reg[BRW_VARYING_SLOT_NDC][0], brw_imm_f(0.0f))); in emit_psiz_and_flags()
1300 case BRW_VARYING_SLOT_NDC: in emit_urb_slot()
1302 if (output_reg[BRW_VARYING_SLOT_NDC][0].file != BAD_FILE) in emit_urb_slot()
1303 emit(MOV(reg, src_reg(output_reg[BRW_VARYING_SLOT_NDC][0]))); in emit_urb_slot()
Dbrw_compiler.h773 BRW_VARYING_SLOT_NDC = VARYING_SLOT_MAX, enumerator
Dbrw_clip_unfilled.c269 BRW_VARYING_SLOT_NDC); in apply_one_offset()
Dbrw_fs_visitor.cpp656 case BRW_VARYING_SLOT_NDC: in emit_urb_writes()