Home
last modified time | relevance | path

Searched refs:vkCreateQueryPool (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h180 PFN_vkCreateQueryPool vkCreateQueryPool; member
581 extern PFN_vkCreateQueryPool vkCreateQueryPool;
H A Dvolk.c390 vkCreateQueryPool = (PFN_vkCreateQueryPool)load(context, "vkCreateQueryPool"); in volkGenLoadDevice()
791 table->vkCreateQueryPool = (PFN_vkCreateQueryPool)load(context, "vkCreateQueryPool"); in volkGenLoadDeviceTable()
1196 PFN_vkCreateQueryPool vkCreateQueryPool; variable
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkGetProcAddress.cpp201 MAKE_VULKAN_DEVICE_ENTRY(vkCreateQueryPool),
H A DlibVulkan.cpp1610 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) in vkCreateQueryPool() function
/third_party/vulkan-loader/loader/
H A Dgpa_helper.c78 if (!strcmp(funcName, "vkCreateQueryPool")) return vkCreateQueryPool; in trampoline_get_proc_addr()
H A Dtrampoline.c1460 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, in vkCreateQueryPool() function
1465 "vkCreateQueryPool: Invalid device [VUID-vkCreateQueryPool-device-parameter]"); in vkCreateQueryPool()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp1750 VkResult vkCreateQueryPool( VkDevice device,
1755 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool );
10927 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11909 vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) );
13111 vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) );
H A Dvulkan_raii.hpp727 vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init()
1611 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
7533 getDispatcher()->vkCreateQueryPool( static_cast<VkDevice>( *device ), in QueryPool()
7539 throwResultException( result, "vkCreateQueryPool" ); in QueryPool()
H A Dvulkan_funcs.hpp1835 return static_cast<Result>( d.vkCreateQueryPool( m_device,
1852 d.vkCreateQueryPool( m_device, in createQueryPool()
1871 d.vkCreateQueryPool( m_device, in createQueryPoolUnique()
[all...]
H A Dvulkan_core.h3894 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h1748 return vkCreateQueryPool(device, &createInfo, nullptr, &mHandle); in init()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp1304 VkResult vkCreateQueryPool( VkDevice device,
1309 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool );
16447 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
17644 vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) );
18962 vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) );
H A Dvulkan_funcs.hpp1798 return static_cast<Result>( d.vkCreateQueryPool( m_device,
1815 d.vkCreateQueryPool( m_device, in createQueryPool()
1835 d.vkCreateQueryPool( m_device, in createQueryPoolUnique()
[all...]
H A Dvulkan_raii.hpp718 vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in DeviceDispatcher()
1761 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
12326 VULKAN_HPP_NAMESPACE::Result result = static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkCreateQueryPool(
[all...]
H A Dvulkan_core.h4308 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/third_party/glfw/deps/glad/
H A Dvulkan.h5332 #define vkCreateQueryPool glad_vkCreateQueryPool macro
5930 glad_vkCreateQueryPool = (PFN_vkCreateQueryPool) load(userptr, "vkCreateQueryPool"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2964 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3801 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h4158 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3943 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(

Completed in 450 milliseconds