Searched refs:last_tile (Results 1 – 4 of 4) sorted by relevance
104 struct softpipe_tex_cached_tile *last_tile; /**< most recently retrieved tile */ member154 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()
101 struct softpipe_cached_tile *last_tile; /**< most recently retrieved tile */ member153 return tc->last_tile; in sp_get_cached_tile()
61 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()
620 tc->last_tile = tile; in sp_find_cached_tile()