• Home
  • Raw
  • Download

Lines Matching refs:uint32_t

20 	uint32_t oclass;
21 uint32_t length;
27 uint32_t channel;
28 uint32_t pushbuf;
34 uint32_t vram;
35 uint32_t gart;
36 uint32_t notify;
41 uint32_t notify;
55 uint32_t notify;
57 uint32_t engine;
62 uint32_t offset;
63 uint32_t length;
67 uint32_t oclass, void *data, uint32_t length,
70 void *nouveau_object_find(struct nouveau_object *, uint32_t parent_class);
75 uint32_t lib_version;
76 uint32_t drm_version;
77 uint32_t chipset;
103 uint32_t surf_flags;
104 uint32_t surf_pitch;
107 uint32_t memtype;
108 uint32_t tile_mode;
111 uint32_t memtype;
112 uint32_t tile_mode;
114 uint32_t data[8];
133 uint32_t handle;
135 uint32_t flags;
141 int nouveau_bo_new(struct nouveau_device *, uint32_t flags, uint32_t align,
144 int nouveau_bo_wrap(struct nouveau_device *, uint32_t handle,
146 int nouveau_bo_name_ref(struct nouveau_device *dev, uint32_t name,
148 int nouveau_bo_name_get(struct nouveau_bo *, uint32_t *name);
150 int nouveau_bo_map(struct nouveau_bo *, uint32_t access,
152 int nouveau_bo_wait(struct nouveau_bo *, uint32_t access,
161 uint32_t packet;
162 uint32_t flags;
163 uint32_t data;
164 uint32_t vor;
165 uint32_t tor;
166 uint32_t priv_data;
183 struct nouveau_bo *, uint32_t flags);
185 nouveau_bufctx_mthd(struct nouveau_bufctx *, int bin, uint32_t packet,
186 struct nouveau_bo *, uint64_t data, uint32_t flags,
187 uint32_t vor, uint32_t tor);
197 uint32_t rsvd_kick;
198 uint32_t flags;
199 uint32_t *cur;
200 uint32_t *end;
205 uint32_t flags;
209 int nr, uint32_t size, bool immediate,
212 int nouveau_pushbuf_space(struct nouveau_pushbuf *, uint32_t dwords,
213 uint32_t relocs, uint32_t pushes);
223 uint32_t data, uint32_t flags,
224 uint32_t vor, uint32_t tor);
226 uint32_t nouveau_pushbuf_refd(struct nouveau_pushbuf *, struct nouveau_bo *);