Searched refs:PFN_vkResetCommandPool (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 158 PFN_vkResetCommandPool vkResetCommandPool;
|
D | goldfish_vk_dispatch.cpp | 432 out->vkResetCommandPool = (PFN_vkResetCommandPool)dlSymFunc(lib, "vkResetCommandPool"); in init_vulkan_dispatch_from_system_loader() 1240 (PFN_vkResetCommandPool)vk->vkGetInstanceProcAddr(instance, "vkResetCommandPool"); in init_vulkan_dispatch_from_instance() 2181 (PFN_vkResetCommandPool)vk->vkGetDeviceProcAddr(device, "vkResetCommandPool"); in init_vulkan_dispatch_from_device()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 4694 PFN_vkResetCommandPool vkResetCommandPool = 0; 5184 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool"… in init() 5606 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in init()
|
D | vulkan.hpp | 9224 PFN_vkResetCommandPool vkResetCommandPool = 0; 10390 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool"… in init() 11472 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in init()
|
D | vulkansc_raii.hpp | 347 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in DeviceDispatcher() 707 PFN_vkResetCommandPool vkResetCommandPool = 0;
|
D | vulkan_raii.hpp | 672 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in DeviceDispatcher() 1550 PFN_vkResetCommandPool vkResetCommandPool = 0;
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4035 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, Vk… typedef
|