Home
last modified time | relevance | path

Searched refs:vkCreateQueryPool (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.def55 vkCreateQueryPool
Dvk_swiftshader.lds55 vkCreateQueryPool;
DVkGetProcAddress.cpp201 MAKE_VULKAN_DEVICE_ENTRY(vkCreateQueryPool),
DlibVulkan.cpp1610 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCre… in vkCreateQueryPool() function
/third_party/vulkan-loader/
Dvulkan.symbols.api111 vkCreateQueryPool
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_INTEL_performance_query.txt69 VkResult result = vkCreateQueryPool(
DVK_KHR_performance_query.txt192 VkResult result = vkCreateQueryPool(
/third_party/vulkan-loader/loader/
Dvulkan-1.def74 vkCreateQueryPool
Dgpa_helper.c78 if (!strcmp(funcName, "vkCreateQueryPool")) return vkCreateQueryPool; in trampoline_get_proc_addr()
Dtrampoline.c1311 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCr… in vkCreateQueryPool() function
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h180 PFN_vkCreateQueryPool vkCreateQueryPool; member
581 extern PFN_vkCreateQueryPool vkCreateQueryPool;
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/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl70 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateQueryPool", FUNCTIONORIGIN_DEVICE)…
208 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCreateQueryPool", FUNCTIONORIGIN_DEVICE)…
374 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkCreateQueryPool", FUNCTIONORIGIN_DEVICE)…
DvkInitDeviceFunctionPointers.inl35 m_vk.createQueryPool = (CreateQueryPoolFunc) GET_PROC_ADDR("vkCreateQueryPool");
DvkNullDriverImpl.inl3458 VK_NULL_FUNC_ENTRY(vkCreateQueryPool, createQueryPool),
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dqueries.txt61 [open,refpage='vkCreateQueryPool',desc='Create a new query pool object',type='protos']
65 include::{generated}/api/protos/vkCreateQueryPool.txt[]
76 include::{generated}/validity/protos/vkCreateQueryPool.txt[]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h1748 return vkCreateQueryPool(device, &createInfo, nullptr, &mHandle);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp1750 VkResult vkCreateQueryPool( VkDevice device, in vkCreateQueryPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1755 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool()
10927 …PFN_vkCreateQueryPool vkCreateQueryPool member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11909vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool… in init()
13111vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) … in init()
Dvulkan_raii.hpp727vkCreateQueryPool = 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()
Dvulkan_funcs.hpp1835 return static_cast<Result>( d.vkCreateQueryPool( m_device, in createQueryPool()
1852 d.vkCreateQueryPool( m_device, in createQueryPool()
1871 d.vkCreateQueryPool( m_device, in createQueryPoolUnique()
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp1602 VkResult vkCreateQueryPool( VkDevice device, in vkCreateQueryPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1607 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool()
12918 …PFN_vkCreateQueryPool vkCreateQueryPool member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
14016vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQu… in init()
15251vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreate… in init()
Dvulkan_raii.hpp689vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreate… in DeviceDispatcher()
1658 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
9436 …static_cast<VULKAN_HPP_NAMESPACE::Result>( device.getDispatcher()->vkCreateQueryPool( static_cast<… in QueryPool()
Dvulkan_funcs.hpp1787 return static_cast<Result>( d.vkCreateQueryPool( m_device, in createQueryPool()
1804 d.vkCreateQueryPool( m_device, in createQueryPool()
1824 d.vkCreateQueryPool( m_device, in createQueryPoolUnique()
/third_party/glfw/deps/vulkan/
Dvulkan.h2612 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3801 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(

12