Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_query_pool.h73 …QueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) in vn_sizeof_vkCreateQueryPool() argument
86 cmd_size += vn_sizeof_simple_pointer(pQueryPool); in vn_sizeof_vkCreateQueryPool()
87 if (pQueryPool) in vn_sizeof_vkCreateQueryPool()
88 cmd_size += vn_sizeof_VkQueryPool(pQueryPool); in vn_sizeof_vkCreateQueryPool()
93 …QueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) in vn_encode_vkCreateQueryPool() argument
105 if (vn_encode_simple_pointer(enc, pQueryPool)) in vn_encode_vkCreateQueryPool()
106 vn_encode_VkQueryPool(enc, pQueryPool); in vn_encode_vkCreateQueryPool()
109 …QueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) in vn_sizeof_vkCreateQueryPool_reply() argument
119 cmd_size += vn_sizeof_simple_pointer(pQueryPool); in vn_sizeof_vkCreateQueryPool_reply()
120 if (pQueryPool) in vn_sizeof_vkCreateQueryPool_reply()
[all …]
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_query.c40 VkQueryPool *pQueryPool) in pvr_CreateQueryPool() argument
92 *pQueryPool = pvr_query_pool_to_handle(pool); in pvr_CreateQueryPool()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_query_pool.c23 VkQueryPool *pQueryPool) in vn_CreateQueryPool() argument
63 *pQueryPool = pool_handle; in vn_CreateQueryPool()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_query.c31 VkQueryPool* pQueryPool) in lvp_CreateQueryPool() argument
71 *pQueryPool = lvp_query_pool_to_handle(pool); in lvp_CreateQueryPool()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_query.c30 VkQueryPool *pQueryPool) in panvk_CreateQueryPool() argument
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_query.c211 VkQueryPool *pQueryPool) in dzn_CreateQueryPool() argument
214 pCreateInfo, pAllocator, pQueryPool); in dzn_CreateQueryPool()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_query.c174 VkQueryPool *pQueryPool) in v3dv_CreateQueryPool() argument
275 *pQueryPool = v3dv_query_pool_to_handle(pool); in v3dv_CreateQueryPool()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.hpp204 VkQueryPool* pQueryPool) const ;
DvkPlatform.cpp374 VkQueryPool* pQueryPool) const in createQueryPoolHandler()
396 *pQueryPool = VkQueryPool(m_resourceInterface->incResourceCounter()); in createQueryPoolHandler()
/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c66 VkQueryPool* pQueryPool) in genX()
230 *pQueryPool = anv_query_pool_to_handle(pool); in genX()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_query.c209 VkQueryPool *pQueryPool) in tu_CreateQueryPool() argument
331 *pQueryPool = tu_query_pool_to_handle(pool); in tu_CreateQueryPool()
/third_party/mesa3d/src/amd/vulkan/
Dradv_query.c1072 const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) in radv_CreateQueryPool() argument
1162 *pQueryPool = radv_query_pool_to_handle(pool); in radv_CreateQueryPool()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DlibVulkan.cpp1610 …QueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) in vkCreateQueryPool() argument
1613 device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
1628 return vk::QueryPool::Create(pAllocator, pCreateInfo, pQueryPool); in vkCreateQueryPool()
/third_party/vulkan-loader/loader/
Dtrampoline.c1312 … const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) { in vkCreateQueryPool() argument
1320 return disp->CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
/third_party/glfw/deps/vulkan/
Dvulkan.h2276 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
2616 VkQueryPool* pQueryPool);
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl162 …oolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) const
164 return m_vk.createQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
DvkVirtualDeviceInterface.inl37 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) const = 0;
DvkConcreteDeviceInterface.inl37 …olCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) const;
DvkNullDriverImpl.inl36 …QueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) argument
39 …VK_NULL_RETURN((*pQueryPool = allocateNonDispHandle<QueryPool, VkQueryPool>(device, pCreateInfo, p…
DvkFunctionPointerTypes.inl54 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h2642 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
2948 VkQueryPool* pQueryPool);
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3465 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
3805 VkQueryPool* pQueryPool);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp1753 VkQueryPool * pQueryPool ) const VULKAN_HPP_NOEXCEPT in vkCreateQueryPool()
1755 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool ); in vkCreateQueryPool()
Dvulkan_core.h3558 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
3898 VkQueryPool* pQueryPool);
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dqueries.txt73 * pname:pQueryPool is a pointer to a slink:VkQueryPool handle in which the

12