Searched refs:scratch_waves (Results 1 – 7 of 7) sorted by relevance
336 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()
566 unsigned scratch_waves; member
410 sctx->scratch_waves = MAX2(32 * sscreen->info.num_good_compute_units, in si_create_context()
2962 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()
601 uint32_t scratch_waves; member
113 unsigned max_stage_waves = device->scratch_waves; in radv_pipeline_scratch_init()
1137 device->scratch_waves = MAX2(32 * physical_device->rad_info.num_good_compute_units, in radv_CreateDevice()