Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c972 unsigned hw_threads, num_comp_hi_threads, num_comp_lo_threads; in radeonsi_screen_create_impl() local
1078 num_comp_lo_threads = hw_threads / 3; in radeonsi_screen_create_impl()
1081 num_comp_lo_threads = hw_threads / 2; in radeonsi_screen_create_impl()
1084 num_comp_lo_threads = hw_threads / 2; in radeonsi_screen_create_impl()
1087 num_comp_lo_threads = 1; in radeonsi_screen_create_impl()
1091 num_comp_lo_threads = MIN2(num_comp_lo_threads, ARRAY_SIZE(sscreen->compiler_lowp)); in radeonsi_screen_create_impl()
1106 num_comp_lo_threads, in radeonsi_screen_create_impl()