Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_buffer_vk.cpp55 constexpr uint32_t GetMemoryMapAlignment(const VkPhysicalDeviceLimits& limits) in GetMemoryMapAlignment() function
200 …32_t minMapAlignment = (isRingBuffer_ || isPersistantlyMapped_) ? GetMemoryMapAlignment(limits) : … in CreateBufferImpl()