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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.c 638 uint maxInstructions = 10, numInstructions = 0;
716 MALLOC( maxInstructions * sizeof(struct tgsi_full_instruction) );
782 if (numInstructions == maxInstructions) {
784 maxInstructions
786 (maxInstructions + 10)
788 maxInstructions += 10;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 638 uint maxInstructions = 10, numInstructions = 0;
716 MALLOC( maxInstructions * sizeof(struct tgsi_full_instruction) );
782 if (numInstructions == maxInstructions) {
784 maxInstructions
786 (maxInstructions + 10)
788 maxInstructions += 10;
    [all...]

Completed in 76 milliseconds