/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_surface.c | 75 sp_flush_tile_cache(sp->zsbuf_cache); 81 sp_tile_cache_set_surface(sp->zsbuf_cache, fb->zsbuf);
|
sp_clear.c | 77 sp_tile_cache_clear(softpipe->zsbuf_cache, &zero, cv);
|
sp_flush.c | 73 if (softpipe->zsbuf_cache) 74 sp_flush_tile_cache(softpipe->zsbuf_cache);
|
sp_context.c | 68 sp_tile_cache_map_transfers(sp->zsbuf_cache); 84 sp_tile_cache_unmap_transfers(sp->zsbuf_cache); 122 sp_destroy_tile_cache(softpipe->zsbuf_cache); 257 softpipe->zsbuf_cache = sp_create_tile_cache( &softpipe->pipe );
|
sp_context.h | 176 struct softpipe_tile_cache *zsbuf_cache; member in struct:softpipe_context
|
sp_quad_depth_test_tmp.h | 74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy);
|
sp_quad_depth_test.c | 788 data.tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache,
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_surface.c | 75 sp_flush_tile_cache(sp->zsbuf_cache); 81 sp_tile_cache_set_surface(sp->zsbuf_cache, fb->zsbuf);
|
sp_clear.c | 77 sp_tile_cache_clear(softpipe->zsbuf_cache, &zero, cv);
|
sp_flush.c | 73 if (softpipe->zsbuf_cache) 74 sp_flush_tile_cache(softpipe->zsbuf_cache);
|
sp_context.c | 68 sp_tile_cache_map_transfers(sp->zsbuf_cache); 84 sp_tile_cache_unmap_transfers(sp->zsbuf_cache); 122 sp_destroy_tile_cache(softpipe->zsbuf_cache); 257 softpipe->zsbuf_cache = sp_create_tile_cache( &softpipe->pipe );
|
sp_context.h | 176 struct softpipe_tile_cache *zsbuf_cache; member in struct:softpipe_context
|
sp_quad_depth_test_tmp.h | 74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy);
|
sp_quad_depth_test.c | 788 data.tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache,
|