HomeSort by relevance Sort by last modified time
    Searched defs:trace_context (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/trace/
tr_context.h 45 struct trace_context struct
57 static inline struct trace_context *
58 trace_context(struct pipe_context *pipe) function
64 return (struct trace_context *)pipe;
  /hardware/intel/common/libva/va/
va_trace.c 69 struct trace_context { struct
82 VAContextID trace_context; /* current context */ member in struct:trace_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
    [all...]

Completed in 161 milliseconds