Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds55 vkCreateQueryPool;
Dvk_swiftshader.def55 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_INTEL_performance_query.adoc69 VkResult result = vkCreateQueryPool(
DVK_KHR_performance_query.txt192 VkResult result = vkCreateQueryPool(
DVK_KHR_performance_query.adoc192 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.inl73 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateQueryPool", FUNCTIONORIGIN_DEVICE)…
211 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCreateQueryPool", FUNCTIONORIGIN_DEVICE)…
377 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkCreateQueryPool", FUNCTIONORIGIN_DEVICE)…
556 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateQueryPool", FUNCTIONORIGIN_DEVICE)…
DvkInitDeviceFunctionPointers.inl37 m_vk.createQueryPool = (CreateQueryPoolFunc) GET_PROC_ADDR("vkCreateQueryPool");
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h1445 return vkCreateQueryPool(device, &createInfo, nullptr, &mHandle);
/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[]
Dqueries.adoc65 [open,refpage='vkCreateQueryPool',desc='Create a new query pool object',type='protos']
69 include::{generated}/api/protos/vkCreateQueryPool.adoc[]
80 include::{generated}/validity/protos/vkCreateQueryPool.adoc[]
/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()
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp1595 VkResult vkCreateQueryPool( VkDevice device, in vkCreateQueryPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1600 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool()
12168 …PFN_vkCreateQueryPool vkCreateQueryPool member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
13264vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQu… in init()
14450vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreate… in init()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h2612 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_video_queue.adoc931 vkCreateQueryPool(device, &createInfo, NULL, &queryPool);

12