Searched defs:rbug_context (Results 1 – 1 of 1) sorted by relevance
37 struct rbug_context { struct38 struct pipe_context base; /**< base class */40 struct pipe_context *pipe;42 struct rbug_list list;45 mtx_t call_mutex;48 struct {58 } curr;82 static inline struct rbug_context * argument83 rbug_context(struct pipe_context *pipe) in rbug_context() function