Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c446 scratch_needed = config->scratch_bytes_per_wave * sctx->scratch_waves; in si_setup_compute_scratch_buffer()
523 sctx->scratch_waves, config->scratch_bytes_per_wave, in si_switch_compute_shader()
524 config->scratch_bytes_per_wave * sctx->scratch_waves); in si_switch_compute_shader()
556 S_00B860_WAVES(sctx->scratch_waves) | in si_switch_compute_shader()
Dsi_pipe.h1127 unsigned scratch_waves; member
Dsi_pipe.c715 sctx->scratch_waves = in si_create_context()
Dsi_state_shaders.c3853 unsigned scratch_needed_size = sctx->max_seen_scratch_bytes_per_wave * sctx->scratch_waves; in si_update_spi_tmpring_size()
3880 spi_tmpring_size = S_0286E8_WAVES(sctx->scratch_waves) | in si_update_spi_tmpring_size()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c3076 device->scratch_waves = in radv_CreateDevice()
3740 uint32_t scratch_waves, uint32_t compute_scratch_size_per_wave, in radv_get_preamble_cs() argument
3787 scratch_waves = MIN2(scratch_waves, UINT32_MAX / scratch_size_per_wave); in radv_get_preamble_cs()
3789 scratch_waves = 0; in radv_get_preamble_cs()
3800 scratch_waves <= queue->scratch_waves && in radv_get_preamble_cs()
3816 uint32_t scratch_size = scratch_size_per_wave * scratch_waves; in radv_get_preamble_cs()
3817 uint32_t queue_scratch_size = queue->scratch_size_per_wave * queue->scratch_waves; in radv_get_preamble_cs()
3980 radv_emit_graphics_scratch(queue, cs, scratch_size_per_wave, scratch_waves, scratch_bo); in radv_get_preamble_cs()
4032 queue->scratch_waves = scratch_waves; in radv_get_preamble_cs()
Dradv_private.h669 uint32_t scratch_waves; member
739 uint32_t scratch_waves; member
Dradv_pipeline.c249 unsigned max_stage_waves = device->scratch_waves; in radv_pipeline_init_scratch()