Home
last modified time | relevance | path

Searched refs:tex_trans (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_tile_cache.c79 if (tc->tex_trans) { in sp_destroy_tex_tile_cache()
80 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans); in sp_destroy_tex_tile_cache()
93 if (tc->tex_trans && !tc->tex_trans_map) in sp_tex_tile_cache_map_transfers()
94 tc->tex_trans_map = tc->pipe->transfer_map(tc->pipe, tc->tex_trans); in sp_tex_tile_cache_map_transfers()
102 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans); in sp_tex_tile_cache_unmap_transfers()
153 if (tc->tex_trans) { in sp_tex_tile_cache_set_sampler_view()
155 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans); in sp_tex_tile_cache_set_sampler_view()
159 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans); in sp_tex_tile_cache_set_sampler_view()
160 tc->tex_trans = NULL; in sp_tex_tile_cache_set_sampler_view()
251 if (!tc->tex_trans || in sp_find_cached_tile_tex()
[all …]
Dsp_tex_tile_cache.h89 struct pipe_transfer *tex_trans; member