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_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()
227 if (!tc->tex_trans || in sp_find_cached_tile_tex()
234 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans); in sp_find_cached_tile_tex()
235 tc->tex_trans = NULL; in sp_find_cached_tile_tex()
254 0, 0, width, height, &tc->tex_trans); in sp_find_cached_tile_tex()
264 pipe_get_tile_ui_format(tc->tex_trans, tc->tex_trans_map, in sp_find_cached_tile_tex()
272 pipe_get_tile_i_format(tc->tex_trans, tc->tex_trans_map, in sp_find_cached_tile_tex()
[all …]
Dsp_tex_tile_cache.h94 struct pipe_transfer *tex_trans; member