HomeSort by relevance Sort by last modified time
    Searched refs:scratch_bytes_per_wave (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/amd/common/
ac_binary.h 77 unsigned scratch_bytes_per_wave; member in struct:ac_shader_config
ac_binary.c 298 conf->scratch_bytes_per_wave = G_00B860_WAVESIZE(wavesize) * 256 * 4;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_compute.c 80 out_config->scratch_bytes_per_wave =
119 bool scratch_enabled = shader->config.scratch_bytes_per_wave > 0;
336 scratch_needed = config->scratch_bytes_per_wave * sctx->scratch_waves;
420 config->scratch_bytes_per_wave,
421 config->scratch_bytes_per_wave *
464 | S_00B860_WAVESIZE(config->scratch_bytes_per_wave >> 10));
469 config->scratch_bytes_per_wave != 0;
si_state_shaders.c 473 S_00B52C_SCRATCH_EN(shader->config.scratch_bytes_per_wave > 0);
502 S_00B42C_SCRATCH_EN(shader->config.scratch_bytes_per_wave > 0);
510 S_00B42C_SCRATCH_EN(shader->config.scratch_bytes_per_wave > 0);
568 S_00B32C_SCRATCH_EN(shader->config.scratch_bytes_per_wave > 0));
770 S_00B22C_SCRATCH_EN(shader->config.scratch_bytes_per_wave > 0));
797 S_00B22C_SCRATCH_EN(shader->config.scratch_bytes_per_wave > 0));
914 S_00B12C_SCRATCH_EN(shader->config.scratch_bytes_per_wave > 0));
2959 unsigned scratch_bytes_per_wave = local
    [all...]
si_shader.h 563 unsigned scratch_bytes_per_wave; member in struct:si_shader_config
si_shader.c     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 107 unsigned scratch_bytes_per_wave = 0; local
115 scratch_bytes_per_wave = MAX2(scratch_bytes_per_wave,
116 pipeline->shaders[i]->config.scratch_bytes_per_wave);
132 if (scratch_bytes_per_wave)
133 max_waves = MIN2(max_waves, 0xffffffffu / scratch_bytes_per_wave);
135 if (scratch_bytes_per_wave && max_waves < min_waves) {
140 pipeline->scratch_bytes_per_wave = scratch_bytes_per_wave;
    [all...]
radv_shader.c 373 bool scratch_enabled = variant->config.scratch_bytes_per_wave > 0;
672 conf->lds_size, conf->scratch_bytes_per_wave,
744 statistics.resourceUsage.scratchMemUsageInBytes = conf->scratch_bytes_per_wave;
radv_cmd_buffer.c     [all...]
radv_private.h 1275 unsigned scratch_bytes_per_wave; member in struct:radv_pipeline
    [all...]

Completed in 1509 milliseconds