Searched defs:dd_context (Results 1 – 1 of 1) sorted by relevance
296 struct dd_context struct298 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); argument342 dd_context(struct pipe_context *pipe) in dd_context() function