Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c225 return TGSI_SEMANTIC_VERTEXID_NOBASE; in tgsi_get_sysval_semantic()
Dtgsi_scan.c703 case TGSI_SEMANTIC_VERTEXID_NOBASE: in scan_declaration()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c148 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID_NOBASE]; in vs_exec_run_linear()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h187 TGSI_SEMANTIC_VERTEXID_NOBASE, enumerator
/third_party/mesa3d/docs/gallium/
Dscreen.rst280 TGSI_SEMANTIC_VERTEXID_NOBASE (and not TGSI_SEMANTIC_VERTEXID). This means
282 will need to lower TGSI_SEMANTIC_VERTEXID to TGSI_SEMANTIC_VERTEXID_NOBASE
Dtgsi.rst3361 TGSI_SEMANTIC_VERTEXID_NOBASE subsection
3366 d3d10 vertex id, so TGSI_SEMANTIC_VERTEXID_NOBASE + TGSI_SEMANTIC_BASEVERTEX
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c293 return TGSI_SEMANTIC_VERTEXID_NOBASE; in translate_system_name()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c599 case TGSI_SEMANTIC_VERTEXID_NOBASE: in ttn_src_for_file_and_index()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1498 case TGSI_SEMANTIC_VERTEXID_NOBASE: in emit_fetch_system_value()