Searched refs:scratch_enabled (Results 1 – 2 of 2) sorted by relevance
190 bool scratch_enabled = shader->config.scratch_bytes_per_wave > 0; in si_create_compute_state_async() local203 shader->config.rsrc2 = S_00B84C_USER_SGPR(user_sgprs) | S_00B84C_SCRATCH_EN(scratch_enabled) | in si_create_compute_state_async()
870 bool scratch_enabled = config_in->scratch_bytes_per_wave > 0; in radv_postprocess_config() local895 S_00B12C_SCRATCH_EN(scratch_enabled) | in radv_postprocess_config()