Home
last modified time | relevance | path

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

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanMemory.cpp214 const size_t actualSlab = (lastSlab_ + i) % numSlabs;
215 Slab &slab = slabs_[actualSlab];
225 lastSlab_ = actualSlab;
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanMemory.cpp214 const size_t actualSlab = (lastSlab_ + i) % numSlabs; in Allocate() local
215 Slab &slab = slabs_[actualSlab]; in Allocate()
225 lastSlab_ = actualSlab; in Allocate()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanMemory.cpp214 const size_t actualSlab = (lastSlab_ + i) % numSlabs; in Allocate() local
215 Slab &slab = slabs_[actualSlab]; in Allocate()
225 lastSlab_ = actualSlab; in Allocate()