Searched defs:dd_context (Results 1 – 1 of 1) sorted by relevance
288 struct dd_context struct290 struct pipe_context base;291 struct pipe_context *pipe;293 struct dd_draw_state draw_state;294 unsigned num_draw_calls;296 struct u_log_context log;329 dd_init_draw_functions(struct dd_context *dctx); argument340 dd_context(struct pipe_context *pipe) in dd_context() function