| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | vk_swiftshader.def | 55 vkCreateQueryPool
|
| D | vk_swiftshader.lds | 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_KHR_performance_query.txt | 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 | 70 …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)…
|
| D | vkInitDeviceFunctionPointers.inl | 35 m_vk.createQueryPool = (CreateQueryPoolFunc) GET_PROC_ADDR("vkCreateQueryPool");
|
| D | vkNullDriverImpl.inl | 3458 VK_NULL_FUNC_ENTRY(vkCreateQueryPool, createQueryPool),
|
| /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[]
|
| /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()
|
| D | vulkan_funcs.hpp | 1835 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/ |
| D | vulkan.hpp | 1602 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 14016 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQu… in init() 15251 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreate… in init()
|
| D | vulkan_raii.hpp | 689 …vkCreateQueryPool = 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()
|
| D | vulkan_funcs.hpp | 1787 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/ |
| D | vulkan.h | 2612 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 3801 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|