HomeSort by relevance Sort by last modified time
    Searched refs:cbuf_cache (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
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]);
sp_state_surface.c 62 sp_flush_tile_cache(sp->cbuf_cache[i]);
68 sp_tile_cache_set_surface(sp->cbuf_cache[i], cb);
sp_clear.c 71 sp_tile_cache_clear(softpipe->cbuf_cache[i], color, 0);
sp_context.h 194 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS]; member in struct:softpipe_context
sp_context.c 94 sp_destroy_tile_cache(softpipe->cbuf_cache[i]);
254 softpipe->cbuf_cache[i] = sp_create_tile_cache( &softpipe->pipe );
sp_quad_blend.c 935 = sp_get_cached_tile(softpipe->cbuf_cache[cbuf],
    [all...]

Completed in 233 milliseconds