Searched refs:allocationInfo (Results 1 – 2 of 2) sorted by relevance
493 …const VkBaseOutStructure* allocationInfo = reinterpret_cast<const VkBaseOutStructure*>(pAllocateIn… in vkAllocateMemory() local494 while(allocationInfo) in vkAllocateMemory()496 switch(allocationInfo->sType) in vkAllocateMemory()508 allocationInfo = allocationInfo->pNext; in vkAllocateMemory()
568 const vk::VkMemoryAllocateInfo allocationInfo = in bindBufferMemory() local575 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &allocationInfo)); in bindBufferMemory()618 const vk::VkMemoryAllocateInfo allocationInfo = in bindImageMemory() local625 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &allocationInfo)); in bindImageMemory()