Searched refs:softpipe_tile_cache (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h36 struct softpipe_tile_cache;
82 struct softpipe_tile_cache struct
105 extern struct softpipe_tile_cache *
109 sp_destroy_tile_cache(struct softpipe_tile_cache *tc);
112 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc,
116 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc);
119 sp_flush_tile_cache(struct softpipe_tile_cache *tc);
122 sp_tile_cache_clear(struct softpipe_tile_cache *tc,
127 sp_find_cached_tile(struct softpipe_tile_cache *tc,
147 sp_get_cached_tile(struct softpipe_tile_cache *t
[all...]
H A Dsp_context.h53 struct softpipe_tile_cache;
194 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS];
195 struct softpipe_tile_cache *zsbuf_cache;
H A Dsp_tile_cache.c42 sp_alloc_tile(struct softpipe_tile_cache *tc);
90 struct softpipe_tile_cache *
93 struct softpipe_tile_cache *tc;
107 tc = CALLOC_STRUCT( softpipe_tile_cache );
140 sp_destroy_tile_cache(struct softpipe_tile_cache *tc)
171 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc,
228 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc)
343 sp_tile_cache_flush_clear(struct softpipe_tile_cache *tc, int layer)
402 sp_flush_tile(struct softpipe_tile_cache* tc, unsigned pos)
446 sp_flush_tile_cache(struct softpipe_tile_cache *t
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h36 struct softpipe_tile_cache;
82 struct softpipe_tile_cache struct
105 extern struct softpipe_tile_cache *
109 sp_destroy_tile_cache(struct softpipe_tile_cache *tc);
112 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc,
116 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc);
119 sp_flush_tile_cache(struct softpipe_tile_cache *tc);
122 sp_tile_cache_clear(struct softpipe_tile_cache *tc,
127 sp_find_cached_tile(struct softpipe_tile_cache *tc,
147 sp_get_cached_tile(struct softpipe_tile_cache *t
[all...]
H A Dsp_context.h53 struct softpipe_tile_cache;
194 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS];
195 struct softpipe_tile_cache *zsbuf_cache;
H A Dsp_tile_cache.c42 sp_alloc_tile(struct softpipe_tile_cache *tc);
90 struct softpipe_tile_cache *
93 struct softpipe_tile_cache *tc;
104 tc = CALLOC_STRUCT( softpipe_tile_cache );
137 sp_destroy_tile_cache(struct softpipe_tile_cache *tc)
168 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc,
225 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc)
340 sp_tile_cache_flush_clear(struct softpipe_tile_cache *tc, int layer)
387 sp_flush_tile(struct softpipe_tile_cache* tc, unsigned pos)
415 sp_flush_tile_cache(struct softpipe_tile_cache *t
[all...]

Completed in 8 milliseconds