Searched refs:pAllocateInfo (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver.h | 127 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff…
|
D | api_gen.cpp | 365 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons… 421 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… 432 …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() 1613 VKAPI_ATTR VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, co… in vkAllocateMemory() argument [all …]
|
D | driver.cpp | 1328 const VkCommandBufferAllocateInfo* pAllocateInfo, in AllocateCommandBuffers() argument 1334 VkResult result = data.driver.AllocateCommandBuffers(device, pAllocateInfo, in AllocateCommandBuffers() 1337 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) in AllocateCommandBuffers()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 53 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons… 109 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… 120 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff…
|