Searched refs:max_const_safe (Results 1 – 5 of 5) sorted by relevance
88 compiler->max_const_safe = 128; in ir3_compiler_create()111 compiler->max_const_safe = 256; in ir3_compiler_create()
94 uint16_t max_const_safe; member
455 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()
762 return compiler->max_const_safe; in ir3_max_const()
225 if (v->constlen > compiler->max_const_safe) { in ir3_shader_create()236 if (v->constlen > compiler->max_const_safe) { in ir3_shader_create()