Searched refs:cbuf_cache (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_flush.c72 if (softpipe->cbuf_cache[i])
73 sp_flush_tile_cache(softpipe->cbuf_cache[i]);
184 if (softpipe->cbuf_cache[i])
185 sp_flush_tile_cache(softpipe->cbuf_cache[i]);
H A Dsp_state_surface.c62 sp_flush_tile_cache(sp->cbuf_cache[i]);
68 sp_tile_cache_set_surface(sp->cbuf_cache[i], cb);
H A Dsp_clear.c72 sp_tile_cache_clear(softpipe->cbuf_cache[i], color, 0);
H A Dsp_context.h194 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS]; member in struct:softpipe_context
H A Dsp_context.c94 sp_destroy_tile_cache(softpipe->cbuf_cache[i]);
254 softpipe->cbuf_cache[i] = sp_create_tile_cache( &softpipe->pipe );
H A Dsp_quad_blend.c935 = sp_get_cached_tile(softpipe->cbuf_cache[cbuf],
1038 = sp_get_cached_tile(qs->softpipe->cbuf_cache[0],
1112 = sp_get_cached_tile(qs->softpipe->cbuf_cache[0],
1180 = sp_get_cached_tile(qs->softpipe->cbuf_cache[0],
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_flush.c72 if (softpipe->cbuf_cache[i])
73 sp_flush_tile_cache(softpipe->cbuf_cache[i]);
184 if (softpipe->cbuf_cache[i])
185 sp_flush_tile_cache(softpipe->cbuf_cache[i]);
H A Dsp_state_surface.c62 sp_flush_tile_cache(sp->cbuf_cache[i]);
68 sp_tile_cache_set_surface(sp->cbuf_cache[i], cb);
H A Dsp_clear.c74 sp_tile_cache_clear(softpipe->cbuf_cache[i], color, 0);
H A Dsp_context.h194 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS]; member in struct:softpipe_context
H A Dsp_context.c94 sp_destroy_tile_cache(softpipe->cbuf_cache[i]);
263 softpipe->cbuf_cache[i] = sp_create_tile_cache( &softpipe->pipe );
H A Dsp_quad_blend.c937 = sp_get_cached_tile(softpipe->cbuf_cache[cbuf],
1040 = sp_get_cached_tile(qs->softpipe->cbuf_cache[0],
1114 = sp_get_cached_tile(qs->softpipe->cbuf_cache[0],
1182 = sp_get_cached_tile(qs->softpipe->cbuf_cache[0],

Completed in 8 milliseconds