/external/swiftshader/src/Vulkan/ |
D | swiftshader_icd.def | 54 vkCreateQueryPool
|
D | VkGetProcAddress.cpp | 113 MAKE_VULKAN_DEVICE_ENTRY(vkCreateQueryPool),
|
D | libVulkan.cpp | 766 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCre… in vkCreateQueryPool() function
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 69 …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)…
|
D | vkInitDeviceFunctionPointers.inl | 35 m_vk.createQueryPool = (CreateQueryPoolFunc) GET_PROC_ADDR("vkCreateQueryPool");
|
D | vkNullDriverImpl.inl | 1999 VK_NULL_FUNC_ENTRY(vkCreateQueryPool, createQueryPool),
|
D | vkVulkan_c.inl | 3010 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 495 NON_DISPATCHABLE_HANDLE_INIT(vkCreateQueryPool, dev, &info); in NON_DISPATCHABLE_HANDLE_DTOR()
|
D | layer_validation_tests.cpp | 10096 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/ |
D | anv_entrypoints.c | 689 .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,
|
D | anv_entrypoints.h | 54 PFN_vkCreateQueryPool vkCreateQueryPool; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2937 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/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3117 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1240 …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 55131 …vkCreateQueryPool = PFN_vkCreateQueryPool( device ? vkGetDeviceProcAddr( device, "vkCreateQueryPoo… in init()
|
D | vulkan_core.h | 3282 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1639 …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 52950 …vkCreateQueryPool = PFN_vkCreateQueryPool(device ? device.getProcAddr( "vkCreateQueryPool") : inst… in init()
|
D | vulkan_core.h | 3235 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 3007 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
|