HomeSort by relevance Sort by last modified time
    Searched defs:nouveau_context (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_context.h 9 struct nouveau_context { struct
19 void (*copy_data)(struct nouveau_context *,
22 void (*push_data)(struct nouveau_context *,
26 void (*push_cb)(struct nouveau_context *,
45 static INLINE struct nouveau_context *
46 nouveau_context(struct pipe_context *pipe) function
48 return (struct nouveau_context *)pipe;
52 nouveau_context_init_vdec(struct nouveau_context *);
55 nouveau_scratch_runout_release(struct nouveau_context *);
62 nouveau_scratch_done(struct nouveau_context *nv
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_context.h 9 struct nouveau_context { struct
19 void (*copy_data)(struct nouveau_context *,
22 void (*push_data)(struct nouveau_context *,
26 void (*push_cb)(struct nouveau_context *,
45 static INLINE struct nouveau_context *
46 nouveau_context(struct pipe_context *pipe) function
48 return (struct nouveau_context *)pipe;
52 nouveau_context_init_vdec(struct nouveau_context *);
55 nouveau_scratch_runout_release(struct nouveau_context *);
62 nouveau_scratch_done(struct nouveau_context *nv
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_context.h 67 struct nouveau_context { struct
87 #define to_nouveau_context(ctx) ((struct nouveau_context *)(ctx))
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 67 struct nouveau_context { struct
87 #define to_nouveau_context(ctx) ((struct nouveau_context *)(ctx))

Completed in 67 milliseconds