Home
last modified time | relevance | path

Searched refs:vkResetQueryPool (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp216 vkResetQueryPool(device, queryPool, firstQuery, queryCount); in vkResetQueryPoolEXT()
H A DVkGetProcAddress.cpp327 MAKE_VULKAN_DEVICE_ENTRY(vkResetQueryPool),
H A DlibVulkan.cpp3068 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 Dgpa_helper.c212 if (!strcmp(funcName, "vkResetQueryPool")) return vkResetQueryPool; in trampoline_get_proc_addr()
H A Dtrampoline.c3165 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 Dvulkan.hpp2784 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 Dvulkan_raii.hpp871 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 Dvulkan_core.h6029 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(
H A Dvulkan_funcs.hpp6767 d.vkResetQueryPool( m_device, static_cast<VkQueryPool>( queryPool ), firstQuery, queryCount );
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp2200 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 Dvulkan_raii.hpp834 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 Dvulkan_core.h6455 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(
H A Dvulkan_funcs.hpp6472 d.vkResetQueryPool( m_device, static_cast<VkQueryPool>( queryPool ), firstQuery, queryCount );
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h5560 #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 Dvulkan_sc_core.h4879 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5930 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h6296 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h6079 VKAPI_ATTR void VKAPI_CALL vkResetQueryPool(

Completed in 446 milliseconds