/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_point_size_mov.c | 58 out->data.location = VARYING_SLOT_PSIZ; in lower_impl() 77 VARYING_SLOT_PSIZ); in nir_lower_point_size_mov()
|
D | nir_lower_point_size.c | 69 if (var->data.location != VARYING_SLOT_PSIZ) in instr_is_point_size()
|
D | nir_propagate_invariant.c | 207 case VARYING_SLOT_PSIZ: in nir_propagate_invariant()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_util.h | 111 BITFIELD64_BIT(VARYING_SLOT_PSIZ)) { in st_point_size_per_vertex() 132 BITFIELD64_BIT(VARYING_SLOT_PSIZ)); in st_point_size_per_vertex()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_vertexstageexport.cpp | 79 output->data.location == VARYING_SLOT_PSIZ || in do_process_outputs() 96 if (output->data.location == VARYING_SLOT_PSIZ || in do_process_outputs() 103 output->data.location != VARYING_SLOT_PSIZ && in do_process_outputs() 115 case VARYING_SLOT_PSIZ: in do_store_output() 190 case VARYING_SLOT_PSIZ: in emit_varying_pos() 302 if (location == VARYING_SLOT_PSIZ || in scan_store_output() 309 location != VARYING_SLOT_PSIZ && in scan_store_output()
|
D | sfn_shader_geometry.cpp | 116 location == VARYING_SLOT_PSIZ || in process_store_output() 154 location == VARYING_SLOT_PSIZ || in process_load_input()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_varyings.h | 86 case VARYING_SLOT_PSIZ: in panvk_varying_buf_id() 131 case VARYING_SLOT_PSIZ: in panvk_varying_size()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_link.cpp | 206 output->OutputRegister = VARYING_SLOT_PSIZ; in update_xfb_info() 211 output->OutputRegister = VARYING_SLOT_PSIZ; in update_xfb_info() 214 case VARYING_SLOT_PSIZ: in update_xfb_info()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vue_map.c | 124 assign_vue_slot(vue_map, VARYING_SLOT_PSIZ, slot++); in brw_compute_vue_map() 135 assign_vue_slot(vue_map, VARYING_SLOT_PSIZ, slot++); in brw_compute_vue_map()
|
D | gfx6_gs_visitor.cpp | 145 if (varying != VARYING_SLOT_PSIZ) { in gs_emit_vertex() 684 varying = VARYING_SLOT_PSIZ; in get_vertex_output_offset_for_varying()
|
D | brw_vec4_visitor.cpp | 1101 src_reg psiz = src_reg(output_reg[VARYING_SLOT_PSIZ][0]); in emit_psiz_and_flags() 1152 if (output_reg[VARYING_SLOT_PSIZ][0].file != BAD_FILE) { in emit_psiz_and_flags() 1155 src_reg reg_as_src = src_reg(output_reg[VARYING_SLOT_PSIZ][0]); in emit_psiz_and_flags() 1205 case VARYING_SLOT_PSIZ: in emit_urb_slot()
|
D | brw_clip_util.c | 255 } else if (varying == VARYING_SLOT_PSIZ) { in brw_clip_interp_vertex()
|
D | brw_fs_visitor.cpp | 828 case VARYING_SLOT_PSIZ: { in emit_urb_writes() 855 sources[length++] = this->outputs[VARYING_SLOT_PSIZ]; in emit_urb_writes()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_lower_point_sprite.c | 61 case VARYING_SLOT_PSIZ: in find_outputs() 140 case VARYING_SLOT_PSIZ: in lower_store()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.h | 285 VARYING_SLOT_PSIZ, /* Does not appear in FS */ enumerator 440 #define VARYING_BIT_PSIZ BITFIELD64_BIT(VARYING_SLOT_PSIZ)
|
D | shader_enums.c | 200 ENUM(VARYING_SLOT_PSIZ), in gl_varying_slot_name_for_stage()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 95 case VARYING_SLOT_PSIZ: in tgsi_get_gl_varying_semantic()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_io.c | 180 if (location == VARYING_SLOT_PSIZ && in v3d_nir_lower_vpm_output() 438 if (var->data.location == VARYING_SLOT_PSIZ && in v3d_nir_lower_io_update_output_var_base()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_io.c | 287 output_var->data.location != VARYING_SLOT_PSIZ) { in vc4_nir_lower_output()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_shader.c | 755 dump_output(out, so, VARYING_SLOT_PSIZ, "psize"); in ir3_shader_disasm() 820 if ((v->outputs[k].slot == VARYING_SLOT_PSIZ) || in ir3_link_stream_out()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_shader.c | 224 s->info.outputs_written & (1 << VARYING_SLOT_PSIZ); in GENX()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 508 if (var->data.location == VARYING_SLOT_PSIZ) { in check_psiz() 526 if (bit == VARYING_SLOT_PSIZ && !have_psiz) in update_so_info() 647 case VARYING_SLOT_PSIZ: in assign_producer_var_io() 696 case VARYING_SLOT_PSIZ: in assign_consumer_var_io()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_program.c | 390 psize_regid = ir3_find_output_regid(vs, VARYING_SLOT_PSIZ); in setup_stateobj() 416 psize_regid = ir3_find_output_regid(ds, VARYING_SLOT_PSIZ); in setup_stateobj() 433 psize_regid = ir3_find_output_regid(gs, VARYING_SLOT_PSIZ); in setup_stateobj()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 1276 if(loc == VARYING_SLOT_POS || loc == VARYING_SLOT_PSIZ) { in agx_remap_varyings_vs() 1285 nir_variable *psiz = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_PSIZ); in agx_remap_varyings_vs() 1383 BITFIELD_BIT(VARYING_SLOT_PSIZ); in agx_compile_shader_nir()
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 443 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->results[VARYING_SLOT_PSIZ]; in run_vp()
|