Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h80 extern PFN_vkCreateQueryPool vkCreateQueryPool;
Dvulkan_wrapper.cpp77vkCreateQueryPool = reinterpret_cast<PFN_vkCreateQueryPool>(dlsym(libvulkan, "vkCreateQueryPool")); in InitVulkan()
265 PFN_vkCreateQueryPool vkCreateQueryPool; variable
/external/vulkan-validation-layers/loader/
Dgpa_helper.h120 return (PFN_vkVoidFunction)vkCreateQueryPool; in trampolineGetProcAddr()
Dtrampoline.c1262 vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl34 m_vk.createQueryPool = (CreateQueryPoolFunc) GET_PROC_ADDR("vkCreateQueryPool");
DvkNullDriverImpl.inl1471 VK_NULL_FUNC_ENTRY(vkCreateQueryPool, createQueryPool),
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp457 NON_DISPATCHABLE_HANDLE_INIT(vkCreateQueryPool, dev, &info); in NON_DISPATCHABLE_HANDLE_DTOR()
Dlayer_validation_tests.cpp4514 VkResult result = vkCreateQueryPool(m_device->device(), &qpci, nullptr, &query_pool); in TEST_F()
9827 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
10486 vkCreateQueryPool(m_device->device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
16815 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
16936 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp413 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCre… in vkCreateQueryPool() function
1240 return (PFN_vkVoidFunction) vkCreateQueryPool; in layer_intercept_proc()
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md274 …mage vkCreateImageView vkCreatePipelineCache vkCreatePipelineLayout vkCreateQueryPool vkCreateRend…
Dvk_validation_error_database.txt995vkCreateQueryPool~^~For more information refer to Vulkan Spec Section '16.1. Query Pools' which st…
996vkCreateQueryPool~^~For more information refer to Vulkan Spec Section '16.1. Query Pools' which st…
997vkCreateQueryPool~^~For more information refer to Vulkan Spec Section '16.1. Query Pools' which st…
998vkCreateQueryPool~^~For more information refer to Vulkan Spec Section '16.1. Query Pools' which st…
999 VALIDATION_ERROR_01006~^~U~^~Unknown~^~vkCreateQueryPool~^~For more information refer to Vulkan Spe…
1000 VALIDATION_ERROR_01007~^~U~^~Unknown~^~vkCreateQueryPool~^~For more information refer to Vulkan Spe…
1001 VALIDATION_ERROR_01008~^~U~^~Unknown~^~vkCreateQueryPool~^~For more information refer to Vulkan Spe…
1002 VALIDATION_ERROR_01009~^~U~^~Unknown~^~vkCreateQueryPool~^~For more information refer to Vulkan Spe…
1003 VALIDATION_ERROR_01010~^~U~^~Unknown~^~vkCreateQueryPool~^~For more information refer to Vulkan Spe…
1004 VALIDATION_ERROR_01011~^~U~^~Unknown~^~vkCreateQueryPool~^~For more information refer to Vulkan Spe…
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2636 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
Dvulkan.hpp16404 …return static_cast<Result>( vkCreateQueryPool( m_device, reinterpret_cast<const VkQueryPoolCreateI… in createQueryPool()
16411 …Result result = static_cast<Result>( vkCreateQueryPool( m_device, reinterpret_cast<const VkQueryPo… in createQueryPool()
/external/mesa3d/include/vulkan/
Dvulkan.h2645 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2742 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2801 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(