Home
last modified time | relevance | path

Searched defs:rbug_context (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.h37 struct rbug_context { struct
38 struct pipe_context base; /**< base class */
40 struct pipe_context *pipe;
42 struct rbug_list list;
45 pipe_mutex call_mutex;
48 struct {
58 } curr;
82 static inline struct rbug_context * argument
83 rbug_context(struct pipe_context *pipe) in rbug_context() function