Home
last modified time | relevance | path

Searched refs:SysSemanticToIndex (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c104 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear()
128 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]; in vs_exec_run_linear()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h258 unsigned SysSemanticToIndex[TGSI_SEMANTIC_COUNT]; member
Dtgsi_exec.c2408 mach->SysSemanticToIndex[decl->Declaration.Semantic] = decl->Range.First; in exec_declaration()