Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.c158 compiler->threadsize_base = 64; in ir3_compiler_create()
163 compiler->threadsize_base = 32; in ir3_compiler_create()
165 compiler->threadsize_base = 8; in ir3_compiler_create()
Dir3_compiler.h119 uint32_t threadsize_base; member
Dir3.c122 if (MIN2(v->branchstack, compiler->threadsize_base * 2) > in ir3_should_double_threadsize()
141 compiler->threadsize_base * compiler->max_waves; in ir3_should_double_threadsize()
150 if (threads_per_wg <= compiler->threadsize_base) in ir3_should_double_threadsize()
188 DIV_ROUND_UP(threads_per_wg, compiler->threadsize_base * in ir3_get_reg_independent_max_waves()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c3454 dev->compiler->threadsize_base * (exe->stats.double_threadsize ? 2 : 1); in tu_GetPipelineExecutablePropertiesKHR()