Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp2095 const size_t sizeIgnoringHistory = std::max(mInitialSize, sizeToAllocate); in allocateWithAlignment() local
2096 if (sizeToAllocate > mSize || sizeIgnoringHistory < mSize / 4) in allocateWithAlignment()
2098 mSize = sizeIgnoringHistory; in allocateWithAlignment()