Searched refs:PFN_vkAllocateCommandBuffers (Results 1 – 7 of 7) sorted by relevance
159 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers;
434 (PFN_vkAllocateCommandBuffers)dlSymFunc(lib, "vkAllocateCommandBuffers"); in init_vulkan_dispatch_from_system_loader()1241 out->vkAllocateCommandBuffers = (PFN_vkAllocateCommandBuffers)vk->vkGetInstanceProcAddr( in init_vulkan_dispatch_from_instance()2183 (PFN_vkAllocateCommandBuffers)vk->vkGetDeviceProcAddr(device, "vkAllocateCommandBuffers"); in init_vulkan_dispatch_from_device()
4695 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers = 0;5185 …vkAllocateCommandBuffers = PFN_vkAllocateCommandBuffers( vkGetInstanceProcAddr( instance, "vkAlloc… in init()5607 …vkAllocateCommandBuffers = PFN_vkAllocateCommandBuffers( vkGetDeviceProcAddr( device, "vkAllocateC… in init()
9225 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers = 0;10391 …vkAllocateCommandBuffers = PFN_vkAllocateCommandBuffers( vkGetInstanceProcAddr( instance, "vkAlloc… in init()11473 …vkAllocateCommandBuffers = PFN_vkAllocateCommandBuffers( vkGetDeviceProcAddr( device, "vkAllocateC… in init()
348 …vkAllocateCommandBuffers = PFN_vkAllocateCommandBuffers( vkGetDeviceProcAddr( device, "vkAllocateC… in DeviceDispatcher()708 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers = 0;
673 …vkAllocateCommandBuffers = PFN_vkAllocateCommandBuffers( vkGetDeviceProcAddr( device, "vkAllocateC… in DeviceDispatcher()1551 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers = 0;
4036 typedef VkResult (VKAPI_PTR *PFN_vkAllocateCommandBuffers)(VkDevice device, const VkCommandBufferAl… typedef