Home
last modified time | relevance | path

Searched refs:pAllocateInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddriver.h154 const VkCommandBufferAllocateInfo* pAllocateInfo,
Dapi_gen.cpp415 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons…
472 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS…
483 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff…
1010 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons… in AllocateMemory() argument
1011 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory()
1238 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… in AllocateDescriptorSets() argument
1239 return GetData(device).dispatch.AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); in AllocateDescriptorSets()
1282 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff… in AllocateCommandBuffers() argument
1283 return GetData(device).dispatch.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in AllocateCommandBuffers()
1971 VKAPI_ATTR VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, co… in vkAllocateMemory() argument
[all …]
Ddriver.cpp1687 const VkCommandBufferAllocateInfo* pAllocateInfo, in AllocateCommandBuffers() argument
1693 VkResult result = data.driver.AllocateCommandBuffers(device, pAllocateInfo, in AllocateCommandBuffers()
1696 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) in AllocateCommandBuffers()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h53 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons…
110 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS…
121 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff…
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml_test.go707 …;descriptorPool">const <type>VkDescriptorSetAllocateInfo</type>* <name>pAllocateInfo</name></param>