OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:softpipe_tex_tile_cache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h
37
struct
softpipe_tex_tile_cache
;
78
struct
softpipe_tex_tile_cache
struct
103
extern struct
softpipe_tex_tile_cache
*
107
sp_destroy_tex_tile_cache(struct
softpipe_tex_tile_cache
*tc);
111
sp_tex_tile_cache_map_transfers(struct
softpipe_tex_tile_cache
*tc);
114
sp_tex_tile_cache_unmap_transfers(struct
softpipe_tex_tile_cache
*tc);
117
sp_tex_tile_cache_set_sampler_view(struct
softpipe_tex_tile_cache
*tc,
121
sp_tex_tile_cache_validate_texture(struct
softpipe_tex_tile_cache
*tc);
124
sp_flush_tex_tile_cache(struct
softpipe_tex_tile_cache
*tc);
129
sp_find_cached_tile_tex(struct
softpipe_tex_tile_cache
*tc,
[
all
...]
/external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h
37
struct
softpipe_tex_tile_cache
;
78
struct
softpipe_tex_tile_cache
struct
103
extern struct
softpipe_tex_tile_cache
*
107
sp_destroy_tex_tile_cache(struct
softpipe_tex_tile_cache
*tc);
111
sp_tex_tile_cache_map_transfers(struct
softpipe_tex_tile_cache
*tc);
114
sp_tex_tile_cache_unmap_transfers(struct
softpipe_tex_tile_cache
*tc);
117
sp_tex_tile_cache_set_sampler_view(struct
softpipe_tex_tile_cache
*tc,
121
sp_tex_tile_cache_validate_texture(struct
softpipe_tex_tile_cache
*tc);
124
sp_flush_tex_tile_cache(struct
softpipe_tex_tile_cache
*tc);
129
sp_find_cached_tile_tex(struct
softpipe_tex_tile_cache
*tc,
[
all
...]
Completed in 65 milliseconds