Home
last modified time | relevance | path

Searched refs:cbuf_cache (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_surface.c60 sp_flush_tile_cache(sp->cbuf_cache[i]); in softpipe_set_framebuffer_state()
66 sp_tile_cache_set_surface(sp->cbuf_cache[i], fb->cbufs[i]); in softpipe_set_framebuffer_state()
Dsp_context.c65 sp_tile_cache_map_transfers(sp->cbuf_cache[i]); in softpipe_map_transfers()
81 sp_tile_cache_unmap_transfers(sp->cbuf_cache[i]); in softpipe_unmap_transfers()
118 sp_destroy_tile_cache(softpipe->cbuf_cache[i]); in softpipe_destroy()
256 softpipe->cbuf_cache[i] = sp_create_tile_cache( &softpipe->pipe ); in softpipe_create_context()
Dsp_flush.c70 if (softpipe->cbuf_cache[i]) in softpipe_flush()
71 sp_flush_tile_cache(softpipe->cbuf_cache[i]); in softpipe_flush()
Dsp_clear.c68 sp_tile_cache_clear(softpipe->cbuf_cache[i], color, 0); in softpipe_clear()
Dsp_context.h175 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS]; member
Dsp_quad_blend.c936 = sp_get_cached_tile(softpipe->cbuf_cache[cbuf], in blend_fallback()
1038 = sp_get_cached_tile(qs->softpipe->cbuf_cache[0], in blend_single_add_src_alpha_inv_src_alpha()
1112 = sp_get_cached_tile(qs->softpipe->cbuf_cache[0], in blend_single_add_one_one()
1180 = sp_get_cached_tile(qs->softpipe->cbuf_cache[0], in single_output_color()