HomeSort by relevance Sort by last modified time
    Searched refs:SysSemanticToIndex (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_compute.c 56 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];
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 107 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
131 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID];
137 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_BASEVERTEX];
143 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID_NOBASE];
draw_gs.c 198 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INVOCATIONID];
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 358 unsigned SysSemanticToIndex[TGSI_SEMANTIC_COUNT];
tgsi_exec.c     [all...]

Completed in 1724 milliseconds