OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trace_context
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/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;
/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); \
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
[
all
...]
Completed in 67 milliseconds