Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_PSIZE (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c298 case TGSI_SEMANTIC_PSIZE: in svga_tgsi_to_gl_vert_attrib_semantic()
332 case TGSI_SEMANTIC_PSIZE: in svga_tgsi_to_gl_varying_semantic()
Dsvga_tgsi_decl_sm30.c62 case TGSI_SEMANTIC_PSIZE: in translate_vs_ps_semantic()
484 else if (semantic.Name == TGSI_SEMANTIC_PSIZE) { in vs30_output()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c96 *semantic_name = TGSI_SEMANTIC_PSIZE; in tgsi_get_gl_varying_semantic()
Dtgsi_point_sprite.c121 if (decl->Semantic.Name == TGSI_SEMANTIC_PSIZE) { in psprite_decl()
129 if (decl->Semantic.Name == TGSI_SEMANTIC_PSIZE) { in psprite_decl()
Dtgsi_scan.c767 case TGSI_SEMANTIC_PSIZE: in scan_declaration()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_derived.c98 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_PSIZE, 0); in calculate_vertex_layout()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs.c57 case TGSI_SEMANTIC_PSIZE: in r300_shader_read_vs_outputs()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c195 TGSI_SEMANTIC_PSIZE, 0); in softpipe_compute_vertex_info()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c142 TGSI_SEMANTIC_PSIZE, 0); in compute_vertex_info()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_point.c269 wide->psize_slot = draw_find_shader_output(draw, TGSI_SEMANTIC_PSIZE, 0); in widepoint_first_point()
Ddraw_pipe_aapoint.c683 if (info->output_semantic_name[i] == TGSI_SEMANTIC_PSIZE) { in draw_aapoint_prepare_outputs()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h164 TGSI_SEMANTIC_PSIZE, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c47 case TGSI_SEMANTIC_PSIZE: return 0x06c; in nvc0_shader_input_address()
76 case TGSI_SEMANTIC_PSIZE: return 0x06c; in nvc0_shader_output_address()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c219 [TGSI_SEMANTIC_PSIZE ] = { EMIT_1F_PSIZE, 6, 6, 0x00000020 },
Dnvfx_vertprog.c842 case TGSI_SEMANTIC_PSIZE: in nvfx_vertprog_parse_decl_output()
/third_party/mesa3d/docs/relnotes/
D9.1.4.rst232 - radeonsi: Fix handling of TGSI_SEMANTIC_PSIZE
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c101 case TGSI_SEMANTIC_PSIZE: in nv50_vertprog_assign_slots()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c709 case TGSI_SEMANTIC_PSIZE: in nir_tgsi_scan_shader()
Dtgsi_to_nir.c122 case TGSI_SEMANTIC_PSIZE: in tgsi_varying_semantic_to_slot()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c1115 case TGSI_SEMANTIC_PSIZE: in util_make_tess_ctrl_passthrough_shader()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2109 sem->Name = TGSI_SEMANTIC_PSIZE; in sm1_declusage_to_tgsi()
2231 case TGSI_SEMANTIC_PSIZE: in nine_tgsi_to_interp_mode()
2302 if (tgsi.Name == TGSI_SEMANTIC_PSIZE) { in DECL_SPECIAL()
3816 struct ureg_dst oPts = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_PSIZE, 0); in parse_shader()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.cpp78 case TGSI_SEMANTIC_PSIZE: in set_sid()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp440 case TGSI_SEMANTIC_PSIZE: return nv50_ir::SV_POINT_SIZE; in translateSysVal()
1519 case TGSI_SEMANTIC_PSIZE: in scanInstructionSrc()
1570 if (info_out->out[dst.getIndex(0)].sn == TGSI_SEMANTIC_PSIZE || in scanInstruction()
Dnv50_ir_from_nir.cpp900 *name = TGSI_SEMANTIC_PSIZE; in vert_attrib_to_tgsi_semantic()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c705 name == TGSI_SEMANTIC_PSIZE || in r600_spi_sid()
736 case TGSI_SEMANTIC_PSIZE: in r600_get_lds_unique_index()
1144 case TGSI_SEMANTIC_PSIZE: in tgsi_declaration()
2744 case TGSI_SEMANTIC_PSIZE: in generate_gs_copy_shader()
4111 case TGSI_SEMANTIC_PSIZE: in r600_shader_from_tgsi()

12