Searched refs:tex_trans (Results 1 – 2 of 2) sorted by relevance
79 if (tc->tex_trans) { in sp_destroy_tex_tile_cache()80 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans); in sp_destroy_tex_tile_cache()135 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans); in sp_tex_tile_cache_set_sampler_view()136 tc->tex_trans = NULL; in sp_tex_tile_cache_set_sampler_view()226 if (!tc->tex_trans || in sp_find_cached_tile_tex()233 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans); in sp_find_cached_tile_tex()234 tc->tex_trans = NULL; in sp_find_cached_tile_tex()253 0, 0, width, height, &tc->tex_trans); in sp_find_cached_tile_tex()262 pipe_get_tile_rgba(tc->tex_trans, tc->tex_trans_map, in sp_find_cached_tile_tex()
93 struct pipe_transfer *tex_trans; member