Home
last modified time | relevance | path

Searched refs:uniform_cutoff (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/panfrost/midgard/
Dmir_promote_uniforms.c183 ctx->uniform_cutoff = MAX2(ctx->uniform_cutoff, address + 1); in midgard_promote_uniforms()
Dcompiler.h302 int uniform_cutoff; member
Dmidgard_compile.c2735 ctx->uniform_cutoff = 8; in midgard_compile_shader_nir()
2904 program->uniform_cutoff = ctx->uniform_cutoff; in midgard_compile_shader_nir()
Dmidgard_ra.c398 16 - MAX2((ctx->uniform_cutoff - 8), 0); in allocate_registers()
/external/mesa3d/src/panfrost/util/
Dpan_ir.h89 int uniform_cutoff; member
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c354 … state->uniform_count = MIN2(s->num_uniforms + program->sysval_count, program->uniform_cutoff); in panfrost_shader_compile()