Lines Matching refs:vrend_decode_ctx
47 struct vrend_decode_ctx { struct
1462 static void vrend_decode_ctx_init_base(struct vrend_decode_ctx *dctx,
1468 struct vrend_decode_ctx *dctx = retire_data; in vrend_decode_ctx_fence_retire()
1476 struct vrend_decode_ctx *dctx; in vrend_renderer_context_create()
1478 dctx = malloc(sizeof(struct vrend_decode_ctx)); in vrend_renderer_context_create()
1500 struct vrend_decode_ctx *dctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_destroy()
1510 struct vrend_decode_ctx *dctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_attach_resource()
1518 struct vrend_decode_ctx *dctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_detach_resource()
1528 struct vrend_decode_ctx *dctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_transfer_3d()
1539 struct vrend_decode_ctx *dctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_get_blob()
1633 struct vrend_decode_ctx *gdctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_submit_cmd()
1696 struct vrend_decode_ctx *dctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_submit_fence()
1704 static void vrend_decode_ctx_init_base(struct vrend_decode_ctx *dctx, in vrend_decode_ctx_init_base()