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

1 2 3

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.h 5 struct nouveau_bo *bo;
31 struct nouveau_bo *, unsigned offset, unsigned domain,
36 struct nouveau_bo *, unsigned dstoff, unsigned dstdom,
37 struct nouveau_bo *, unsigned srcoff, unsigned srcdom,
nv30_screen.h 24 struct nouveau_bo *notify;
nv30_winsys.h 23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset,
44 struct nouveau_bo *bo, uint32_t access)
51 struct nouveau_bo *bo, uint32_t offset, uint32_t access)
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
72 struct nouveau_bo *bo, uint32_t data, uint32_t access,
85 struct nouveau_bo *bo, uint32_t data, uint32_t access,
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_context.h 20 struct nouveau_bo *dst, unsigned, unsigned,
21 struct nouveau_bo *src, unsigned, unsigned, unsigned);
23 struct nouveau_bo *dst, unsigned, unsigned,
27 struct nouveau_bo *, unsigned domain,
37 struct nouveau_bo *bo[NOUVEAU_MAX_SCRATCH_BUFS];
38 struct nouveau_bo *current;
39 struct nouveau_bo **runout;
70 * The returned nouveau_bo is only referenced by the context, don't un-ref it !
74 struct nouveau_bo **);
nouveau_screen.h 11 struct nouveau_bo;
54 struct nouveau_bo *bo,
57 struct nouveau_bo *
nouveau_mm.h 25 struct nouveau_bo **, uint32_t *offset);
nouveau_buffer.h 9 struct nouveau_bo;
24 * The address of a resource will lie within the nouveau_bo referenced,
34 struct nouveau_bo *bo;
98 struct nouveau_bo **);
nouveau_video.h 27 struct nouveau_bo *cmd_bo, *data_bo, *fence_bo;
85 struct nouveau_bo *bo, uint32_t offset,
nouveau_screen.c 80 struct nouveau_bo *
86 struct nouveau_bo *bo = 0;
103 struct nouveau_bo *bo,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_scratch.h 34 struct nouveau_bo *bo[NOUVEAU_SCRATCH_COUNT];
43 struct nouveau_bo **bo, unsigned *offset);
nouveau_bufferobj.h 32 struct nouveau_bo *bo;
nouveau_array.h 39 struct nouveau_bo *bo;
nouveau_fbo.h 35 struct nouveau_bo *bo;
nouveau_surface.h 37 struct nouveau_bo *bo;
nouveau_render.h 45 struct nouveau_bo *vbo;
  /external/libdrm/nouveau/
nouveau.h 127 struct nouveau_bo { struct
139 struct nouveau_bo **);
141 struct nouveau_bo **);
143 struct nouveau_bo **);
144 int nouveau_bo_name_get(struct nouveau_bo *, uint32_t *name);
145 void nouveau_bo_ref(struct nouveau_bo *, struct nouveau_bo **);
146 int nouveau_bo_map(struct nouveau_bo *, uint32_t access,
148 int nouveau_bo_wait(struct nouveau_bo *, uint32_t access,
151 struct nouveau_bo **);
    [all...]
private.h 43 cli_kref_get(struct nouveau_client *client, struct nouveau_bo *bo)
53 cli_push_get(struct nouveau_client *client, struct nouveau_bo *bo)
63 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo,
82 struct nouveau_bo base;
91 nouveau_bo(struct nouveau_bo *bo) function
120 drm_private void abi16_bo_info(struct nouveau_bo *, struct drm_nouveau_gem_info *);
121 drm_private int abi16_bo_init(struct nouveau_bo *, uint32_t alignment,
nouveau.c 595 nouveau_bo_del(struct nouveau_bo *bo)
599 struct nouveau_bo_priv *nvbo = nouveau_bo(bo);
628 struct nouveau_bo **pbo)
631 struct nouveau_bo *bo = &nvbo->base;
653 struct nouveau_bo **pbo, int name)
718 struct nouveau_bo **pbo)
730 struct nouveau_bo **pbo)
758 nouveau_bo_name_get(struct nouveau_bo *bo, uint32_t *name)
762 struct nouveau_bo_priv *nvbo = nouveau_bo(bo);
780 nouveau_bo_ref(struct nouveau_bo *bo, struct nouveau_bo **pref
    [all...]
pushbuf.c 62 struct nouveau_bo *bo;
70 struct nouveau_bo *bos[];
83 pushbuf_kref_fits(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
89 struct nouveau_bo *kbo;
151 pushbuf_kref(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
216 atomic_inc(&nouveau_bo(bo)->refcnt);
223 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
272 struct nouveau_bo *bo;
320 struct nouveau_bo *bo;
383 nouveau_bo(bo)->access |= NOUVEAU_BO_WR
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.h 31 struct nouveau_bo *code;
32 struct nouveau_bo *uniforms;
33 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
34 struct nouveau_bo *stack_bo;
35 struct nouveau_bo *tls_bo;
62 struct nouveau_bo *bo;
nv50_transfer.h 8 struct nouveau_bo *bo;
nv50_winsys.h 21 unsigned flags, struct nouveau_bo *bo)
43 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags)
84 nouveau_bo_memtype(const struct nouveau_bo *bo)
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.h 31 struct nouveau_bo *text;
32 struct nouveau_bo *uniform_bo;
33 struct nouveau_bo *tls;
34 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
35 struct nouveau_bo *poly_cache;
57 struct nouveau_bo *bo;
nvc0_winsys.h 20 unsigned flags, struct nouveau_bo *bo)
42 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags)
94 nouveau_bo_memtype(const struct nouveau_bo *bo)
  /external/libdrm/libkms/
nouveau.c 45 struct nouveau_bo struct
80 struct nouveau_bo *bo;
149 struct nouveau_bo *bo = (struct nouveau_bo *)_bo;
172 struct nouveau_bo *bo = (struct nouveau_bo *)_bo;
180 struct nouveau_bo *bo = (struct nouveau_bo *)_bo;

Completed in 938 milliseconds

1 2 3