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_flush.c72 if (softpipe->cbuf_cache[i]) in softpipe_flush()
73 sp_flush_tile_cache(softpipe->cbuf_cache[i]); in softpipe_flush()
184 if (softpipe->cbuf_cache[i]) in softpipe_texture_barrier()
185 sp_flush_tile_cache(softpipe->cbuf_cache[i]); in softpipe_texture_barrier()
Dsp_state_surface.c62 sp_flush_tile_cache(sp->cbuf_cache[i]); in softpipe_set_framebuffer_state()
68 sp_tile_cache_set_surface(sp->cbuf_cache[i], cb); in softpipe_set_framebuffer_state()
Dsp_clear.c71 sp_tile_cache_clear(softpipe->cbuf_cache[i], color, 0); in softpipe_clear()
Dsp_context.c94 sp_destroy_tile_cache(softpipe->cbuf_cache[i]); in softpipe_destroy()
254 softpipe->cbuf_cache[i] = sp_create_tile_cache( &softpipe->pipe ); in softpipe_create_context()
Dsp_context.h194 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS]; member
Dsp_quad_blend.c935 = 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()