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.h12 struct nouveau_context { struct
22 void (*copy_data)(struct nouveau_context *, argument
25 void (*push_data)(struct nouveau_context *, argument
29 void (*push_cb)(struct nouveau_context *, argument
34 int (*invalidate_resource_storage)(struct nouveau_context *, argument
59 static inline struct nouveau_context * argument
60 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