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

1 2 3 4

  /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 *);
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/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,
  /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_mm.h 25 struct nouveau_bo **, uint32_t *offset);
  /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);
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;
  /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);
  /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;
  /external/chromium_org/third_party/mesa/src/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;
  /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;
  /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;
  /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;

Completed in 1832 milliseconds

1 2 3 4