Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.h170 uint32_t max_variable_workgroup_size; member
Dir3_compiler.c177 compiler->max_variable_workgroup_size = 1024; in ir3_compiler_create()
Dir3_ra.c2506 threads_per_wg = compiler->max_variable_workgroup_size; in calc_limit_pressure_for_cs_with_barrier()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c798 RET((uint64_t[]){ compiler->max_variable_workgroup_size }); in fd_get_compute_param()