Lines Matching refs:pAllocateInfo
1025 …PI_CALL vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAlloc… in vkAllocateMemory() argument
1028 device, pAllocateInfo, pAllocator, pMemory); in vkAllocateMemory()
1030 …aseInStructure *allocationInfo = reinterpret_cast<const VkBaseInStructure *>(pAllocateInfo->pNext); in vkAllocateMemory()
1114 VkResult result = vk::DeviceMemory::Create(pAllocator, pAllocateInfo, pMemory, vk::Cast(device)); in vkAllocateMemory()
2246 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescriptorS… in vkAllocateDescriptorSets() argument
2249 device, pAllocateInfo, pDescriptorSets); in vkAllocateDescriptorSets()
2251 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pAllocateInfo->pNext); in vkAllocateDescriptorSets()
2258 …return vk::Cast(pAllocateInfo->descriptorPool)->allocateSets(pAllocateInfo->descriptorSetCount, pA… in vkAllocateDescriptorSets()
2374 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuff… in vkAllocateCommandBuffers() argument
2377 device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers()
2379 auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pAllocateInfo->pNext); in vkAllocateCommandBuffers()
2386 …return vk::Cast(pAllocateInfo->commandPool)->allocateCommandBuffers(vk::Cast(device), pAllocateInf… in vkAllocateCommandBuffers()