Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c6917 unsigned max_block_threads = si_get_max_workgroup_size(shader); in si_compile_tgsi_shader() local
6918 unsigned min_waves_per_cu = DIV_ROUND_UP(max_block_threads, wave_size); in si_compile_tgsi_shader()