Lines Matching refs:virgl_context
48 struct virgl_context base;
1472 struct virgl_context *vrend_renderer_context_create(uint32_t handle, in vrend_renderer_context_create()
1497 static void vrend_decode_ctx_destroy(struct virgl_context *ctx) in vrend_decode_ctx_destroy()
1506 static void vrend_decode_ctx_attach_resource(struct virgl_context *ctx, in vrend_decode_ctx_attach_resource()
1514 static void vrend_decode_ctx_detach_resource(struct virgl_context *ctx, in vrend_decode_ctx_detach_resource()
1522 static int vrend_decode_ctx_transfer_3d(struct virgl_context *ctx, in vrend_decode_ctx_transfer_3d()
1533 static int vrend_decode_ctx_get_blob(struct virgl_context *ctx, in vrend_decode_ctx_get_blob()
1628 static int vrend_decode_ctx_submit_cmd(struct virgl_context *ctx, in vrend_decode_ctx_submit_cmd()
1681 static int vrend_decode_ctx_get_fencing_fd(UNUSED struct virgl_context *ctx) in vrend_decode_ctx_get_fencing_fd()
1686 static void vrend_decode_ctx_retire_fences(UNUSED struct virgl_context *ctx) in vrend_decode_ctx_retire_fences()
1691 static int vrend_decode_ctx_submit_fence(struct virgl_context *ctx, in vrend_decode_ctx_submit_fence()
1707 struct virgl_context *ctx = &dctx->base ; in vrend_decode_ctx_init_base()