Home | History | Annotate | Download | only in include

Lines Matching refs:pImage

2141     VkImage* pImage,

9294 VkImage* pImage,
9298 VMA_ASSERT(allocator && pImageCreateInfo && pAllocationCreateInfo && pImage && pAllocation);
9304 *pImage = VK_NULL_HANDLE;
9312 pImage);
9320 res = AllocateMemoryForImage(allocator, *pImage, pAllocationCreateInfo, suballocType, pAllocation);
9324 res = allocator->BindImageMemory(*pAllocation, *pImage);
9336 (*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAllocationCallbacks());
9337 *pImage = VK_NULL_HANDLE;
9340 (*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAllocationCallbacks());
9341 *pImage = VK_NULL_HANDLE;