Home
last modified time | relevance | path

Searched refs:sp_flush_tile_cache (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_flush.c73 sp_flush_tile_cache(softpipe->cbuf_cache[i]); in softpipe_flush()
76 sp_flush_tile_cache(softpipe->zsbuf_cache); in softpipe_flush()
185 sp_flush_tile_cache(softpipe->cbuf_cache[i]); in softpipe_texture_barrier()
188 sp_flush_tile_cache(softpipe->zsbuf_cache); in softpipe_texture_barrier()
Dsp_state_surface.c62 sp_flush_tile_cache(sp->cbuf_cache[i]); in softpipe_set_framebuffer_state()
77 sp_flush_tile_cache(sp->zsbuf_cache); in softpipe_set_framebuffer_state()
Dsp_tile_cache.h119 sp_flush_tile_cache(struct softpipe_tile_cache *tc);
Dsp_tile_cache.c445 sp_flush_tile_cache(struct softpipe_tile_cache *tc) in sp_flush_tile_cache() function