Searched refs:uniform_cutoff (Results 1 – 6 of 6) sorted by relevance
183 ctx->uniform_cutoff = MAX2(ctx->uniform_cutoff, address + 1); in midgard_promote_uniforms()
302 int uniform_cutoff; member
2735 ctx->uniform_cutoff = 8; in midgard_compile_shader_nir()2904 program->uniform_cutoff = ctx->uniform_cutoff; in midgard_compile_shader_nir()
398 16 - MAX2((ctx->uniform_cutoff - 8), 0); in allocate_registers()
89 int uniform_cutoff; member
354 … state->uniform_count = MIN2(s->num_uniforms + program->sysval_count, program->uniform_cutoff); in panfrost_shader_compile()