Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DShareGroupVk.cpp80 mSizeLimitForBuddyAlgorithm[BufferUsageType::Dynamic] = in ShareGroupVk()
82 mSizeLimitForBuddyAlgorithm[BufferUsageType::Static] = kMaxStaticBufferSizeToUseBuddyAlgorithm; in ShareGroupVk()
405 SuballocationAlgorithm algorithm = size <= mSizeLimitForBuddyAlgorithm[usageType] in getDefaultBufferPool()
DShareGroupVk.h156 angle::PackedEnumMap<BufferUsageType, size_t> mSizeLimitForBuddyAlgorithm; variable