/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_query_pool.h | 73 static inline size_t vn_sizeof_vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* 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 static inline void vn_encode_vkCreateQueryPool(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkQueryPoolCreateInfo* 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 static inline size_t vn_sizeof_vkCreateQueryPool_reply(VkDevice device, const VkQueryPoolCreateInfo* 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() 126 vn_decode_vkCreateQueryPool_reply(struct vn_cs_decoder *dec, VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) vn_decode_vkCreateQueryPool_reply() argument 334 vn_submit_vkCreateQueryPool(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool, struct vn_instance_submit_command *submit) vn_submit_vkCreateQueryPool() argument 418 vn_call_vkCreateQueryPool(struct vn_instance *vn_instance, VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) vn_call_vkCreateQueryPool() argument 434 vn_async_vkCreateQueryPool(struct vn_instance *vn_instance, VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) vn_async_vkCreateQueryPool() argument [all...] |
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_query.c | 40 VkQueryPool *pQueryPool) in pvr_CreateQueryPool() 92 *pQueryPool = pvr_query_pool_to_handle(pool); in pvr_CreateQueryPool() 37 pvr_CreateQueryPool(VkDevice _device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) pvr_CreateQueryPool() argument
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_query_pool.c | 23 VkQueryPool *pQueryPool) in vn_CreateQueryPool() 63 *pQueryPool = pool_handle; in vn_CreateQueryPool() 20 vn_CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) vn_CreateQueryPool() argument
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_query.c | 31 VkQueryPool* pQueryPool) in lvp_CreateQueryPool() 71 *pQueryPool = lvp_query_pool_to_handle(pool); in lvp_CreateQueryPool() 27 lvp_CreateQueryPool( VkDevice _device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) lvp_CreateQueryPool() argument
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_query.c | 30 VkQueryPool *pQueryPool) in panvk_CreateQueryPool() 27 panvk_CreateQueryPool(VkDevice _device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) panvk_CreateQueryPool() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_query.c | 211 VkQueryPool *pQueryPool) in dzn_CreateQueryPool() 214 pCreateInfo, pAllocator, pQueryPool); in dzn_CreateQueryPool() 208 dzn_CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) dzn_CreateQueryPool() argument
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_query.c | 174 VkQueryPool *pQueryPool) in v3dv_CreateQueryPool() 275 *pQueryPool = v3dv_query_pool_to_handle(pool); in v3dv_CreateQueryPool() 171 v3dv_CreateQueryPool(VkDevice _device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) v3dv_CreateQueryPool() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPlatform.hpp | 206 VkQueryPool* pQueryPool) const ;
|
H A D | vkPlatform.cpp | 380 VkQueryPool* pQueryPool) const in createQueryPoolHandler() 402 *pQueryPool = VkQueryPool(m_resourceInterface->incResourceCounter()); in createQueryPoolHandler()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_query.c | 66 VkQueryPool* pQueryPool) in CreateQueryPool() 230 *pQueryPool = anv_query_pool_to_handle(pool); in CreateQueryPool() 62 CreateQueryPool( VkDevice _device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) CreateQueryPool() argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_query.c | 209 VkQueryPool *pQueryPool) in tu_CreateQueryPool() 331 *pQueryPool = tu_query_pool_to_handle(pool); in tu_CreateQueryPool() 206 tu_CreateQueryPool(VkDevice _device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) tu_CreateQueryPool() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_query.c | 1072 const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) in radv_CreateQueryPool() 1162 *pQueryPool = radv_query_pool_to_handle(pool); in radv_CreateQueryPool() 1071 radv_CreateQueryPool(VkDevice _device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) radv_CreateQueryPool() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 1610 VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) in vkCreateQueryPool() argument 1612 TRACE("(VkDevice device = %p, const VkQueryPoolCreateInfo* pCreateInfo = %p, const VkAllocationCallbacks* pAllocator = %p, VkQueryPool* pQueryPool = %p)", in vkCreateQueryPool() 1613 device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool() 1628 return vk::QueryPool::Create(pAllocator, pCreateInfo, pQueryPool); in vkCreateQueryPool()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 1461 const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) { in vkCreateQueryPool() 1469 return disp->CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool() 1460 vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) vkCreateQueryPool() argument
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 2662 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); 2968 VkQueryPool* pQueryPool);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 1753 VkQueryPool * pQueryPool ) const VULKAN_HPP_NOEXCEPT 1755 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool );
|
H A D | vulkan_core.h | 3558 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); 3898 VkQueryPool* pQueryPool);
|
H A D | vulkan_handles.hpp | 7842 VULKAN_HPP_NAMESPACE::QueryPool * pQueryPool,
|
H A D | vulkan_funcs.hpp | 1831 VULKAN_HPP_NAMESPACE::QueryPool * pQueryPool, 1838 reinterpret_cast<VkQueryPool *>( pQueryPool ) ) ); [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 3465 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); 3805 VkQueryPool* pQueryPool);
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 3822 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); 4162 VkQueryPool* pQueryPool);
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 3607 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); 3947 VkQueryPool* pQueryPool);
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 1307 VkQueryPool * pQueryPool ) const VULKAN_HPP_NOEXCEPT 1309 return ::vkCreateQueryPool( device, pCreateInfo, pAllocator, pQueryPool );
|
H A D | vulkan_core.h | 3972 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); 4312 VkQueryPool* pQueryPool);
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4990 typedef VkResult (GLAD_API_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo * pCreateInfo, const VkAllocationCallbacks * pAllocator, VkQueryPool * pQueryPool);
|