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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler.c158 compiler->threadsize_base = 64;
163 compiler->threadsize_base = 32;
165 compiler->threadsize_base = 8;
H A Dir3_compiler.h119 uint32_t threadsize_base; member in struct:ir3_compiler
124 * multiply threadsize_base by this number.
135 * reg_size_vec4 * threadsize_base * wave_granularity * 16 (bytes per vec4)
H A Dir3.c122 if (MIN2(v->branchstack, compiler->threadsize_base * 2) >
141 compiler->threadsize_base * compiler->max_waves;
146 * threadsize_base is bumped to 64, we don't have to worry about the
150 if (threads_per_wg <= compiler->threadsize_base)
188 DIV_ROUND_UP(threads_per_wg, compiler->threadsize_base *
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c3454 dev->compiler->threadsize_base * (exe->stats.double_threadsize ? 2 : 1);

Completed in 39 milliseconds