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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tile_cache.h 36 struct softpipe_tile_cache;
81 struct softpipe_tile_cache struct
102 extern struct softpipe_tile_cache *
106 sp_destroy_tile_cache(struct softpipe_tile_cache *tc);
109 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc,
113 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc);
116 sp_tile_cache_map_transfers(struct softpipe_tile_cache *tc);
119 sp_tile_cache_unmap_transfers(struct softpipe_tile_cache *tc);
122 sp_flush_tile_cache(struct softpipe_tile_cache *tc);
125 sp_tile_cache_clear(struct softpipe_tile_cache *tc
    [all...]
sp_context.h 51 struct softpipe_tile_cache;
175 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS];
176 struct softpipe_tile_cache *zsbuf_cache;
sp_tile_cache.c 42 sp_alloc_tile(struct softpipe_tile_cache *tc);
83 struct softpipe_tile_cache *
86 struct softpipe_tile_cache *tc;
99 tc = CALLOC_STRUCT( softpipe_tile_cache );
132 sp_destroy_tile_cache(struct softpipe_tile_cache *tc)
156 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc,
192 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc)
199 sp_tile_cache_map_transfers(struct softpipe_tile_cache *tc)
207 sp_tile_cache_unmap_transfers(struct softpipe_tile_cache *tc)
325 sp_tile_cache_flush_clear(struct softpipe_tile_cache *tc
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 36 struct softpipe_tile_cache;
81 struct softpipe_tile_cache struct
102 extern struct softpipe_tile_cache *
106 sp_destroy_tile_cache(struct softpipe_tile_cache *tc);
109 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc,
113 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc);
116 sp_tile_cache_map_transfers(struct softpipe_tile_cache *tc);
119 sp_tile_cache_unmap_transfers(struct softpipe_tile_cache *tc);
122 sp_flush_tile_cache(struct softpipe_tile_cache *tc);
125 sp_tile_cache_clear(struct softpipe_tile_cache *tc
    [all...]
sp_context.h 51 struct softpipe_tile_cache;
175 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS];
176 struct softpipe_tile_cache *zsbuf_cache;
sp_tile_cache.c 42 sp_alloc_tile(struct softpipe_tile_cache *tc);
83 struct softpipe_tile_cache *
86 struct softpipe_tile_cache *tc;
99 tc = CALLOC_STRUCT( softpipe_tile_cache );
132 sp_destroy_tile_cache(struct softpipe_tile_cache *tc)
156 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc,
192 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc)
199 sp_tile_cache_map_transfers(struct softpipe_tile_cache *tc)
207 sp_tile_cache_unmap_transfers(struct softpipe_tile_cache *tc)
325 sp_tile_cache_flush_clear(struct softpipe_tile_cache *tc
    [all...]

Completed in 3126 milliseconds