Home
last modified time | relevance | path

Searched refs:pQueryPool (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/intel/vulkan/
DgenX_query.c39 VkQueryPool* pQueryPool) in genX()
110 *pQueryPool = anv_query_pool_to_handle(pool); in genX()
/external/mesa3d/src/amd/vulkan/
Dradv_query.c748 VkQueryPool* pQueryPool) in radv_CreateQueryPool() argument
799 *pQueryPool = radv_query_pool_to_handle(pool); in radv_CreateQueryPool()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp766 …QueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) in vkCreateQueryPool() argument
769 device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
776 return vk::QueryPool::Create(pAllocator, pCreateInfo, pQueryPool); in vkCreateQueryPool()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h528 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
529 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
530 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
531 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
532 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
533 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
Danv_entrypoints.c478 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) __attribute__ (…
899 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) __attribute__ (…
1320 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) __attribute__ (…
1741 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) __attribute__ (…
2162 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) __attribute__ (…
2583 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) __attribute__ (…
3130 …QueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) in anv_tramp_CreateQueryPool() argument
3133 return anv_device->dispatch.vkCreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in anv_tramp_CreateQueryPool()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl160 …oolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) const
162 return m_vk.createQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
DvkConcreteDeviceInterface.inl35 …olCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) const;
DvkVirtualDeviceInterface.inl35 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) const = 0;
DvkNullDriverImpl.inl34 …QueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) argument
37 …VK_NULL_RETURN((*pQueryPool = allocateNonDispHandle<QueryPool, VkQueryPool>(device, pCreateInfo, p…
DvkFunctionPointerTypes.inl51 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
DvkVulkan_c.inl2674 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
3014 VkQueryPool* pQueryPool);
/external/vulkan-validation-layers/layers/
Dstateless_validation.h923 … const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool);
Dcore_validation.h1134 … const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
1136 … const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool, VkResult result);
Dparameter_validation_utils.cpp2881 … const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) { in manual_PreCallValidateCreateQueryPool() argument
Dcore_validation.cpp4823 … const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) { in PreCallValidateCreateQueryPool() argument
4838 … const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool, VkResult result) { in PostCallRecordCreateQueryPool() argument
4841 QUERY_POOL_NODE *qp_node = &device_data->queryPoolMap[*pQueryPool]; in PostCallRecordCreateQueryPool()
/external/mesa3d/include/vulkan/
Dvulkan.h2601 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
2941 VkQueryPool* pQueryPool);
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2781 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
3121 VkQueryPool* pQueryPool);
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2781 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
3121 VkQueryPool* pQueryPool);
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2946 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
3286 VkQueryPool* pQueryPool);
Dvulkan.hpp1240 …olCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool ) const in vkCreateQueryPool()
1242 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool()
13815 …teInfo* pCreateInfo, const AllocationCallbacks* pAllocator, QueryPool* pQueryPool, Dispatch const …
49181 …teInfo* pCreateInfo, const AllocationCallbacks* pAllocator, QueryPool* pQueryPool, Dispatch const … in createQueryPool() argument
49183 …cast<const VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkQueryPool*>( pQueryPool ) ) ); in createQueryPool()
/external/swiftshader/include/vulkan/
Dvulkan_core.h2899 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
3239 VkQueryPool* pQueryPool);
Dvulkan.hpp1639 …lCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool ) const in vkCreateQueryPool()
1641 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
40249 …teInfo* pCreateInfo, const AllocationCallbacks* pAllocator, QueryPool* pQueryPool, Dispatch const …
42037 …teInfo* pCreateInfo, const AllocationCallbacks* pAllocator, QueryPool* pQueryPool, Dispatch const … in createQueryPool() argument
42039 …cast<const VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkQueryPool*>( pQueryPool ) ) ); in createQueryPool()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2671 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
3011 VkQueryPool* pQueryPool);