Home | History | Annotate | Download | only in va

Lines Matching defs:trace_context

67 struct trace_context {
80 VAContextID trace_context; /* current context */
99 #define TRACE_CTX(dpy) ((struct trace_context *)((VADisplayContextP)dpy)->vatrace)
102 struct trace_context *trace_ctx = TRACE_CTX(dpy); \
160 struct trace_context *trace_ctx = calloc(sizeof(struct trace_context), 1);
263 void va_TraceMsg(struct trace_context *trace_ctx, const char *msg, ...)
454 struct trace_context *trace_ctx,
599 trace_ctx->trace_context = *context;
601 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,