Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_tile_cache.c93 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()
101 if (tc->tex_trans_map) { in sp_tex_tile_cache_unmap_transfers()
103 tc->tex_trans_map = NULL; in sp_tex_tile_cache_unmap_transfers()
154 if (tc->tex_trans_map) { in sp_tex_tile_cache_set_sampler_view()
156 tc->tex_trans_map = NULL; in sp_tex_tile_cache_set_sampler_view()
259 if (tc->tex_trans_map) { in sp_find_cached_tile_tex()
261 tc->tex_trans_map = NULL; in sp_find_cached_tile_tex()
285 tc->tex_trans_map = tc->pipe->transfer_map(tc->pipe, tc->tex_trans); in sp_find_cached_tile_tex()
Dsp_tex_tile_cache.h90 void *tex_trans_map; member