Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp332 constexpr uint32_t MAX_ALLOCATION_BLOCK_SIZE { 1024u * 1024u * 1024u }; variable
350MAX_ALLOCATION_BLOCK_SIZE, Math::max(sizes.defaultAllocationBlockSize, MIN_ALLOCATION_BLOCK_SIZE)); in GetAllocatorCreateInfo()
353 dynamicUboByteSize = Math::min(MAX_ALLOCATION_BLOCK_SIZE, in GetAllocatorCreateInfo()