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()
232 if (tc->tex_trans_map) { in sp_find_cached_tile_tex()
235 tc->tex_trans_map = NULL; in sp_find_cached_tile_tex()
248 tc->tex_trans_map = in sp_find_cached_tile_tex()
262 pipe_get_tile_rgba(tc->tex_trans, tc->tex_trans_map, in sp_find_cached_tile_tex()
Dsp_tex_tile_cache.h94 void *tex_trans_map; member