| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | vk_swiftshader.lds | 55 vkCreateQueryPool;
|
| D | vk_swiftshader.def | 55 vkCreateQueryPool
|
| D | VkGetProcAddress.cpp | 201 MAKE_VULKAN_DEVICE_ENTRY(vkCreateQueryPool),
|
| D | libVulkan.cpp | 1610 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCre… in vkCreateQueryPool() function
|
| /third_party/vulkan-loader/ |
| D | vulkan.symbols.api | 111 vkCreateQueryPool
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | VK_INTEL_performance_query.txt | 69 VkResult result = vkCreateQueryPool(
|
| D | VK_INTEL_performance_query.adoc | 69 VkResult result = vkCreateQueryPool(
|
| D | VK_KHR_performance_query.txt | 192 VkResult result = vkCreateQueryPool(
|
| D | VK_KHR_performance_query.adoc | 192 VkResult result = vkCreateQueryPool(
|
| /third_party/vulkan-loader/loader/ |
| D | vulkan-1.def | 74 vkCreateQueryPool
|
| D | gpa_helper.c | 78 if (!strcmp(funcName, "vkCreateQueryPool")) return vkCreateQueryPool; in trampoline_get_proc_addr()
|
| D | trampoline.c | 1311 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/ |
| D | volk.h | 180 PFN_vkCreateQueryPool vkCreateQueryPool; member 581 extern PFN_vkCreateQueryPool vkCreateQueryPool;
|
| 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/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkCoreFunctionalities.inl | 73 …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)…
|
| D | vkInitDeviceFunctionPointers.inl | 37 m_vk.createQueryPool = (CreateQueryPoolFunc) GET_PROC_ADDR("vkCreateQueryPool");
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_wrapper.h | 1445 return vkCreateQueryPool(device, &createInfo, nullptr, &mHandle);
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | queries.txt | 61 [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[]
|
| D | queries.adoc | 65 [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/ |
| D | vk_wrapper.h | 1748 return vkCreateQueryPool(device, &createInfo, nullptr, &mHandle);
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan.hpp | 1750 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 11909 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool… in init() 13111 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) … in init()
|
| 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()
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan.hpp | 1595 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 13264 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQu… in init() 14450 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreate… in init()
|
| /third_party/flutter/glfw/deps/vulkan/ |
| D | vulkan.h | 2612 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | VK_KHR_video_queue.adoc | 931 vkCreateQueryPool(device, &createInfo, NULL, &queryPool);
|