Lines Matching refs:pAllocateInfo
366 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons…
422 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS…
433 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff…
852 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons… in AllocateMemory() argument
853 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory()
1076 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… in AllocateDescriptorSets() argument
1077 return GetData(device).dispatch.AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); in AllocateDescriptorSets()
1120 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff… in AllocateCommandBuffers() argument
1121 return GetData(device).dispatch.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in AllocateCommandBuffers()
1608 VKAPI_ATTR VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, co… in vkAllocateMemory() argument
1609 return vulkan::api::AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in vkAllocateMemory()
1888 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… in vkAllocateDescriptorSets() argument
1889 return vulkan::api::AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); in vkAllocateDescriptorSets()
1943 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff… in vkAllocateCommandBuffers() argument
1944 return vulkan::api::AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers()