HomeSort by relevance Sort by last modified time
    Searched refs:nouveau_object (Results 1 - 25 of 29) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_screen.h 26 struct nouveau_object *ntfy;
27 struct nouveau_object *fence;
29 struct nouveau_object *query;
33 struct nouveau_object *null;
34 struct nouveau_object *eng3d;
35 struct nouveau_object *m2mf;
36 struct nouveau_object *surf2d;
37 struct nouveau_object *swzsurf;
38 struct nouveau_object *sifm;
nv30_clear.c 105 struct nouveau_object *eng3d = nv30->screen->eng3d;
164 struct nouveau_object *eng3d = nv30->screen->eng3d;
nv30_fragprog.c 64 struct nouveau_object *eng3d = nv30->screen->eng3d;
nv30_texture.c 131 struct nouveau_object *eng3d = nv30_context(pipe)->screen->eng3d;
205 struct nouveau_object *eng3d = nv30_context(pipe)->screen->eng3d;
nv30_screen.c 50 struct nouveau_object *eng3d = screen->eng3d;
135 struct nouveau_object *eng3d = screen->eng3d;
159 struct nouveau_object *eng3d = screen->eng3d;
nv30_fragtex.c 37 struct nouveau_object *eng3d = nv30->screen->eng3d;
nv30_query.c 260 struct nouveau_object *eng3d = nv30_context(pipe)->screen->eng3d;
nv30_vertprog.c 56 struct nouveau_object *eng3d = nv30->screen->eng3d;
nv30_draw.c 273 struct nouveau_object *eng3d = nv30->screen->eng3d;
nv30_state.c 40 struct nouveau_object *eng3d = nv30_context(pipe)->screen->eng3d;
nv30_state_validate.c 41 struct nouveau_object *eng3d = nv30->screen->eng3d;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 48 struct nouveau_object *chan;
53 struct nouveau_object *null;
54 struct nouveau_object *ntfy;
55 struct nouveau_object *eng3d;
56 struct nouveau_object *eng3dm;
57 struct nouveau_object *surf3d;
58 struct nouveau_object *m2mf;
59 struct nouveau_object *surf2d;
60 struct nouveau_object *rop;
61 struct nouveau_object *patt
    [all...]
nv04_context.h 35 struct nouveau_object *eng3d;
54 struct nouveau_object *
nv04_render.c 74 struct nouveau_object *fahrenheit = nv04_context_engine(ctx);
169 struct nouveau_object *eng3d = nv04_context_engine(ctx);
206 struct nouveau_object *eng3d = to_nv04_context(ctx)->eng3d; \
nv04_context.c 48 struct nouveau_object *
54 struct nouveau_object *fahrenheit;
nv04_surface.c 205 struct nouveau_object *swzsurf = hw->swzsurf;
483 struct nouveau_object *chan = hw->chan;
  /external/libdrm/nouveau/
nouveau.h 24 struct nouveau_object { struct
25 struct nouveau_object *parent;
32 int nouveau_object_new(struct nouveau_object *parent, uint64_t handle,
34 struct nouveau_object **);
35 void nouveau_object_del(struct nouveau_object **);
36 int nouveau_object_mthd(struct nouveau_object *, uint32_t mthd,
38 int nouveau_object_sclass_get(struct nouveau_object *,
41 int nouveau_object_mclass(struct nouveau_object *,
45 struct nouveau_object client;
52 nouveau_drm(struct nouveau_object *obj
    [all...]
private.h 117 drm_private bool abi16_object(struct nouveau_object *, int (**)(struct nouveau_object *));
118 drm_private void abi16_delete(struct nouveau_object *);
119 drm_private int abi16_sclass(struct nouveau_object *, struct nouveau_sclass **);
abi16.c 39 abi16_chan_nv04(struct nouveau_object *obj)
63 abi16_chan_nvc0(struct nouveau_object *obj)
84 abi16_chan_nve0(struct nouveau_object *obj)
110 abi16_engobj(struct nouveau_object *obj)
146 obj->length = sizeof(struct nouveau_object *);
151 abi16_ntfy(struct nouveau_object *obj)
173 abi16_sclass(struct nouveau_object *obj, struct nouveau_sclass **psclass)
222 abi16_delete(struct nouveau_object *obj)
240 abi16_object(struct nouveau_object *obj, int (**func)(struct nouveau_object *))
    [all...]
nouveau.c 68 nouveau_object_ioctl(struct nouveau_object *obj, void *data, uint32_t size)
96 nouveau_object_mthd(struct nouveau_object *obj,
138 nouveau_object_sclass_get(struct nouveau_object *obj,
188 nouveau_object_mclass(struct nouveau_object *obj,
215 nouveau_object_fini(struct nouveau_object *obj)
235 nouveau_object_init(struct nouveau_object *parent, uint32_t handle,
237 struct nouveau_object *obj)
245 int (*func)(struct nouveau_object *);
271 obj->length = size ? size : sizeof(struct nouveau_object *);
276 *(struct nouveau_object **)obj->data = obj
    [all...]
pushbuf.c 310 pushbuf_submit(struct nouveau_pushbuf *push, struct nouveau_object *chan)
536 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan,
775 nouveau_pushbuf_kick(struct nouveau_pushbuf *push, struct nouveau_object *chan)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.h 65 struct nouveau_object *sync;
67 struct nouveau_object *tesla;
68 struct nouveau_object *eng2d;
69 struct nouveau_object *m2mf;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.h 63 struct nouveau_object *eng3d; /* sqrt(1/2)|kepler> + sqrt(1/2)|fermi> */
64 struct nouveau_object *eng2d;
65 struct nouveau_object *m2mf;
66 struct nouveau_object *dijkstra;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.h 16 struct nouveau_object *channel;
nouveau_video.h 23 struct nouveau_object *chan;
26 struct nouveau_object *mpeg;

Completed in 485 milliseconds

1 2