Home | History | Annotate | Download | only in va

Lines Matching defs:trace_context

69 struct trace_context {
82 VAContextID trace_context; /* current context */
101 #define TRACE_CTX(dpy) ((struct trace_context *)((VADisplayContextP)dpy)->vatrace)
104 struct trace_context *trace_ctx = TRACE_CTX(dpy); \
163 struct trace_context *trace_ctx = calloc(sizeof(struct trace_context), 1);
267 void va_TraceMsg(struct trace_context *trace_ctx, const char *msg, ...)
457 struct trace_context *trace_ctx,
602 trace_ctx->trace_context = *context;
604 trace_ctx->trace_context = VA_INVALID_ID;
688 vaBufferInfo(dpy, trace_ctx->trace_context, buf_id, &type, &size, &num_elements);
719 vaBufferInfo(dpy, trace_ctx->trace_context, buf_id, &type, &size, &num_elements);
1199 struct trace_context *trace_ctx,