| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 24 struct nouveau_object *ntfy; 25 struct nouveau_object *fence; 27 struct nouveau_object *query; 31 struct nouveau_object *null; 32 struct nouveau_object *eng3d; 33 struct nouveau_object *m2mf; 34 struct nouveau_object *surf2d; 35 struct nouveau_object *swzsurf; 36 struct nouveau_object *sifm;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 24 struct nouveau_object *ntfy; 25 struct nouveau_object *fence; 27 struct nouveau_object *query; 31 struct nouveau_object *null; 32 struct nouveau_object *eng3d; 33 struct nouveau_object *m2mf; 34 struct nouveau_object *surf2d; 35 struct nouveau_object *swzsurf; 36 struct nouveau_object *sifm;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | 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 *pat [all...] |
| H A D | nv04_context.h | 35 struct nouveau_object *eng3d; 54 struct nouveau_object *
|
| H A D | 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; \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | 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 *pat [all...] |
| H A D | nv04_context.h | 35 struct nouveau_object *eng3d; 54 struct nouveau_object *
|
| H A D | 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; \
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nv_type.h | 102 struct nouveau_object *channel; 105 struct nouveau_object *notify0; 106 struct nouveau_object *vblank_sem; 107 struct nouveau_object *NvNull; 108 struct nouveau_object *NvContextSurfaces; 109 struct nouveau_object *NvContextBeta1; 110 struct nouveau_object *NvContextBeta4; 111 struct nouveau_object *NvImagePattern; 112 struct nouveau_object *NvRop; 113 struct nouveau_object *NvRectangl [all...] |
| H A D | nouveau_copy.h | 13 Bool nouveau_copya0b5_rect(struct nouveau_pushbuf *, struct nouveau_object *,
|
| H A D | nouveau_copy85b5.c | 31 nouveau_copy85b5_rect(struct nouveau_pushbuf *push, struct nouveau_object *copy,
|
| H A D | nouveau_copy90b5.c | 31 nouveau_copy90b5_rect(struct nouveau_pushbuf *push, struct nouveau_object *copy,
|
| H A D | nouveau_copya0b5.c | 31 nouveau_copya0b5_rect(struct nouveau_pushbuf *push, struct nouveau_object *copy,
|
| /xsrc/external/mit/libdrm/dist/nouveau/ |
| H A D | 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 *ob [all...] |
| H A D | private.h | 120 drm_private bool abi16_object(struct nouveau_object *, int (**)(struct nouveau_object *)); 121 drm_private void abi16_delete(struct nouveau_object *); 122 drm_private int abi16_sclass(struct nouveau_object *, struct nouveau_sclass **);
|
| H A D | abi16.c | 35 abi16_chan_nv04(struct nouveau_object *obj) 59 abi16_chan_nvc0(struct nouveau_object *obj) 80 abi16_chan_nve0(struct nouveau_object *obj) 106 abi16_engobj(struct nouveau_object *obj) 142 obj->length = sizeof(struct nouveau_object *); 147 abi16_ntfy(struct nouveau_object *obj) 169 abi16_sclass(struct nouveau_object *obj, struct nouveau_sclass **psclass) 218 abi16_delete(struct nouveau_object *obj) 236 abi16_object(struct nouveau_object *obj, int (**func)(struct nouveau_object *)) [all...] |
| H A D | nouveau.c | 80 nouveau_object_ioctl(struct nouveau_object *obj, void *data, uint32_t size) 108 nouveau_object_mthd(struct nouveau_object *obj, 150 nouveau_object_sclass_get(struct nouveau_object *obj, 200 nouveau_object_mclass(struct nouveau_object *obj, 227 nouveau_object_fini(struct nouveau_object *obj) 247 nouveau_object_init(struct nouveau_object *parent, uint32_t handle, 249 struct nouveau_object *obj) 257 int (*func)(struct nouveau_object *); 283 obj->length = size ? size : sizeof(struct nouveau_object *); 288 *(struct nouveau_object **)ob [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.h | 125 struct nouveau_object *eng3d; /* sqrt(1/2)|kepler> + sqrt(1/2)|fermi> */ 126 struct nouveau_object *eng2d; 127 struct nouveau_object *m2mf; 128 struct nouveau_object *compute; 129 struct nouveau_object *nvsw;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_screen.h | 109 struct nouveau_object *sync; 111 struct nouveau_object *tesla; 112 struct nouveau_object *compute; 113 struct nouveau_object *eng2d; 114 struct nouveau_object *m2mf;
|
| H A D | nv84_video.h | 63 struct nouveau_object *bsp_channel, *vp_channel, *bsp, *vp;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_screen.h | 109 struct nouveau_object *sync; 111 struct nouveau_object *tesla; 112 struct nouveau_object *compute; 113 struct nouveau_object *eng2d; 114 struct nouveau_object *m2mf;
|
| H A D | nv84_video.h | 63 struct nouveau_object *bsp_channel, *vp_channel, *bsp, *vp;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.h | 125 struct nouveau_object *eng3d; /* sqrt(1/2)|kepler> + sqrt(1/2)|fermi> */ 126 struct nouveau_object *eng2d; 127 struct nouveau_object *m2mf; 128 struct nouveau_object *compute; 129 struct nouveau_object *nvsw;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_video.h | 23 struct nouveau_object *chan; 26 struct nouveau_object *mpeg;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_video.h | 23 struct nouveau_object *chan; 26 struct nouveau_object *mpeg;
|