Searched refs:CreateCommandPool (Results 1 – 2 of 2) sorted by relevance
| /device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
| D | api_gen.h | 135 PFN_vkCreateCommandPool CreateCommandPool; member
|
| D | api_gen.cpp | 265 INIT_PROC(true, dev, CreateCommandPool); in InitDispatchTable() 430 VKAPI_ATTR VkResult CreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, … 694 { "vkCreateCommandPool", reinterpret_cast<PFN_vkVoidFunction>(CreateCommandPool) }, in GetInstanceProcAddr() 1107 VKAPI_ATTR VkResult CreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, … in CreateCommandPool() function 1108 … return GetData(device).dispatch.CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in CreateCommandPool() 1928 return vulkan::api::CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in vkCreateCommandPool()
|