Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler.c202 compiler->max_const_safe = 100; in ir3_compiler_create()
240 compiler->max_const_safe = 256; in ir3_compiler_create()
H A Dir3_compiler.h101 uint16_t max_const_safe; member
H A Dir3_shader.c650 compiler->max_const_safe - safe_shared_consts_size); in ir3_trim_constlen()
655 compiler->max_const_safe - safe_shared_consts_size); in ir3_trim_constlen()
H A Dir3_shader.h907 return compiler->max_const_safe - safe_shared_consts_size; in ir3_max_const()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c223 if (v->constlen > compiler->max_const_safe) { in create_initial_variants()
235 if (v->constlen > compiler->max_const_safe) { in create_initial_variants()

Completed in 6 milliseconds