Home
last modified time | relevance | path

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

12

/external/swiftshader/src/Vulkan/
Dvk_swiftshader.lds55 vkCreateQueryPool;
Dvk_swiftshader.def55 vkCreateQueryPool
DVkGetProcAddress.cpp191 MAKE_VULKAN_DEVICE_ENTRY(vkCreateQueryPool),
DlibVulkan.cpp1628 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCre… in vkCreateQueryPool() function
/external/mesa3d/src/gallium/drivers/zink/
Dzink_query.c123 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/
Dvklayertests_others.cpp1113 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 …]
Dvktestbinding.cpp495 NON_DISPATCHABLE_HANDLE_INIT(vkCreateQueryPool, dev, &info); in NON_DISPATCHABLE_HANDLE_DTOR()
Dvkpositivelayertests.cpp775 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/
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
/external/deqp/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.inl3252 VK_NULL_FUNC_ENTRY(vkCreateQueryPool, createQueryPool),
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.cpp781 RETURN_ON_VULKAN_ERROR(vkCreateQueryPool(device, &queryPoolCreateInfo, in createQueryPool()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c1937 … 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,
Danv_entrypoints.h160 PFN_vkCreateQueryPool vkCreateQueryPool; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp1640 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
11541vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) … in init()
12280vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init()
Dvulkan_raii.hpp844vkCreateQueryPool = 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()
Dvulkan_funcs.hpp1719 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/
Dvk_wrapper.h1890 return vkCreateQueryPool(device, &createInfo, nullptr, &mHandle);
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h3117 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3117 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h3491 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/external/swiftshader/include/vulkan/
Dvulkan_core.h3495 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/external/mesa3d/include/vulkan/
Dvulkan_core.h3491 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(

12