Home
last modified time | relevance | path

Searched refs:PFN_vkResetCommandPool (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkInterface.h143 VkPtr<PFN_vkResetCommandPool> fResetCommandPool;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h261 PFN_vkResetCommandPool ResetCommandPool = nullptr;
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h228 PFN_vkResetCommandPool vkResetCommandPool;
644 extern PFN_vkResetCommandPool vkResetCommandPool;
H A Dvolk.c438 vkResetCommandPool = (PFN_vkResetCommandPool)load(context, "vkResetCommandPool"); in volkGenLoadDevice()
839 table->vkResetCommandPool = (PFN_vkResetCommandPool)load(context, "vkResetCommandPool"); in volkGenLoadDeviceTable()
1259 PFN_vkResetCommandPool vkResetCommandPool;
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h375 PFN_vkResetCommandPool ResetCommandPool;
H A Dvk_dispatch_table_helper.h109 table->ResetCommandPool = (PFN_vkResetCommandPool)gpa(device, "vkResetCommandPool"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c406 table->ResetCommandPool = (PFN_vkResetCommandPool)gpa(dev, "vkResetCommandPool"); in loader_init_device_dispatch_table()
/third_party/glfw/deps/glad/
H A Dvulkan.h5100 typedef VkResult (GLAD_API_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); typedef
5551 GLAD_API_CALL PFN_vkResetCommandPool glad_vkResetCommandPool;
5846 PFN_vkResetCommandPool glad_vkResetCommandPool = NULL;
5993 glad_vkResetCommandPool = (PFN_vkResetCommandPool) load(userptr, "vkResetCommandPool"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h109 table->ResetCommandPool = (PFN_vkResetCommandPool)gpa(device, "vkResetCommandPool"); in layer_init_device_dispatch_table()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp10967 PFN_vkResetCommandPool vkResetCommandPool = 0;
11963 vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool" ) );
13158 vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) );
H A Dvulkan_raii.hpp776 vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in init()
1651 PFN_vkResetCommandPool vkResetCommandPool = 0;
H A Dvulkan_core.h3598 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp16487 PFN_vkResetCommandPool vkResetCommandPool = 0;
17684 vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool" ) );
19002 vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) );
H A Dvulkan_raii.hpp758 vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in DeviceDispatcher()
1801 PFN_vkResetCommandPool vkResetCommandPool = 0;
[all...]
H A Dvulkan_core.h4012 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2695 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); typedef
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3505 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3862 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3647 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); typedef

Completed in 427 milliseconds