/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.h | 143 VkPtr<PFN_vkResetCommandPool> fResetCommandPool;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.h | 261 PFN_vkResetCommandPool ResetCommandPool = nullptr;
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 228 PFN_vkResetCommandPool vkResetCommandPool; 644 extern PFN_vkResetCommandPool vkResetCommandPool;
|
H A D | volk.c | 438 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 D | vk_layer_dispatch_table.h | 375 PFN_vkResetCommandPool ResetCommandPool;
|
H A D | vk_dispatch_table_helper.h | 109 table->ResetCommandPool = (PFN_vkResetCommandPool)gpa(device, "vkResetCommandPool"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 406 table->ResetCommandPool = (PFN_vkResetCommandPool)gpa(dev, "vkResetCommandPool"); in loader_init_device_dispatch_table()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5100 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 D | vk_dispatch_table_helper.h | 109 table->ResetCommandPool = (PFN_vkResetCommandPool)gpa(device, "vkResetCommandPool"); in layer_init_device_dispatch_table()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 10967 PFN_vkResetCommandPool vkResetCommandPool = 0; 11963 vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool" ) ); 13158 vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) );
|
H A D | vulkan_raii.hpp | 776 vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in init() 1651 PFN_vkResetCommandPool vkResetCommandPool = 0;
|
H A D | vulkan_core.h | 3598 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 16487 PFN_vkResetCommandPool vkResetCommandPool = 0; 17684 vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool" ) ); 19002 vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) );
|
H A D | vulkan_raii.hpp | 758 vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in DeviceDispatcher() 1801 PFN_vkResetCommandPool vkResetCommandPool = 0; [all...] |
H A D | vulkan_core.h | 4012 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 2695 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); typedef
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 3505 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 3862 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 D | vulkan_core.h | 3647 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); typedef
|