Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
Dswiftshader_icd.def54 vkCreateQueryPool
DVkGetProcAddress.cpp113 MAKE_VULKAN_DEVICE_ENTRY(vkCreateQueryPool),
DlibVulkan.cpp766 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCre… in vkCreateQueryPool() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl69 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateQueryPool", FUNCTIONORIGIN_DEVICE)…
207 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCreateQueryPool", FUNCTIONORIGIN_DEVICE)…
DvkInitDeviceFunctionPointers.inl35 m_vk.createQueryPool = (CreateQueryPoolFunc) GET_PROC_ADDR("vkCreateQueryPool");
DvkNullDriverImpl.inl1999 VK_NULL_FUNC_ENTRY(vkCreateQueryPool, createQueryPool),
DvkVulkan_c.inl3010 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp495 NON_DISPATCHABLE_HANDLE_INIT(vkCreateQueryPool, dev, &info); in NON_DISPATCHABLE_HANDLE_DTOR()
Dlayer_validation_tests.cpp10096 VkResult result = vkCreateQueryPool(m_device->device(), &qpci, nullptr, &query_pool); in TEST_F()
17331 vkCreateQueryPool(local_device, &qpci, nullptr, &query_pool); in TEST_F()
17360 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
17402 vkCreateQueryPool(m_device->handle(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
17452 vkCreateQueryPool(test_device.handle(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
18453 vkCreateQueryPool(m_device->device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
30780 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
30873 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
33986 err = vkCreateQueryPool(device, &qpci, nullptr, &query_pool); in TEST_F()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c689 .vkCreateQueryPool = anv_CreateQueryPool,
1110 .vkCreateQueryPool = gen7_CreateQueryPool,
1531 .vkCreateQueryPool = gen75_CreateQueryPool,
1952 .vkCreateQueryPool = gen8_CreateQueryPool,
2373 .vkCreateQueryPool = gen9_CreateQueryPool,
2794 .vkCreateQueryPool = gen10_CreateQueryPool,
3133 return anv_device->dispatch.vkCreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in anv_tramp_CreateQueryPool()
3859 .vkCreateQueryPool = anv_tramp_CreateQueryPool,
Danv_entrypoints.h54 PFN_vkCreateQueryPool vkCreateQueryPool; member
/external/mesa3d/include/vulkan/
Dvulkan.h2937 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3117 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h3117 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp1240 …VkResult vkCreateQueryPool( VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAll… in vkCreateQueryPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1242 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool()
49183 …return static_cast<Result>( d.vkCreateQueryPool( m_device, reinterpret_cast<const VkQueryPoolCreat… in createQueryPool()
49190 …Result result = static_cast<Result>( d.vkCreateQueryPool( m_device, reinterpret_cast<const VkQuery… in createQueryPool()
49198 …Result result = static_cast<Result>( d.vkCreateQueryPool( m_device, reinterpret_cast<const VkQuery… in createQueryPoolUnique()
54721 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
55131vkCreateQueryPool = PFN_vkCreateQueryPool( device ? vkGetDeviceProcAddr( device, "vkCreateQueryPoo… in init()
Dvulkan_core.h3282 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/external/swiftshader/include/vulkan/
Dvulkan.hpp1639 …VkResult vkCreateQueryPool( VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAll… in vkCreateQueryPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1641 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
42039 …return static_cast<Result>( d.vkCreateQueryPool( m_device, reinterpret_cast<const VkQueryPoolCreat… in createQueryPool()
42046 …Result result = static_cast<Result>( d.vkCreateQueryPool( m_device, reinterpret_cast<const VkQuery… in createQueryPool()
42054 …Result result = static_cast<Result>( d.vkCreateQueryPool( m_device, reinterpret_cast<const VkQuery… in createQueryPoolUnique()
52550 PFN_vkCreateQueryPool vkCreateQueryPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
52950vkCreateQueryPool = PFN_vkCreateQueryPool(device ? device.getProcAddr( "vkCreateQueryPool") : inst… in init()
Dvulkan_core.h3235 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3007 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(