Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_shader_util.h140 uint32_t *tmpring_size);
Dac_shader_util.c813 uint32_t *tmpring_size) in ac_get_scratch_tmpring_size() argument
848 *tmpring_size = S_0286E8_WAVES(max_scratch_waves) | in ac_get_scratch_tmpring_size()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c542 unsigned tmpring_size; in si_switch_compute_shader() local
545 &sctx->max_seen_compute_scratch_bytes_per_wave, &tmpring_size); in si_switch_compute_shader()
589 radeon_set_sh_reg(R_00B860_COMPUTE_TMPRING_SIZE, tmpring_size); in si_switch_compute_shader()