HomeSort by: relevance | last modified time | path
    Searched defs:scratch_size (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_binary.c 43 uint32_t scratch_size = 0; local
99 scratch_size = value;
126 conf->scratch_bytes_per_wave = G_00B860_WAVESIZE(scratch_size) * 256 * 4;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_nir.h 108 int scratch_size; member in class:r600::ShaderFromNir
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_state_draw.cpp 311 unsigned scratch_size = 0; local
315 scratch_size = MAX2(scratch_size, sctx->shader.vs.current->config.scratch_bytes_per_wave);
317 scratch_size = MAX2(scratch_size, sctx->queued.named.hs->config.scratch_bytes_per_wave);
321 scratch_size = MAX2(scratch_size, sctx->shader.tes.current->config.scratch_bytes_per_wave);
323 scratch_size = MAX2(scratch_size, sctx->shader.gs.current->config.scratch_bytes_per_wave);
325 scratch_size = MAX2(scratch_size, sctx->shader.tes.current->config.scratch_bytes_per_wave)
    [all...]
si_cp_dma.c 249 unsigned scratch_size = SI_CPDMA_ALIGNMENT * 2; local
256 if (!sctx->scratch_buffer || sctx->scratch_buffer->b.b.width0 < scratch_size) {
260 PIPE_USAGE_DEFAULT, scratch_size, 256);
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_instruction_selection_setup.cpp 897 unsigned scratch_size = 0; local
908 scratch_size = std::max(scratch_size, shaders[i]->scratch_size);
911 ctx.program->config->scratch_bytes_per_wave = align(scratch_size * ctx.program->wave_size, 1024);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_cp_dma.c 269 unsigned scratch_size = SI_CPDMA_ALIGNMENT * 2; local
277 sctx->scratch_buffer->b.b.width0 < scratch_size) {
283 scratch_size, 256);
  /xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEconn.h 163 unsigned long scratch_size; /* scratch size */ member in struct:_IceConn
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_nir.h 236 unsigned scratch_size; member in struct:lp_build_nir_soa_context
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_device.c 2449 uint32_t scratch_size,
2487 if (scratch_size <= queue->scratch_size &&
2496 if (!scratch_size && !compute_scratch_size && !esgs_ring_size && !gsvs_ring_size)
2501 if (scratch_size > queue->scratch_size) {
2503 scratch_size,
2702 queue->scratch_size = scratch_size;
2744 if (!scratch_size && !compute_scratch_size && !esgs_ring_size && !gsvs_ring_size
2918 uint32_t scratch_size = 0; local
    [all...]
radv_private.h 646 uint32_t scratch_size; member in struct:radv_queue
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_device.c 3820 uint32_t scratch_size = scratch_size_per_wave * scratch_waves; local
3822 if (scratch_size > queue_scratch_size) {
3824 queue->device->ws->buffer_create(queue->device->ws, scratch_size, 4096, RADEON_DOMAIN_VRAM,
4088 if (!scratch_size && !compute_scratch_size && !esgs_ring_size && !gsvs_ring_size)

Completed in 28 milliseconds