Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_BASEVERTEX (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c227 return TGSI_SEMANTIC_BASEVERTEX; in tgsi_get_sysval_semantic()
Dtgsi_scan.c706 case TGSI_SEMANTIC_BASEVERTEX: in scan_declaration()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c143 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_BASEVERTEX]; in vs_exec_run_linear()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h188 TGSI_SEMANTIC_BASEVERTEX, enumerator
/third_party/mesa3d/docs/gallium/
Dscreen.rst283 and TGSI_SEMANTIC_BASEVERTEX, so drivers setting this must handle both these
334 * ``PIPE_CAP_DRAW_PARAMETERS``: Whether ``TGSI_SEMANTIC_BASEVERTEX``,
Dtgsi.rst3366 d3d10 vertex id, so TGSI_SEMANTIC_VERTEXID_NOBASE + TGSI_SEMANTIC_BASEVERTEX
3370 TGSI_SEMANTIC_BASEVERTEX subsection
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp457 case TGSI_SEMANTIC_BASEVERTEX: return nv50_ir::SV_BASEVERTEX; in translateSysVal()
1389 case TGSI_SEMANTIC_BASEVERTEX: in scanDeclaration()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c605 case TGSI_SEMANTIC_BASEVERTEX: in ttn_src_for_file_and_index()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1503 case TGSI_SEMANTIC_BASEVERTEX: in emit_fetch_system_value()