Searched refs:uniform_cutoff (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.h50 int uniform_cutoff; member in struct:__anon060edd6a0208
H A Dmidgard_compile.c508 int uniform_cutoff; member in struct:compiler_context
1503 if (!indirect_offset && offset < ctx->uniform_cutoff) {
2191 int work_count = 16 - MAX2((ctx->uniform_cutoff - 8), 0);
3851 ctx->uniform_cutoff = 8;
4125 program->uniform_cutoff = ctx->uniform_cutoff;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_assemble.c89 meta->midgard1.uniform_count = MIN2(program.uniform_count, program.uniform_cutoff);

Completed in 12 milliseconds