Searched refs:numInstructions (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_optimize.h44 GLuint numInstructions,
H A Dprog_optimize.c959 GLuint numInstructions,
972 for (i = 0; i < numInstructions; i++) {
958 _mesa_find_temp_intervals(const struct prog_instruction * instructions,GLuint numInstructions,GLint intBegin[REG_ALLOCATE_MAX_PROGRAM_TEMPS],GLint intEnd[REG_ALLOCATE_MAX_PROGRAM_TEMPS]) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_optimize.c959 GLuint numInstructions,
972 for (i = 0; i < numInstructions; i++) {
958 find_temp_intervals(const struct prog_instruction * instructions,GLuint numInstructions,GLint intBegin[REG_ALLOCATE_MAX_PROGRAM_TEMPS],GLint intEnd[REG_ALLOCATE_MAX_PROGRAM_TEMPS]) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1120 uint maxInstructions = 10, numInstructions = 0; local in function:tgsi_exec_machine_bind_shader
1264 if (numInstructions == maxInstructions) {
1273 memcpy(instructions + numInstructions,
1277 numInstructions++;
1300 mach->NumInstructions = numInstructions;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1055 uint maxInstructions = 10, numInstructions = 0; local in function:tgsi_exec_machine_bind_shader
1190 if (numInstructions == maxInstructions) {
1199 memcpy(instructions + numInstructions,
1203 numInstructions++;
1226 mach->NumInstructions = numInstructions;

Completed in 22 milliseconds