Searched refs:scratch_waves (Results 1 – 7 of 7) sorted by relevance
446 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()
1127 unsigned scratch_waves; member
715 sctx->scratch_waves = in si_create_context()
3853 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()
3076 device->scratch_waves = in radv_CreateDevice()3740 uint32_t scratch_waves, uint32_t compute_scratch_size_per_wave, in radv_get_preamble_cs() argument3787 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()
669 uint32_t scratch_waves; member739 uint32_t scratch_waves; member
249 unsigned max_stage_waves = device->scratch_waves; in radv_pipeline_init_scratch()