Lines Matching refs:va_context
60 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context,
71 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context,
101 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context,
583 vas = vaBeginPicture(ctx->hwctx->display, ctx->va_context,
592 vas = vaRenderPicture(ctx->hwctx->display, ctx->va_context,
601 vas = vaEndPicture(ctx->hwctx->display, ctx->va_context);
634 vaEndPicture(ctx->hwctx->display, ctx->va_context);
2425 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context,
2545 ctx->va_context = VA_INVALID_ID;
2646 &ctx->va_context);
2745 * has been called and va_config/va_context initialized. */
2756 if (ctx->va_context != VA_INVALID_ID) {
2758 vaDestroyContext(ctx->hwctx->display, ctx->va_context);
2759 ctx->va_context = VA_INVALID_ID;