Home
last modified time | relevance | path

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

/third_party/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