Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DShareGroupVk.h148 enum class SuballocationAlgorithm : uint8_t enum
155 angle::PackedEnumMap<SuballocationAlgorithm, vk::BufferPoolPointerArray> mDefaultBufferPools;
DShareGroupVk.cpp405 SuballocationAlgorithm algorithm = size <= mSizeLimitForBuddyAlgorithm[usageType] in getDefaultBufferPool()
406 ? SuballocationAlgorithm::Buddy in getDefaultBufferPool()
407 : SuballocationAlgorithm::General; in getDefaultBufferPool()
418 vma::VirtualBlockCreateFlags vmaFlags = algorithm == SuballocationAlgorithm::Buddy in getDefaultBufferPool()