OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbuf_cache
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gallium/drivers/softpipe/
sp_state_surface.c
60
sp_flush_tile_cache(sp->
cbuf_cache
[i]);
66
sp_tile_cache_set_surface(sp->
cbuf_cache
[i], fb->cbufs[i]);
sp_clear.c
68
sp_tile_cache_clear(softpipe->
cbuf_cache
[i], color, 0);
sp_flush.c
70
if (softpipe->
cbuf_cache
[i])
71
sp_flush_tile_cache(softpipe->
cbuf_cache
[i]);
sp_context.c
65
sp_tile_cache_map_transfers(sp->
cbuf_cache
[i]);
81
sp_tile_cache_unmap_transfers(sp->
cbuf_cache
[i]);
118
sp_destroy_tile_cache(softpipe->
cbuf_cache
[i]);
256
softpipe->
cbuf_cache
[i] = sp_create_tile_cache( &softpipe->pipe );
sp_context.h
175
struct softpipe_tile_cache *
cbuf_cache
[PIPE_MAX_COLOR_BUFS];
member in struct:softpipe_context
sp_quad_blend.c
936
= sp_get_cached_tile(softpipe->
cbuf_cache
[cbuf],
[
all
...]
Completed in 103 milliseconds