/external/chromium_org/third_party/mesa/src/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,
|
/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,
|
/hardware/intel/img/libdrm/libdrm/nouveau/ |
nouveau_bo.h | 46 struct nouveau_bo { struct 63 struct nouveau_bo **); 68 struct nouveau_bo **); 72 struct nouveau_bo **); 75 nouveau_bo_wrap(struct nouveau_device *, uint32_t handle, struct nouveau_bo **); 78 nouveau_bo_handle_get(struct nouveau_bo *, uint32_t *); 82 struct nouveau_bo **); 85 nouveau_bo_ref(struct nouveau_bo *, struct nouveau_bo **); 88 nouveau_bo_map_range(struct nouveau_bo *, uint32_t delta, uint32_t size [all...] |
nouveau_private.h | 35 #include "nouveau_bo.h" 47 struct nouveau_bo *buffer[CALPB_BUFFERS]; 69 struct nouveau_bo *notifier_bo; 89 struct nouveau_bo base; 117 #define nouveau_bo(n) ((struct nouveau_bo_priv *)(n)) macro 126 nouveau_bo_emit_buffer(struct nouveau_channel *, struct nouveau_bo *);
|
Makefile.am | 19 nouveau_bo.c \ 30 nouveau_bo.h \
|
nouveau_bo.c | 178 struct nouveau_bo **bo) 217 int size, struct nouveau_bo **bo) 233 struct nouveau_bo **bo) 241 nvbo = nouveau_bo(*bo); 250 struct nouveau_bo **bo) 260 nvbo = nouveau_bo(*bo); 276 nouveau_bo_handle_get(struct nouveau_bo *bo, uint32_t *handle) 279 struct nouveau_bo_priv *nvbo = nouveau_bo(bo); 308 struct nouveau_bo **bo) 328 nvbo = nouveau_bo(*bo) [all...] |
nouveau_pushbuf.h | 29 #include "nouveau_bo.h" 44 struct nouveau_bo *, uint32_t data, uint32_t data2, 120 OUT_RELOC(struct nouveau_channel *chan, struct nouveau_bo *bo, 128 OUT_RELOC2(struct nouveau_channel *chan, struct nouveau_bo *bo, 138 OUT_RELOCd(struct nouveau_channel *chan, struct nouveau_bo *bo, 146 OUT_RELOCo(struct nouveau_channel *chan, struct nouveau_bo *bo, 155 OUT_RELOCl(struct nouveau_channel *chan, struct nouveau_bo *bo, 163 OUT_RELOCr(struct nouveau_channel *chan, struct nouveau_bo *bo, 171 OUT_RELOCh(struct nouveau_channel *chan, struct nouveau_bo *bo,
|
/external/chromium_org/third_party/mesa/src/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_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_mm.h | 25 struct nouveau_bo **, uint32_t *offset);
|
/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_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_mm.h | 25 struct nouveau_bo **, uint32_t *offset);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_transfer.h | 8 struct nouveau_bo *bo;
|
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_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/nv50/ |
nv50_transfer.h | 8 struct nouveau_bo *bo;
|
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;
|
/external/chromium_org/third_party/mesa/src/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/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;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_scratch.h | 34 struct nouveau_bo *bo[NOUVEAU_SCRATCH_COUNT]; 43 struct nouveau_bo **bo, unsigned *offset);
|
/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);
|