/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 180 PFN_vkCreateQueryPool vkCreateQueryPool; member 581 extern PFN_vkCreateQueryPool vkCreateQueryPool;
|
H A D | volk.c | 390 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 D | VkGetProcAddress.cpp | 201 MAKE_VULKAN_DEVICE_ENTRY(vkCreateQueryPool),
|
H A D | libVulkan.cpp | 1610 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 D | gpa_helper.c | 78 if (!strcmp(funcName, "vkCreateQueryPool")) return vkCreateQueryPool; in trampoline_get_proc_addr()
|
H A D | trampoline.c | 1460 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 D | vulkan.hpp | 1750 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 D | vulkan_raii.hpp | 727 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 D | vulkan_funcs.hpp | 1835 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 D | vulkan_core.h | 3894 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_wrapper.h | 1748 return vkCreateQueryPool(device, &createInfo, nullptr, &mHandle); in init()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 1304 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 D | vulkan_funcs.hpp | 1798 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 D | vulkan_raii.hpp | 718 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 D | vulkan_core.h | 4308 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5332 #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 D | vulkan_sc_core.h | 2964 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 3801 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4158 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 3943 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|