Searched refs:allocationCreateInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_memory_allocator_vk.cpp | 243 &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 D | gpu_memory_allocator_vk.h | 73 …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 D | gpu_buffer_vk.cpp | 349 const VmaAllocationCreateInfo allocationCreateInfo { in AllocateMemory() local 367 … bufferCreateInfo, allocationCreateInfo, plat_.buffer, mem_.allocation, mem_.allocationInfo); in AllocateMemory()
|
H A D | gpu_image_vk.cpp | 314 const VmaAllocationCreateInfo allocationCreateInfo { in CreateVkImage() local 332 … imageCreateInfo, allocationCreateInfo, plat_.image, mem_.allocation, mem_.allocationInfo); in CreateVkImage()
|