Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_context.h9 struct nouveau_context { struct
19 void (*copy_data)(struct nouveau_context *, argument
22 void (*push_data)(struct nouveau_context *, argument
26 void (*push_cb)(struct nouveau_context *, argument
45 static INLINE struct nouveau_context * argument
46 nouveau_context(struct pipe_context *pipe) in nouveau_context() function
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.h67 struct nouveau_context { struct
87 #define to_nouveau_context(ctx) ((struct nouveau_context *)(ctx)) argument