Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp243 &allocationCreateInfo, // pAllocationCreateInfo in CreateBuffer()
253 VmaAllocationCreateInfo fallBackAllocationCreateInfo = allocationCreateInfo; in CreateBuffer()
300 &allocationCreateInfo, // pAllocationCreateInfo in CreateImage()
307 VmaAllocationCreateInfo fallBackAllocationCreateInfo = allocationCreateInfo; in CreateImage()
405 VmaAllocationCreateInfo allocationCreateInfo = {}; in CreatePoolForBuffers() local
406 allocationCreateInfo.preferredFlags = (VkMemoryPropertyFlags)buf.memoryPropertyFlags; in CreatePoolForBuffers()
407 allocationCreateInfo.requiredFlags = allocationCreateInfo.preferredFlags; in CreatePoolForBuffers()
408 if (allocationCreateInfo.preferredFlags == in CreatePoolForBuffers()
456 VmaAllocationCreateInfo allocationCreateInfo = {}; in CreatePoolForImages() local
457 allocationCreateInfo.preferredFlags = (VkMemoryPropertyFlags)img.memoryPropertyFlags; in CreatePoolForImages()
[all …]
H A Dgpu_memory_allocator_vk.h73 …er(const VkBufferCreateInfo& bufferCreateInfo, const VmaAllocationCreateInfo& allocationCreateInfo, in RENDER_BEGIN_NAMESPACE()
77 …mage(const VkImageCreateInfo& imageCreateInfo, const VmaAllocationCreateInfo& allocationCreateInfo, in RENDER_BEGIN_NAMESPACE()
H A Dgpu_buffer_vk.cpp349 const VmaAllocationCreateInfo allocationCreateInfo { in AllocateMemory() local
367 … bufferCreateInfo, allocationCreateInfo, plat_.buffer, mem_.allocation, mem_.allocationInfo); in AllocateMemory()
H A Dgpu_image_vk.cpp314 const VmaAllocationCreateInfo allocationCreateInfo { in CreateVkImage() local
332 … imageCreateInfo, allocationCreateInfo, plat_.image, mem_.allocation, mem_.allocationInfo); in CreateVkImage()