Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c56 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) { in cs_prepare()
57 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID]; in cs_prepare()
65 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE] != -1) { in cs_prepare()
66 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE]; in cs_prepare()
74 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_SIZE] != -1) { in cs_prepare()
75 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_SIZE]; in cs_prepare()
90 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID] != -1) { in cs_run()
91 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID]; in cs_run()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c110 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear()
135 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]; in vs_exec_run_linear()
140 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_BASEVERTEX]; in vs_exec_run_linear()
145 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID_NOBASE]; in vs_exec_run_linear()
Ddraw_gs.c135 int primid_sv = machine->SysSemanticToIndex[TGSI_SEMANTIC_PRIMID]; in tgsi_fetch_gs_input()
213 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INVOCATIONID]; in tgsi_gs_run()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h352 unsigned SysSemanticToIndex[TGSI_SEMANTIC_COUNT]; member
Dtgsi_exec.c1134 mach->SysSemanticToIndex[k] = -1; in tgsi_exec_machine_bind_shader()
1198 mach->SysSemanticToIndex[decl->Semantic.Name] = decl->Range.First; in tgsi_exec_machine_bind_shader()