Lines Matching defs:virgl_context
62 struct virgl_context { struct
69 * is called from virgl_context::retire_fences to retire signaled fences of argument
75 virgl_context_fence_retire fence_retire; argument
77 void (*destroy)(struct virgl_context *ctx); argument
79 void (*attach_resource)(struct virgl_context *ctx, argument
81 void (*detach_resource)(struct virgl_context *ctx, argument
83 enum virgl_resource_fd_type (*export_opaque_handle)(struct virgl_context *ctx, argument
87 int (*transfer_3d)(struct virgl_context *ctx, argument
100 int (*get_blob)(struct virgl_context *ctx, argument
107 int (*submit_cmd)(struct virgl_context *ctx, argument
115 int (*get_fencing_fd)(struct virgl_context *ctx); argument
118 void (*retire_fences)(struct virgl_context *ctx); argument
121 int (*submit_fence)(struct virgl_context *ctx, argument