Searched refs:SuballocationAlgorithm (Results 1 – 2 of 2) sorted by relevance
148 enum class SuballocationAlgorithm : uint8_t enum155 angle::PackedEnumMap<SuballocationAlgorithm, vk::BufferPoolPointerArray> mDefaultBufferPools;
405 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()