Home
last modified time | relevance | path

Searched refs:max_constants (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h61 unsigned max_constants; member
Dradeon_compiler.c466 if (c->Program.Constants.Count > c->max_constants) { in rc_validate_final_shader()
468 c->max_constants, c->Program.Constants.Count); in rc_validate_final_shader()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs.c206 compiler.Base.max_constants = 256; in r300_translate_vertex_shader()
Dr300_fs.c445 compiler.Base.max_constants = compiler.Base.is_r500 ? 256 : 32; in r300_translate_fragment_shader()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c518 c->max_constants = is_r500 ? 256 : 32; in init_compiler()