Home
last modified time | relevance | path

Searched refs:vkr_command_pool (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/virglrenderer/src/venus/
H A Dvkr_command_buffer.h13 struct vkr_command_pool { struct
34 vkr_command_pool_release(struct vkr_context *ctx, struct vkr_command_pool *pool) in vkr_command_pool_release() argument
H A Dvkr_command_buffer.c28 struct vkr_command_pool *pool = vkr_command_pool_create_and_add(dispatch->data, args); in vkr_dispatch_vkCreateCommandPool()
40 struct vkr_command_pool *pool = vkr_command_pool_from_handle(args->commandPool); in vkr_dispatch_vkDestroyCommandPool()
77 struct vkr_command_pool *pool = in vkr_dispatch_vkAllocateCommandBuffers()
H A Dvkr_common.h89 struct vkr_command_pool;
H A Dvkr_device.c229 vkr_command_pool_release(ctx, (struct vkr_command_pool *)obj); in vkr_device_object_destroy()