Lines Matching refs:pAllocateInfo
626 …ATTR VkResult VKAPI_CALL AllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, in AllocateMemory() argument
636 …t_dispatch_table(ot_device_table_map, device)->AllocateMemory(device, pAllocateInfo, pAllocator, p… in AllocateMemory()
3343 …KAPI_CALL AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, in AllocateCommandBuffers() argument
3348 …skip_call |= ValidateObject(device, pAllocateInfo->commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAN… in AllocateCommandBuffers()
3357 …ch_table(ot_device_table_map, device)->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffe… in AllocateCommandBuffers()
3360 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) { in AllocateCommandBuffers()
3361 AllocateCommandBuffer(device, pAllocateInfo->commandPool, pCommandBuffers[i], in AllocateCommandBuffers()
3362 VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT, pAllocateInfo->level); in AllocateCommandBuffers()
3369 …KAPI_CALL AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, in AllocateDescriptorSets() argument
3374 skip_call |= ValidateObject(device, pAllocateInfo->descriptorPool, in AllocateDescriptorSets()
3376 for (uint32_t i = 0; i < pAllocateInfo->descriptorSetCount; i++) { in AllocateDescriptorSets()
3377 skip_call |= ValidateObject(device, pAllocateInfo->pSetLayouts[i], in AllocateDescriptorSets()
3386 …ch_table(ot_device_table_map, device)->AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSe… in AllocateDescriptorSets()
3390 for (uint32_t i = 0; i < pAllocateInfo->descriptorSetCount; i++) { in AllocateDescriptorSets()
3391 AllocateDescriptorSet(device, pAllocateInfo->descriptorPool, pDescriptorSets[i], in AllocateDescriptorSets()