Lines Matching full:maxinstructions
638 uint maxInstructions = 10, numInstructions = 0;716 MALLOC( maxInstructions * sizeof(struct tgsi_full_instruction) );782 if (numInstructions == maxInstructions) {784 maxInstructions786 (maxInstructions + 10)788 maxInstructions += 10;