Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c336 scratch_needed = config->scratch_bytes_per_wave * sctx->scratch_waves; in si_setup_compute_scratch_buffer()
419 "Total Scratch: %u bytes\n", sctx->scratch_waves, in si_switch_compute_shader()
422 sctx->scratch_waves); in si_switch_compute_shader()
463 S_00B860_WAVES(sctx->scratch_waves) in si_switch_compute_shader()
Dsi_pipe.h566 unsigned scratch_waves; member
Dsi_pipe.c410 sctx->scratch_waves = MAX2(32 * sscreen->info.num_good_compute_units, in si_create_context()
Dsi_state_shaders.c2962 sctx->scratch_waves; in si_update_spi_tmpring_size()
2991 spi_tmpring_size = S_0286E8_WAVES(sctx->scratch_waves) | in si_update_spi_tmpring_size()
/external/mesa3d/src/amd/vulkan/
Dradv_private.h601 uint32_t scratch_waves; member
Dradv_pipeline.c113 unsigned max_stage_waves = device->scratch_waves; in radv_pipeline_scratch_init()
Dradv_device.c1137 device->scratch_waves = MAX2(32 * physical_device->rad_info.num_good_compute_units, in radv_CreateDevice()