Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h1208 static constexpr size_t kMaxBufferSizeForSuballocation = 4 * 1024 * 1024; variable
H A Dvk_helpers.cpp4063 if (alignedSize >= kMaxBufferSizeForSuballocation) in allocateBuffer()