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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blitter.c380 ASSERTED unsigned full_threads = local in function:pan_blitter_get_blend_shaders
382 assert(b->work_reg_count <= full_threads);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c3156 bool full_threads = (ctx->arch == 7 && ctx->info->work_reg_count <= 32); local in function:bi_print_stats
3157 unsigned nr_threads = full_threads ? 2 : 1;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst2776 - panfrost: Fix full_threads calculation on v6

Completed in 15 milliseconds