Searched refs:last_tile (Results 1 – 4 of 4) sorted by relevance
99 struct softpipe_tex_cached_tile *last_tile; /**< most recently retrieved tile */ member157 if (tc->last_tile->addr.value == addr.value) in sp_get_cached_tile_tex()158 return tc->last_tile; in sp_get_cached_tile_tex()
98 struct softpipe_cached_tile *last_tile; /**< most recently retrieved tile */ member156 return tc->last_tile; in sp_get_cached_tile()
61 tc->last_tile = &tc->entries[0]; /* any tile */ in sp_create_tex_tile_cache()326 tc->last_tile = tile; in sp_find_cached_tile_tex()
599 tc->last_tile = tile; in sp_find_cached_tile()