/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_varyings.h | 82 case VARYING_SLOT_POS: in panvk_varying_buf_id() 96 case VARYING_SLOT_POS: in panvk_varying_size()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vue_map.c | 127 assign_vue_slot(vue_map, VARYING_SLOT_POS, slot++); in brw_compute_vue_map() 137 assign_vue_slot(vue_map, VARYING_SLOT_POS, slot++); in brw_compute_vue_map() 145 vue_map->slot_to_varying[slot++] = VARYING_SLOT_POS; in brw_compute_vue_map()
|
D | brw_clip_util.c | 105 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in brw_clip_project_vertex() 165 GLuint delta = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in brw_clip_interp_vertex() 246 if (varying == VARYING_SLOT_POS || varying == BRW_VARYING_SLOT_NDC) in brw_clip_interp_vertex()
|
D | brw_interpolation_map.c | 72 unsigned pos_slot = vue_map->varying_to_slot[VARYING_SLOT_POS]; in brw_setup_vue_interpolation()
|
D | brw_vec4_visitor.cpp | 806 if (output_reg[VARYING_SLOT_POS][0].file == BAD_FILE) in emit_ndc_computation() 810 src_reg pos = src_reg(output_reg[VARYING_SLOT_POS][0]); in emit_ndc_computation() 960 case VARYING_SLOT_POS: in emit_urb_slot() 962 if (output_reg[VARYING_SLOT_POS][0].file != BAD_FILE) in emit_urb_slot() 963 emit(MOV(reg, src_reg(output_reg[VARYING_SLOT_POS][0]))); in emit_urb_slot()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_lower_input_attachments.c | 33 VARYING_SLOT_POS); in load_frag_coord() 37 pos->data.location = VARYING_SLOT_POS; in load_frag_coord()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_multiview.c | 167 if (var->data.location != VARYING_SLOT_POS) in shader_only_position_uses_view_index() 209 if (var->data.location == VARYING_SLOT_POS) { in nir_can_lower_multiview() 238 if (var->data.location == VARYING_SLOT_POS) { in nir_lower_multiview()
|
D | nir_lower_input_attachments.c | 35 VARYING_SLOT_POS); in load_frag_coord() 39 pos->data.location = VARYING_SLOT_POS; in load_frag_coord()
|
D | nir_lower_fragcoord_wtrans.c | 52 return var->data.location == VARYING_SLOT_POS; in lower_fragcoord_wtrans_filter()
|
D | nir_lower_clip_halfz.c | 38 var->data.location != VARYING_SLOT_POS) in lower_pos_write()
|
D | nir_lower_viewport_transform.c | 62 var->data.location != VARYING_SLOT_POS) in nir_lower_viewport_transform()
|
D | nir_lower_interpolation.c | 60 if (nir_intrinsic_base(intr) == VARYING_SLOT_POS) in nir_lower_interpolation_block()
|
/third_party/mesa3d/src/mesa/program/ |
D | programopt.c | 91 newInst[i].DstReg.Index = VARYING_SLOT_POS; in insert_mvp_dp4_code() 111 vprog->info.outputs_written |= BITFIELD64_BIT(VARYING_SLOT_POS); in insert_mvp_dp4_code() 189 newInst[3].DstReg.Index = VARYING_SLOT_POS; in insert_mvp_mad_code() 212 vprog->info.outputs_written |= BITFIELD64_BIT(VARYING_SLOT_POS); in insert_mvp_mad_code()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_signature.c | 68 if (var->data.location == VARYING_SLOT_POS) in get_interpolation() 77 if (var->data.location == VARYING_SLOT_POS) in get_interpolation() 86 if (var->data.location == VARYING_SLOT_POS) in get_interpolation() 103 case VARYING_SLOT_POS: in in_sysvalue_name() 286 case VARYING_SLOT_POS: in get_semantic_name() 619 case VARYING_SLOT_POS: in out_sysvalue_name()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_gs.cpp | 78 location == VARYING_SLOT_POS || in process_store_output() 123 if (location == VARYING_SLOT_POS || in process_load_input() 224 if (stream == 0 || v.first != VARYING_SLOT_POS) { in emit_vertex()
|
D | sfn_shader_vs.cpp | 86 case VARYING_SLOT_POS: in do_store_output() 238 case VARYING_SLOT_POS: in emit_varying_pos() 450 case VARYING_SLOT_POS: in do_scan_instruction()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_lower_point_sprite.c | 58 case VARYING_SLOT_POS: in find_outputs() 137 case VARYING_SLOT_POS: in lower_store()
|
D | d3d12_gs_variant.cpp | 212 } else if (i == VARYING_SLOT_POS) { in d3d12_begin_emit_primitives_gs() 360 if (emit_ctx.in[i]->data.location == VARYING_SLOT_POS && emit_ctx.edgeflag_cmp) { in d3d12_emit_points() 402 if (emit_ctx.in[i]->data.location == VARYING_SLOT_POS) in d3d12_emit_lines()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_nir_lower_multiview.c | 50 if (var->data.location != VARYING_SLOT_POS) in lower_multiview_mask()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_clear.c | 324 vs_out_pos->data.location = VARYING_SLOT_POS; in get_clear_rect_vs() 346 nir->info.inputs_read = 1ull << VARYING_SLOT_POS; in get_clear_rect_gs() 347 nir->info.outputs_written = (1ull << VARYING_SLOT_POS) | in get_clear_rect_gs() 361 gs_in_pos->data.location = VARYING_SLOT_POS; in get_clear_rect_gs() 367 gs_out_pos->data.location = VARYING_SLOT_POS; in get_clear_rect_gs()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 323 return VARYING_SLOT_POS; in svga_tgsi_to_gl_varying_semantic() 366 return VARYING_SLOT_POS; in svga_tgsi_to_gl_varying_semantic()
|
/third_party/mesa3d/src/imagination/rogue/ |
D | rogue_build_data.c | 335 if (var->data.location == VARYING_SLOT_POS) { in collect_io_data_vs() 551 if (location == VARYING_SLOT_POS) { in rogue_output_index_vs()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_draw_helpers.c | 53 if (var->data.location == VARYING_SLOT_POS) in load_frag_coord() 59 pos->data.location = VARYING_SLOT_POS; in load_frag_coord()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 71 case VARYING_SLOT_POS: in tgsi_get_gl_varying_semantic()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.h | 298 VARYING_SLOT_POS, enumerator 474 #define VARYING_BIT_POS BITFIELD64_BIT(VARYING_SLOT_POS)
|