Searched refs:maxInstructions (Results 1 - 2 of 2) sorted by relevance

/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
1196 MALLOC( maxInstructions * sizeof(struct tgsi_full_instruction) );
1264 if (numInstructions == maxInstructions) {
1266 maxInstructions
1268 (maxInstructions + 10)
1270 maxInstructions += 10;
/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
1128 MALLOC( maxInstructions * sizeof(struct tgsi_full_instruction) );
1190 if (numInstructions == maxInstructions) {
1192 maxInstructions
1194 (maxInstructions + 10)
1196 maxInstructions += 10;

Completed in 16 milliseconds