Searched refs:PFN_vkResetQueryPool (Results 1 - 15 of 15) sorted by relevance
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 451 PFN_vkResetQueryPool ResetQueryPool;
|
H A D | vk_dispatch_table_helper.h | 185 table->ResetQueryPool = (PFN_vkResetQueryPool)gpa(device, "vkResetQueryPool"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 482 table->ResetQueryPool = (PFN_vkResetQueryPool)gpa(dev, "vkResetQueryPool"); in loader_init_device_dispatch_table()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5104 typedef void (GLAD_API_PTR *PFN_vkResetQueryPool)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); typedef 5559 GLAD_API_CALL PFN_vkResetQueryPool glad_vkResetQueryPool; 5850 PFN_vkResetQueryPool glad_vkResetQueryPool = NULL; 6045 glad_vkResetQueryPool = (PFN_vkResetQueryPool) load(userptr, "vkResetQueryPool"); in glad_vk_load_VK_VERSION_1_2()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 185 table->ResetQueryPool = (PFN_vkResetQueryPool)gpa(device, "vkResetQueryPool"); in layer_init_device_dispatch_table()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 11055 PFN_vkResetQueryPool vkResetQueryPool = 0; 12085 vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) ); 13252 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) );
|
H A D | vulkan_raii.hpp | 871 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in init() 1727 PFN_vkResetQueryPool vkResetQueryPool = 0;
|
H A D | vulkan_core.h | 5982 typedef void (VKAPI_PTR *PFN_vkResetQueryPool)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 16575 PFN_vkResetQueryPool vkResetQueryPool = 0; 17779 vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) ); 19078 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) );
|
H A D | vulkan_raii.hpp | 834 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in DeviceDispatcher() 1877 PFN_vkResetQueryPool vkResetQueryPool = 0; [all...] |
H A D | vulkan_core.h | 6408 typedef void (VKAPI_PTR *PFN_vkResetQueryPool)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4832 typedef void (VKAPI_PTR *PFN_vkResetQueryPool)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); typedef
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5883 typedef void (VKAPI_PTR *PFN_vkResetQueryPool)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 6249 typedef void (VKAPI_PTR *PFN_vkResetQueryPool)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 6032 typedef void (VKAPI_PTR *PFN_vkResetQueryPool)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); typedef
|
Completed in 420 milliseconds