Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs314 next_compaction_idx: usize, field
436 next_compaction_idx: 0, in new()
772 let idx = self.shared_textures.next_compaction_idx; in run_compaction()
784 …self.shared_textures.next_compaction_idx = (self.shared_textures.next_compaction_idx + 1) % alloca… in run_compaction()