Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_compiler.c88 compiler->max_const_safe = 128; in ir3_compiler_create()
111 compiler->max_const_safe = 256; in ir3_compiler_create()
Dir3_compiler.h94 uint16_t max_const_safe; member
Dir3_shader.c455 compiler->max_const_geom, compiler->max_const_safe); in ir3_trim_constlen()
459 compiler->max_const_pipeline, compiler->max_const_safe); in ir3_trim_constlen()
Dir3_shader.h762 return compiler->max_const_safe; in ir3_max_const()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c225 if (v->constlen > compiler->max_const_safe) { in ir3_shader_create()
236 if (v->constlen > compiler->max_const_safe) { in ir3_shader_create()