Home
last modified time | relevance | path

Searched refs:vn_command_vkCreateQueryPool (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A Dvn_protocol_renderer_query_pool.h80 …e_vkCreateQueryPool_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkCreateQueryPool *args) in vn_decode_vkCreateQueryPool_args_temp()
106 static inline void vn_replace_vkCreateQueryPool_args_handle(struct vn_command_vkCreateQueryPool *ar… in vn_replace_vkCreateQueryPool_args_handle()
115 …vkCreateQueryPool_reply(struct vn_cs_encoder *enc, const struct vn_command_vkCreateQueryPool *args) in vn_encode_vkCreateQueryPool_reply()
233 struct vn_command_vkCreateQueryPool args; in vn_dispatch_vkCreateQueryPool()
H A Dvn_protocol_renderer_defines.h794 struct vn_command_vkCreateQueryPool { struct
2299 …tch_vkCreateQueryPool)(struct vn_dispatch_context *ctx, struct vn_command_vkCreateQueryPool *args);
/aosp_15_r20/external/virglrenderer/src/venus/
H A Dvkr_query_pool.c12 struct vn_command_vkCreateQueryPool *args) in vkr_dispatch_vkCreateQueryPool()