Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_pipe.h296 struct dd_context struct
298 struct pipe_context base;
299 struct pipe_context *pipe;
301 struct dd_draw_state draw_state;
302 unsigned num_draw_calls;
304 struct u_log_context log;
331 dd_init_draw_functions(struct dd_context *dctx); argument
342 dd_context(struct pipe_context *pipe) in dd_context() function