Home
last modified time | relevance | path

Searched refs:PFN_vkResetCommandPool (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h158 PFN_vkResetCommandPool vkResetCommandPool;
Dgoldfish_vk_dispatch.cpp432 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/
Dvulkansc.hpp4694 PFN_vkResetCommandPool vkResetCommandPool = 0;
5184 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool"… in init()
5606 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in init()
Dvulkan.hpp9224 PFN_vkResetCommandPool vkResetCommandPool = 0;
10390 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool"… in init()
11472 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in init()
Dvulkansc_raii.hpp347 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in DeviceDispatcher()
707 PFN_vkResetCommandPool vkResetCommandPool = 0;
Dvulkan_raii.hpp672 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in DeviceDispatcher()
1550 PFN_vkResetCommandPool vkResetCommandPool = 0;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4035 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, Vk… typedef