Searched refs:max_constants (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h60 unsigned max_constants; member in struct:radeon_compiler
H A Dradeon_compiler.c498 if (c->Program.Constants.Count > c->max_constants) {
500 c->max_constants, c->Program.Constants.Count);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h60 unsigned max_constants; member in struct:radeon_compiler
H A Dradeon_compiler.c498 if (c->Program.Constants.Count > c->max_constants) {
500 c->max_constants, c->Program.Constants.Count);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_vs.c225 compiler.Base.max_constants = 256;
H A Dr300_fs.c459 compiler.Base.max_constants = compiler.Base.is_r500 ? 256 : 32;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs.c225 compiler.Base.max_constants = 256;
H A Dr300_fs.c459 compiler.Base.max_constants = compiler.Base.is_r500 ? 256 : 32;

Completed in 973 milliseconds