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
53 static INLINE struct trace_context *
54 trace_context(struct pipe_context *pipe) function
57 return (struct trace_context *)pipe;
  /hardware/intel/common/libva/va/
va_trace.c 67 struct trace_context { struct
80 VAContextID trace_context; /* current context */ member in struct:trace_context
99 #define TRACE_CTX(dpy) ((struct trace_context *)((VADisplayContextP)dpy)->vatrace)
102 struct trace_context *trace_ctx = TRACE_CTX(dpy); \
159 struct trace_context *trace_ctx = calloc(sizeof(struct trace_context), 1);
262 void va_TraceMsg(struct trace_context *trace_ctx, const char *msg, ...)
452 struct trace_context *trace_ctx,
597 trace_ctx->trace_context = *context;
599 trace_ctx->trace_context = VA_INVALID_ID
    [all...]

Completed in 54 milliseconds