Searched refs:AllocateCommandBuffers (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.h75 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member in struct:vulkan::driver::DeviceDriverTable
H A Ddriver_gen.cpp98 reinterpret_cast<PFN_vkVoidFunction>(AllocateCommandBuffers),
352 INIT_PROC(dev, AllocateCommandBuffers);
H A Dapi_gen.h126 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member in struct:vulkan::api::DeviceDispatchTable
H A Ddriver.h123 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers);
H A Ddriver.cpp846 AllocateCommandBuffers(VkDevice device, function in namespace:vulkan::driver
851 VkResult result = data.driver.AllocateCommandBuffers(device, pAllocateInfo,
H A Dapi_gen.cpp224 INIT_PROC(dev, AllocateCommandBuffers);
368 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers);
502 { "vkAllocateCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(AllocateCommandBuffers) },
962 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) { function in namespace:vulkan::api::__anon1598
963 return GetData(device).dispatch.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
1654 return vulkan::api::AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp57 {"vkAllocateCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateCommandBuffers>(AllocateCommandBuffers))},
H A Dnull_driver_gen.h119 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers);
H A Dnull_driver.cpp687 VkResult AllocateCommandBuffers(VkDevice /*device*/, function in namespace:null_driver

Completed in 4950 milliseconds