Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_query.c36 VkQueryPool* pQueryPool) in anv_CreateQueryPool() argument
72 *pQueryPool = anv_query_pool_to_handle(pool); in anv_CreateQueryPool()
/external/mesa3d/src/amd/vulkan/
Dradv_query.c56 VkQueryPool* pQueryPool) in radv_CreateQueryPool() argument
105 *pQueryPool = radv_query_pool_to_handle(pool); in radv_CreateQueryPool()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl155 …oolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) const
157 return m_vk.createQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
DvkVirtualDeviceInterface.inl34 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) const = 0;
DvkConcreteDeviceInterface.inl34 …olCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) const;
DvkNullDriverImpl.inl40 …QueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) argument
43 …VK_NULL_RETURN((*pQueryPool = allocateNonDispHandle<QueryPool, VkQueryPool>(device, pCreateInfo, p…
DvkFunctionPointerTypes.inl51 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp413 …QueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) in vkCreateQueryPool() argument
415 …sult = device_dispatch_table(device)->CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
/external/vulkan-validation-layers/loader/
Dtrampoline.c1264 VkQueryPool *pQueryPool) { argument
1269 return disp->CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp1005 … const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) { in CreateQueryPool() argument
1014 …h_table(ot_device_table_map, device)->CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool()
1018 … CreateObject(device, *pQueryPool, VK_DEBUG_REPORT_OBJECT_TYPE_QUERY_POOL_EXT, pAllocator); in CreateQueryPool()
Dparameter_validation.cpp2292 … const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) { in CreateQueryPool() argument
2299 …ameter_validation_vkCreateQueryPool(device_data->report_data, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool()
2316 …h_table(pc_device_table_map, device)->CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool()
Dcore_validation.cpp6194 … const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) { in CreateQueryPool() argument
6197 …ult result = dev_data->dispatch_table.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool()
6200 QUERY_POOL_NODE *qp_node = &dev_data->queryPoolMap[*pQueryPool]; in CreateQueryPool()
Dvk_validation_error_database.txt998 …rmation refer to Vulkan Spec Section '16.1. Query Pools' which states 'pQueryPool must be a pointe…
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2300 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
2640 VkQueryPool* pQueryPool);
Dvulkan.hpp16402 …ryPoolCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, QueryPool* pQueryPool ) const in createQueryPool()
16404 …cast<const VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkQueryPool*>( pQueryPool ) ) ); in createQueryPool()
/external/mesa3d/include/vulkan/
Dvulkan.h2309 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
2649 VkQueryPool* pQueryPool);
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2406 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
2746 VkQueryPool* pQueryPool);
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2465 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
2805 VkQueryPool* pQueryPool);