Searched refs:pAllocateInfo (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 303 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons… 359 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… 370 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff… 711 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons… in AllocateMemory() argument 712 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory() 935 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… in AllocateDescriptorSets() argument 936 return GetData(device).dispatch.AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); in AllocateDescriptorSets() 979 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff… in AllocateCommandBuffers() argument 980 return GetData(device).dispatch.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in AllocateCommandBuffers() 1335 VKAPI_ATTR VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, co… in vkAllocateMemory() argument [all …]
|
D | driver.h | 130 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff…
|
D | driver.cpp | 1069 const VkCommandBufferAllocateInfo* pAllocateInfo, in AllocateCommandBuffers() argument 1073 VkResult result = data.driver.AllocateCommandBuffers(device, pAllocateInfo, in AllocateCommandBuffers() 1076 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) in AllocateCommandBuffers()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 52 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons… 108 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… 119 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff…
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 4668 const VkMemoryAllocateInfo* pAllocateInfo, 4671 assert(pAllocateInfo.sType == VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO) 4678 allocationSize: pAllocateInfo[0].allocationSize) 5534 const VkDescriptorSetAllocateInfo* pAllocateInfo, 5537 allocInfo := pAllocateInfo[0] 5732 const VkCommandBufferAllocateInfo* pAllocateInfo, 5734 assert(pAllocateInfo[0].sType == VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO) 5736 count := pAllocateInfo[0].commandBufferCount
|