Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_get.c1195 static unsigned get_max_threads_per_block(struct si_screen *screen, enum pipe_shader_ir ir_type) in get_max_threads_per_block() function
1242 unsigned threads_per_block = get_max_threads_per_block(sscreen, ir_type); in si_get_compute_param()
1252 *max_threads_per_block = get_max_threads_per_block(sscreen, ir_type); in si_get_compute_param()
1336 unsigned threads = get_max_threads_per_block(sscreen, ir_type); in si_get_compute_param()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c883 static unsigned get_max_threads_per_block(struct r600_common_screen *screen, in get_max_threads_per_block() function
932 unsigned threads_per_block = get_max_threads_per_block(rscreen, ir_type); in r600_get_compute_param()
942 *max_threads_per_block = get_max_threads_per_block(rscreen, ir_type); in r600_get_compute_param()