Home
last modified time | relevance | path

Searched refs:PFN_vkResetQueryPool (Results 1 - 15 of 15) sorted by relevance

/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h451 PFN_vkResetQueryPool ResetQueryPool;
H A Dvk_dispatch_table_helper.h185 table->ResetQueryPool = (PFN_vkResetQueryPool)gpa(device, "vkResetQueryPool"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c482 table->ResetQueryPool = (PFN_vkResetQueryPool)gpa(dev, "vkResetQueryPool"); in loader_init_device_dispatch_table()
/third_party/glfw/deps/glad/
H A Dvulkan.h5104 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 Dvk_dispatch_table_helper.h185 table->ResetQueryPool = (PFN_vkResetQueryPool)gpa(device, "vkResetQueryPool"); in layer_init_device_dispatch_table()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp11055 PFN_vkResetQueryPool vkResetQueryPool = 0;
12085 vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) );
13252 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) );
H A Dvulkan_raii.hpp871 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in init()
1727 PFN_vkResetQueryPool vkResetQueryPool = 0;
H A Dvulkan_core.h5982 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 Dvulkan.hpp16575 PFN_vkResetQueryPool vkResetQueryPool = 0;
17779 vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) );
19078 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) );
H A Dvulkan_raii.hpp834 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in DeviceDispatcher()
1877 PFN_vkResetQueryPool vkResetQueryPool = 0;
[all...]
H A Dvulkan_core.h6408 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 Dvulkan_sc_core.h4832 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 Dvulkan_core.h5883 typedef void (VKAPI_PTR *PFN_vkResetQueryPool)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h6249 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 Dvulkan_core.h6032 typedef void (VKAPI_PTR *PFN_vkResetQueryPool)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); typedef

Completed in 420 milliseconds