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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h59 unsigned max_constants; member in struct:radeon_compiler
H A Dradeon_compiler.c500 if (c->Program.Constants.Count > c->max_constants) {
502 c->max_constants, c->Program.Constants.Count);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h59 unsigned max_constants; member in struct:radeon_compiler
H A Dradeon_compiler.c500 if (c->Program.Constants.Count > c->max_constants) {
502 c->max_constants, c->Program.Constants.Count);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_vs.c226 compiler.Base.max_constants = 256;
H A Dr300_fs.c446 compiler.Base.max_constants = compiler.Base.is_r500 ? 256 : 32;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_vs.c226 compiler.Base.max_constants = 256;
H A Dr300_fs.c446 compiler.Base.max_constants = compiler.Base.is_r500 ? 256 : 32;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c517 c->max_constants = is_r500 ? 256 : 32;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c517 c->max_constants = is_r500 ? 256 : 32;

Completed in 13 milliseconds