Searched defs:dd_context (Results 1 – 1 of 1) sorted by relevance
298 struct dd_context struct300 struct pipe_context base;301 struct pipe_context *pipe;303 struct dd_draw_state draw_state;304 unsigned num_draw_calls;306 struct u_log_context log;333 dd_init_draw_functions(struct dd_context *dctx); argument344 dd_context(struct pipe_context *pipe) in dd_context() function