Searched defs:maxDeclarations (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c639 uint maxDeclarations = 10, numDeclarations = 0; local
709 MALLOC( maxDeclarations * sizeof(struct tgsi_full_declaration) );
730 if (numDeclarations == maxDeclarations) {
732 maxDeclarations
734 (maxDeclarations + 10)
736 maxDeclarations += 10;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c639 uint maxDeclarations = 10, numDeclarations = 0; local
709 MALLOC( maxDeclarations * sizeof(struct tgsi_full_declaration) );
730 if (numDeclarations == maxDeclarations) {
732 maxDeclarations
734 (maxDeclarations + 10)
736 maxDeclarations += 10;

Completed in 94 milliseconds