Home
last modified time | relevance | path

Searched refs:zsbuf_cache (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_flush.c75 if (softpipe->zsbuf_cache) in softpipe_flush()
76 sp_flush_tile_cache(softpipe->zsbuf_cache); in softpipe_flush()
187 if (softpipe->zsbuf_cache) in softpipe_texture_barrier()
188 sp_flush_tile_cache(softpipe->zsbuf_cache); in softpipe_texture_barrier()
Dsp_state_surface.c77 sp_flush_tile_cache(sp->zsbuf_cache); in softpipe_set_framebuffer_state()
83 sp_tile_cache_set_surface(sp->zsbuf_cache, fb->zsbuf); in softpipe_set_framebuffer_state()
Dsp_clear.c86 sp_tile_cache_clear(softpipe->zsbuf_cache, &zero, cv); in softpipe_clear()
Dsp_context.c94 sp_destroy_tile_cache(softpipe->zsbuf_cache); in softpipe_destroy()
251 softpipe->zsbuf_cache = sp_create_tile_cache( &softpipe->pipe ); in softpipe_create_context()
Dsp_quad_depth_test_tmp.h74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy, quads[0]->input.layer); in NAME()
Dsp_context.h198 struct softpipe_tile_cache *zsbuf_cache; member
Dsp_quad_depth_test.c803 data.tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, in depth_test_quads_fallback()