Searched refs:MAX_PROGRAM_INSTRUCTIONS (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dconfig.h158 #define MAX_PROGRAM_INSTRUCTIONS (16 * 1024) macro
H A Dcontext.c457 prog->MaxInstructions = MAX_PROGRAM_INSTRUCTIONS;
458 prog->MaxAluInstructions = MAX_PROGRAM_INSTRUCTIONS;
459 prog->MaxTexInstructions = MAX_PROGRAM_INSTRUCTIONS;
460 prog->MaxTexIndirections = MAX_PROGRAM_INSTRUCTIONS;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dconfig.h146 #define MAX_PROGRAM_INSTRUCTIONS (16 * 1024) macro
H A Dcontext.c365 prog->MaxInstructions = MAX_PROGRAM_INSTRUCTIONS;
366 prog->MaxAluInstructions = MAX_PROGRAM_INSTRUCTIONS;
367 prog->MaxTexInstructions = MAX_PROGRAM_INSTRUCTIONS;
368 prog->MaxTexIndirections = MAX_PROGRAM_INSTRUCTIONS;

Completed in 8 milliseconds