Home
last modified time | relevance | path

Searched refs:last_tile (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_tile_cache.h104 struct softpipe_tex_cached_tile *last_tile; /**< most recently retrieved tile */ member
154 if (tc->last_tile->addr.value == addr.value) in sp_get_cached_tile_tex()
155 return tc->last_tile; in sp_get_cached_tile_tex()
Dsp_tile_cache.h101 struct softpipe_cached_tile *last_tile; /**< most recently retrieved tile */ member
153 return tc->last_tile; in sp_get_cached_tile()
Dsp_tex_tile_cache.c61 tc->last_tile = &tc->entries[0]; /* any tile */ in sp_create_tex_tile_cache()
291 tc->last_tile = tile; in sp_find_cached_tile_tex()
Dsp_tile_cache.c620 tc->last_tile = tile; in sp_find_cached_tile()