Searched refs:scratch_needed_size (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c3205 unsigned scratch_needed_size = local in function:si_update_spi_tmpring_size
3209 if (scratch_needed_size > 0) {
3211 scratch_needed_size > sctx->scratch_buffer->b.b.width0) {
3219 scratch_needed_size, 256);
3233 assert((scratch_needed_size & ~0x3FF) == scratch_needed_size &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c3853 unsigned scratch_needed_size = sctx->max_seen_scratch_bytes_per_wave * sctx->scratch_waves; local in function:si_update_spi_tmpring_size
3856 if (scratch_needed_size > 0) {
3857 if (!sctx->scratch_buffer || scratch_needed_size > sctx->scratch_buffer->b.b.width0) {
3864 PIPE_USAGE_DEFAULT, scratch_needed_size,
3877 assert((scratch_needed_size & ~0x3FF) == scratch_needed_size &&

Completed in 11 milliseconds