/external/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 55 vkCreateQueryPool;
|
D | vk_swiftshader.def | 55 vkCreateQueryPool
|
D | VkGetProcAddress.cpp | 191 MAKE_VULKAN_DEVICE_ENTRY(vkCreateQueryPool),
|
D | libVulkan.cpp | 1628 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCre… in vkCreateQueryPool() function
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_query.c | 123 VkResult status = vkCreateQueryPool(screen->dev, &pool_create, NULL, &query->query_pool); in zink_create_query() 134 status = vkCreateQueryPool(screen->dev, &pool_create, NULL, &query->xfb_query_pool); in zink_create_query()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_others.cpp | 1113 VkResult result = vkCreateQueryPool(m_device->device(), &qpci, nullptr, &query_pool); in TEST_F() 1471 vkCreateQueryPool(local_device, &qpci, nullptr, &query_pool); in TEST_F() 1500 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F() 1542 vkCreateQueryPool(m_device->handle(), &query_pool_create_info, nullptr, &query_pool); in TEST_F() 1591 vkCreateQueryPool(test_device.handle(), &query_pool_create_info, nullptr, &query_pool); in TEST_F() 1945 vkCreateQueryPool(m_device->device(), &query_pool_ci, nullptr, &query_pool); in TEST_F() 1983 vkCreateQueryPool(m_device->device(), &query_pool_ci, nullptr, &query_pool); in TEST_F() 2458 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F() 2503 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F() 2548 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F() [all …]
|
D | vktestbinding.cpp | 495 NON_DISPATCHABLE_HANDLE_INIT(vkCreateQueryPool, dev, &info); in NON_DISPATCHABLE_HANDLE_DTOR()
|
D | vkpositivelayertests.cpp | 775 VkResult res = vkCreateQueryPool(m_device->handle(), &query_pool_info, NULL, &query_pool); in TEST_F() 3796 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F() 3864 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F() 6730 err = vkCreateQueryPool(device, &qpci, nullptr, &query_pool); in TEST_F() 7566 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
|
/external/angle/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
|
/external/deqp/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 | 3252 VK_NULL_FUNC_ENTRY(vkCreateQueryPool, createQueryPool),
|
/external/llvm-project/mlir/tools/mlir-vulkan-runner/ |
D | VulkanRuntime.cpp | 781 RETURN_ON_VULKAN_ERROR(vkCreateQueryPool(device, &queryPoolCreateInfo, in createQueryPool()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 1937 … return anv_device->dispatch.vkCreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in anv_CreateQueryPool() 3142 .vkCreateQueryPool = anv_CreateQueryPool, 3648 .vkCreateQueryPool = gen7_CreateQueryPool, 4154 .vkCreateQueryPool = gen75_CreateQueryPool, 4660 .vkCreateQueryPool = gen8_CreateQueryPool, 5166 .vkCreateQueryPool = gen9_CreateQueryPool, 5672 .vkCreateQueryPool = gen11_CreateQueryPool, 6178 .vkCreateQueryPool = gen12_CreateQueryPool,
|
D | anv_entrypoints.h | 160 PFN_vkCreateQueryPool vkCreateQueryPool; member
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan.hpp | 1640 VkResult vkCreateQueryPool( VkDevice device, in vkCreateQueryPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1645 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool() 10400 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 11541 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) … in init() 12280 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init()
|
D | vulkan_raii.hpp | 844 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init() 1453 …PFN_vkCreateQueryPool vkCreateQueryPool = … member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 7273 getDispatcher()->vkCreateQueryPool( static_cast<VkDevice>( *device ), in QueryPool()
|
D | vulkan_funcs.hpp | 1719 return static_cast<Result>( d.vkCreateQueryPool( m_device, in createQueryPool() 1735 d.vkCreateQueryPool( m_device, in createQueryPool() 1753 d.vkCreateQueryPool( m_device, in createQueryPoolUnique()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_wrapper.h | 1890 return vkCreateQueryPool(device, &createInfo, nullptr, &mHandle);
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3117 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3117 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 3491 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 3495 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 3491 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|