Searched refs:cbuf_cache (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_flush.c | 72 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 D | sp_state_surface.c | 62 sp_flush_tile_cache(sp->cbuf_cache[i]); 68 sp_tile_cache_set_surface(sp->cbuf_cache[i], cb);
|
| H A D | sp_clear.c | 72 sp_tile_cache_clear(softpipe->cbuf_cache[i], color, 0);
|
| H A D | sp_context.h | 194 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS]; member in struct:softpipe_context
|
| H A D | sp_context.c | 94 sp_destroy_tile_cache(softpipe->cbuf_cache[i]); 254 softpipe->cbuf_cache[i] = sp_create_tile_cache( &softpipe->pipe );
|
| H A D | sp_quad_blend.c | 935 = 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 D | sp_flush.c | 72 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 D | sp_state_surface.c | 62 sp_flush_tile_cache(sp->cbuf_cache[i]); 68 sp_tile_cache_set_surface(sp->cbuf_cache[i], cb);
|
| H A D | sp_clear.c | 74 sp_tile_cache_clear(softpipe->cbuf_cache[i], color, 0);
|
| H A D | sp_context.h | 194 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS]; member in struct:softpipe_context
|
| H A D | sp_context.c | 94 sp_destroy_tile_cache(softpipe->cbuf_cache[i]); 263 softpipe->cbuf_cache[i] = sp_create_tile_cache( &softpipe->pipe );
|
| H A D | sp_quad_blend.c | 937 = 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