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

  /external/mesa3d/src/mesa/main/
config.h 158 #define MAX_PROGRAM_INSTRUCTIONS (16 * 1024)
context.c 447 prog->MaxInstructions = MAX_PROGRAM_INSTRUCTIONS;
448 prog->MaxAluInstructions = MAX_PROGRAM_INSTRUCTIONS;
449 prog->MaxTexInstructions = MAX_PROGRAM_INSTRUCTIONS;
450 prog->MaxTexIndirections = MAX_PROGRAM_INSTRUCTIONS;
    [all...]

Completed in 70 milliseconds