Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.h86 uint32_t GetMemoryTypeProperties(const uint32_t memoryType); in RENDER_BEGIN_NAMESPACE()
H A Dgpu_buffer_vk.cpp210 … (VkMemoryPropertyFlags)gpuMemAllocator->GetMemoryTypeProperties(mem_.allocationInfo.memoryType); in CreateBufferImpl()
H A Dgpu_memory_allocator_vk.cpp346 uint32_t PlatformGpuMemoryAllocator::GetMemoryTypeProperties(const uint32_t memoryType) in GetMemoryTypeProperties() function in PlatformGpuMemoryAllocator