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

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_ra.c1023 mir_demote_uniforms(compiler_context *ctx, unsigned new_cutoff) argument
1027 unsigned work_count = 16 - MAX2((new_cutoff - 8), 0);
1071 ctx->info->push.count = MIN2(ctx->info->push.count, new_cutoff * 4);

Completed in 3 milliseconds