Searched refs:pQueryPool (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_query_pool.h73 static inline size_t vn_sizeof_vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) argument
86 cmd_size += vn_sizeof_simple_pointer(pQueryPool);
87 if (pQueryPool)
88 cmd_size += vn_sizeof_VkQueryPool(pQueryPool);
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) argument
105 if (vn_encode_simple_pointer(enc, pQueryPool))
106 vn_encode_VkQueryPool(enc, pQueryPool);
109 static inline size_t vn_sizeof_vkCreateQueryPool_reply(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) argument
119 cmd_size += vn_sizeof_simple_pointer(pQueryPool);
120 if (pQueryPool)
126 vn_decode_vkCreateQueryPool_reply(struct vn_cs_decoder * dec,VkDevice device,const VkQueryPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkQueryPool * pQueryPool) 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) argument
418 vn_call_vkCreateQueryPool(struct vn_instance * vn_instance,VkDevice device,const VkQueryPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkQueryPool * pQueryPool) argument
434 vn_async_vkCreateQueryPool(struct vn_instance * vn_instance,VkDevice device,const VkQueryPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkQueryPool * pQueryPool) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_query.c40 VkQueryPool *pQueryPool)
50 *pQueryPool = tu_query_pool_to_handle(pool);
37 tu_CreateQueryPool(VkDevice _device,const VkQueryPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkQueryPool * pQueryPool) argument
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_query.c30 VkQueryPool *pQueryPool)
27 panvk_CreateQueryPool(VkDevice _device,const VkQueryPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkQueryPool * pQueryPool) argument
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_query_pool.c23 VkQueryPool *pQueryPool)
62 *pQueryPool = pool_handle;
20 vn_CreateQueryPool(VkDevice device,const VkQueryPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkQueryPool * pQueryPool) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_query.c31 VkQueryPool* pQueryPool)
68 *pQueryPool = lvp_query_pool_to_handle(pool);
27 lvp_CreateQueryPool(VkDevice _device,const VkQueryPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkQueryPool * pQueryPool) argument
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_query.c30 VkQueryPool *pQueryPool)
94 *pQueryPool = v3dv_query_pool_to_handle(pool);
27 v3dv_CreateQueryPool(VkDevice _device,const VkQueryPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkQueryPool * pQueryPool) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_query.c45 VkQueryPool* pQueryPool)
127 *pQueryPool = anv_query_pool_to_handle(pool);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_query.c221 VkQueryPool *pQueryPool)
340 *pQueryPool = tu_query_pool_to_handle(pool);
218 tu_CreateQueryPool(VkDevice _device,const VkQueryPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkQueryPool * pQueryPool) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_query.c64 VkQueryPool* pQueryPool)
224 *pQueryPool = anv_query_pool_to_handle(pool);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_query.c924 const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool)
975 *pQueryPool = radv_query_pool_to_handle(pool);
923 radv_CreateQueryPool(VkDevice _device,const VkQueryPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkQueryPool * pQueryPool) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_query.c1033 VkQueryPool* pQueryPool)
1088 *pQueryPool = radv_query_pool_to_handle(pool);
1029 radv_CreateQueryPool(VkDevice _device,const VkQueryPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkQueryPool * pQueryPool) argument
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h2954 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
3294 VkQueryPool* pQueryPool);
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h3526 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
3866 VkQueryPool* pQueryPool);

Completed in 141 milliseconds