/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 298 case TGSI_SEMANTIC_PSIZE: in svga_tgsi_to_gl_vert_attrib_semantic() 332 case TGSI_SEMANTIC_PSIZE: in svga_tgsi_to_gl_varying_semantic()
|
D | svga_tgsi_decl_sm30.c | 62 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/ |
D | tgsi_from_mesa.c | 96 *semantic_name = TGSI_SEMANTIC_PSIZE; in tgsi_get_gl_varying_semantic()
|
D | tgsi_point_sprite.c | 121 if (decl->Semantic.Name == TGSI_SEMANTIC_PSIZE) { in psprite_decl() 129 if (decl->Semantic.Name == TGSI_SEMANTIC_PSIZE) { in psprite_decl()
|
D | tgsi_scan.c | 767 case TGSI_SEMANTIC_PSIZE: in scan_declaration()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_derived.c | 98 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_PSIZE, 0); in calculate_vertex_layout()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs.c | 57 case TGSI_SEMANTIC_PSIZE: in r300_shader_read_vs_outputs()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 195 TGSI_SEMANTIC_PSIZE, 0); in softpipe_compute_vertex_info()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_derived.c | 142 TGSI_SEMANTIC_PSIZE, 0); in compute_vertex_info()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_wide_point.c | 269 wide->psize_slot = draw_find_shader_output(draw, TGSI_SEMANTIC_PSIZE, 0); in widepoint_first_point()
|
D | draw_pipe_aapoint.c | 683 if (info->output_semantic_name[i] == TGSI_SEMANTIC_PSIZE) { in draw_aapoint_prepare_outputs()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 164 TGSI_SEMANTIC_PSIZE, enumerator
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 47 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/ |
D | nv30_draw.c | 219 [TGSI_SEMANTIC_PSIZE ] = { EMIT_1F_PSIZE, 6, 6, 0x00000020 },
|
D | nvfx_vertprog.c | 842 case TGSI_SEMANTIC_PSIZE: in nvfx_vertprog_parse_decl_output()
|
/third_party/mesa3d/docs/relnotes/ |
D | 9.1.4.rst | 232 - radeonsi: Fix handling of TGSI_SEMANTIC_PSIZE
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 101 case TGSI_SEMANTIC_PSIZE: in nv50_vertprog_assign_slots()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 709 case TGSI_SEMANTIC_PSIZE: in nir_tgsi_scan_shader()
|
D | tgsi_to_nir.c | 122 case TGSI_SEMANTIC_PSIZE: in tgsi_varying_semantic_to_slot()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 1115 case TGSI_SEMANTIC_PSIZE: in util_make_tess_ctrl_passthrough_shader()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 2109 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/ |
D | sfn_shader.cpp | 78 case TGSI_SEMANTIC_PSIZE: in set_sid()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 440 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()
|
D | nv50_ir_from_nir.cpp | 900 *name = TGSI_SEMANTIC_PSIZE; in vert_attrib_to_tgsi_semantic()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 705 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()
|