/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPromotedExtensions.cpp | 216 vkResetQueryPool(device, queryPool, firstQuery, queryCount); in vkResetQueryPoolEXT()
|
H A D | VkGetProcAddress.cpp | 327 MAKE_VULKAN_DEVICE_ENTRY(vkResetQueryPool),
|
H A D | libVulkan.cpp | 3068 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) in vkResetQueryPool() function
|
/third_party/vulkan-loader/loader/ |
H A D | gpa_helper.c | 212 if (!strcmp(funcName, "vkResetQueryPool")) return vkResetQueryPool; in trampoline_get_proc_addr()
|
H A D | trampoline.c | 3165 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, in vkResetQueryPool() function 3170 "vkResetQueryPool: Invalid device [VUID-vkResetQueryPool-device-parameter]"); in vkResetQueryPool()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 2784 void vkResetQueryPool( VkDevice device, 2789 return ::vkResetQueryPool( device, queryPool, firstQuery, queryCount ); 11055 PFN_vkResetQueryPool vkResetQueryPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 12085 vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) ); 12844 if ( !vkResetQueryPool ) 12845 vkResetQueryPool = vkResetQueryPoolEXT; 13252 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); 13758 if ( !vkResetQueryPool ) [all...] |
H A D | vulkan_raii.hpp | 871 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in init() 1027 if ( !vkResetQueryPool ) in init() 1028 vkResetQueryPool = vkResetQueryPoolEXT; in init() 1727 PFN_vkResetQueryPool vkResetQueryPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 10853 getDispatcher()->vkResetQueryPool(
|
H A D | vulkan_core.h | 6029 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(
|
H A D | vulkan_funcs.hpp | 6767 d.vkResetQueryPool( m_device, static_cast<VkQueryPool>( queryPool ), firstQuery, queryCount ); [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 2200 void vkResetQueryPool( VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount ) const VULKAN_HPP_NOEXCEPT 2202 return ::vkResetQueryPool( device, queryPool, firstQuery, queryCount ); 16575 PFN_vkResetQueryPool vkResetQueryPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 17779 vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) ); 18479 if ( !vkResetQueryPool ) 18480 vkResetQueryPool = vkResetQueryPoolEXT; 19078 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); 19553 if ( !vkResetQueryPool ) [all...] |
H A D | vulkan_raii.hpp | 834 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in DeviceDispatcher() 1315 if ( !vkResetQueryPool ) in DeviceDispatcher() 1316 vkResetQueryPool = vkResetQueryPoolEXT; in DeviceDispatcher() 1877 PFN_vkResetQueryPool vkResetQueryPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 14172 VULKAN_HPP_ASSERT( getDispatcher()->vkResetQueryPool && "Function <vkResetQueryPool> requires <VK_EXT_host_query_reset> or <VK_VERSION_1_2>" ); 14174 getDispatcher()->vkResetQueryPool( static_cast<VkDevice>( m_device ), static_cast<VkQueryPool>( m_queryPool ), firstQuery, queryCount ); [all...] |
H A D | vulkan_core.h | 6455 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(
|
H A D | vulkan_funcs.hpp | 6472 d.vkResetQueryPool( m_device, static_cast<VkQueryPool>( queryPool ), firstQuery, queryCount ); [all...] |
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5560 #define vkResetQueryPool glad_vkResetQueryPool macro 6045 glad_vkResetQueryPool = (PFN_vkResetQueryPool) load(userptr, "vkResetQueryPool"); in glad_vk_load_VK_VERSION_1_2()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4879 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5930 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 6296 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 6079 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(
|