Searched refs:AllocateCommandBuffers (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.h | 88 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
|
D | driver_gen.cpp | 178 reinterpret_cast<PFN_vkVoidFunction>(AllocateCommandBuffers), 543 INIT_PROC(true, dev, AllocateCommandBuffers); in InitDriverTable()
|
D | api_gen.h | 138 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
|
D | driver.h | 133 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAll…
|
D | driver.cpp | 1307 AllocateCommandBuffers(VkDevice device, in AllocateCommandBuffers() function 1314 VkResult result = data.driver.AllocateCommandBuffers(device, pAllocateInfo, in AllocateCommandBuffers()
|
D | api_gen.cpp | 268 INIT_PROC(true, dev, AllocateCommandBuffers); in InitDispatchTable() 433 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAll… 639 … { "vkAllocateCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(AllocateCommandBuffers) }, in GetInstanceProcAddr() 1120 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAll… in AllocateCommandBuffers() function 1121 return GetData(device).dispatch.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in AllocateCommandBuffers() 1944 return vulkan::api::AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 59 …rpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateCommandBuffers>(AllocateCommandBuffers))},
|
D | null_driver_gen.h | 119 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAll…
|
D | null_driver.cpp | 737 VkResult AllocateCommandBuffers(VkDevice /*device*/, in AllocateCommandBuffers() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 325 GET_DEV_PROC(AllocateCommandBuffers); in setupDevice()
|