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.c134 if (tc->tex_trans_map) { in sp_tex_tile_cache_set_sampler_view()
137 tc->tex_trans_map = NULL; in sp_tex_tile_cache_set_sampler_view()
233 if (tc->tex_trans_map) { in sp_find_cached_tile_tex()
236 tc->tex_trans_map = NULL; in sp_find_cached_tile_tex()
249 tc->tex_trans_map = 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()
280 pipe_get_tile_rgba_format(tc->tex_trans, tc->tex_trans_map, in sp_find_cached_tile_tex()
Dsp_tex_tile_cache.h95 void *tex_trans_map; member