Searched refs:SysSemanticToIndex (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_compute.c56 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) {
57 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID];
65 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE] != -1) {
66 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE];
74 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_SIZE] != -1) {
75 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_SIZE];
90 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID] != -1) {
91 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_compute.c56 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) {
57 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID];
65 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE] != -1) {
66 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE];
74 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_SIZE] != -1) {
75 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_SIZE];
90 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID] != -1) {
91 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c110 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
135 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID];
140 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_BASEVERTEX];
145 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID_NOBASE];
H A Ddraw_gs.c200 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INVOCATIONID];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c113 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
138 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID];
143 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_BASEVERTEX];
148 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID_NOBASE];
H A Ddraw_gs.c135 int primid_sv = machine->SysSemanticToIndex[TGSI_SEMANTIC_PRIMID];
213 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INVOCATIONID];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h303 unsigned SysSemanticToIndex[TGSI_SEMANTIC_COUNT]; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c1090 mach->SysSemanticToIndex[k] = -1;
1154 mach->SysSemanticToIndex[decl->Semantic.Name] = decl->Range.First;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h382 unsigned SysSemanticToIndex[TGSI_SEMANTIC_COUNT]; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c1158 mach->SysSemanticToIndex[k] = -1;
1228 mach->SysSemanticToIndex[decl->Semantic.Name] = decl->Range.First;

Completed in 24 milliseconds