/external/libdrm/nouveau/ |
D | nouveau.h | 127 struct nouveau_bo { struct 139 struct nouveau_bo **); argument 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 **); 152 int nouveau_bo_set_prime(struct nouveau_bo *, int *prime_fd); [all …]
|
D | private.h | 43 cli_kref_get(struct nouveau_client *client, struct nouveau_bo *bo) in cli_kref_get() 53 cli_push_get(struct nouveau_client *client, struct nouveau_bo *bo) in cli_push_get() 63 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo, in cli_kref_set() 82 struct nouveau_bo base; 91 nouveau_bo(struct nouveau_bo *bo) in nouveau_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,
|
D | nouveau.c | 595 nouveau_bo_del(struct nouveau_bo *bo) in nouveau_bo_del() 599 struct nouveau_bo_priv *nvbo = nouveau_bo(bo); in nouveau_bo_del() 628 struct nouveau_bo **pbo) in nouveau_bo_new() 631 struct nouveau_bo *bo = &nvbo->base; in nouveau_bo_new() 653 struct nouveau_bo **pbo, int name) in nouveau_bo_wrap_locked() 718 struct nouveau_bo **pbo) in nouveau_bo_wrap() 730 struct nouveau_bo **pbo) in nouveau_bo_name_ref() 758 nouveau_bo_name_get(struct nouveau_bo *bo, uint32_t *name) in nouveau_bo_name_get() 762 struct nouveau_bo_priv *nvbo = nouveau_bo(bo); in nouveau_bo_name_get() 780 nouveau_bo_ref(struct nouveau_bo *bo, struct nouveau_bo **pref) in nouveau_bo_ref() [all …]
|
D | pushbuf.c | 62 struct nouveau_bo *bo; 70 struct nouveau_bo *bos[]; 83 pushbuf_kref_fits(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref_fits() 89 struct nouveau_bo *kbo; in pushbuf_kref_fits() 151 pushbuf_kref(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref() 216 atomic_inc(&nouveau_bo(bo)->refcnt); in pushbuf_kref() 223 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_krel() 272 struct nouveau_bo *bo; in pushbuf_dump() 320 struct nouveau_bo *bo; in pushbuf_submit() 383 nouveau_bo(bo)->access |= NOUVEAU_BO_WR; in pushbuf_submit() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video.h | 55 struct nouveau_bo *interlaced, *full; 67 struct nouveau_bo *bsp_fw, *bsp_data; 68 struct nouveau_bo *vp_fw, *vp_data; 69 struct nouveau_bo *mbring, *vpring; 78 struct nouveau_bo *fence; 80 struct nouveau_bo *bitstream; 81 struct nouveau_bo *vp_params; 97 struct nouveau_bo *mpeg12_bo;
|
D | nv50_screen.h | 67 struct nouveau_bo *code; 68 struct nouveau_bo *uniforms; 69 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ 70 struct nouveau_bo *stack_bo; 71 struct nouveau_bo *tls_bo; 99 struct nouveau_bo *bo;
|
D | nv50_winsys.h | 21 unsigned flags, struct nouveau_bo *bo) in nv50_add_bufctx_resident_bo() 43 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) in PUSH_REFN() 85 nouveau_bo_memtype(const struct nouveau_bo *bo) in nouveau_bo_memtype()
|
D | nv98_video_bsp.c | 48 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nv98_decoder_bsp() 49 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; in nv98_decoder_bsp() 69 struct nouveau_bo *tmp_bo = NULL; in nv98_decoder_bsp() 86 struct nouveau_bo *tmp_bo = NULL; in nv98_decoder_bsp()
|
D | nv50_context.h | 280 struct nouveau_bo *dst, unsigned offset, unsigned domain, 284 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom, 285 struct nouveau_bo *src, unsigned srcoff, unsigned srcdom,
|
D | nv98_video_vp.c | 28 struct nouveau_bo *inter_bo, unsigned slice_size) in dump_comm_vp() 77 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nv98_decoder_vp() 78 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; in nv98_decoder_vp()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_context.h | 23 struct nouveau_bo *dst, unsigned, unsigned, 24 struct nouveau_bo *src, unsigned, unsigned, unsigned); 26 struct nouveau_bo *dst, unsigned, unsigned, 44 struct nouveau_bo *bo[NOUVEAU_MAX_SCRATCH_BUFS]; 45 struct nouveau_bo *current; 48 struct nouveau_bo *bo[0]; 91 struct nouveau_bo **);
|
D | nouveau_vp3_video.h | 75 struct nouveau_bo *fence_bo; 78 struct nouveau_bo *fw_bo, *bitplane_bo; 86 struct nouveau_bo *ref_bo; 88 struct nouveau_bo *inter_bo[2]; 90 struct nouveau_bo *bsp_bo[NOUVEAU_VP3_VIDEO_QDEPTH];
|
D | nouveau_buffer.h | 10 struct nouveau_bo; 38 struct nouveau_bo *bo; 112 struct nouveau_bo **);
|
D | nouveau_screen.h | 16 struct nouveau_bo; 126 struct nouveau_bo *bo, 129 struct nouveau_bo *
|
D | nouveau_screen.c | 84 struct nouveau_bo * 90 struct nouveau_bo *bo = 0; in nouveau_screen_bo_from_handle() 124 struct nouveau_bo *bo, in nouveau_screen_bo_get_handle()
|
D | nouveau_video.h | 27 struct nouveau_bo *cmd_bo, *data_bo, *fence_bo; 85 struct nouveau_bo *bo, uint32_t offset, in PUSH_MTHDl()
|
/external/libdrm/libkms/ |
D | nouveau.c | 45 struct nouveau_bo struct 80 struct nouveau_bo *bo; in nouveau_bo_create() 149 struct nouveau_bo *bo = (struct nouveau_bo *)_bo; in nouveau_bo_map() 172 struct nouveau_bo *bo = (struct nouveau_bo *)_bo; in nouveau_bo_unmap() 180 struct nouveau_bo *bo = (struct nouveau_bo *)_bo; in nouveau_bo_destroy()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | 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,
|
D | nv30_winsys.h | 23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC() 44 struct nouveau_bo *bo, uint32_t access) in PUSH_REFN() 51 struct nouveau_bo *bo, uint32_t offset, uint32_t access) in PUSH_MTHDl() 60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) in PUSH_MTHDo() 72 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHDs() 85 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHD()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_screen.h | 68 struct nouveau_bo *text; 69 struct nouveau_bo *uniform_bo; 70 struct nouveau_bo *tls; 71 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ 72 struct nouveau_bo *poly_cache; 99 struct nouveau_bo *bo;
|
D | nvc0_video_bsp.c | 37 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nvc0_decoder_bsp_begin() 56 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nvc0_decoder_bsp_next() 57 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; in nvc0_decoder_bsp_next() 69 struct nouveau_bo *tmp_bo = NULL; in nvc0_decoder_bsp_next() 105 struct nouveau_bo *tmp_bo = NULL; in nvc0_decoder_bsp_next() 144 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nvc0_decoder_bsp_end() 145 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; in nvc0_decoder_bsp_end()
|
D | nvc0_winsys.h | 20 unsigned flags, struct nouveau_bo *bo) in nv50_add_bufctx_resident_bo() 42 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) in PUSH_REFN() 100 nouveau_bo_memtype(const struct nouveau_bo *bo) in nouveau_bo_memtype()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_scratch.h | 34 struct nouveau_bo *bo[NOUVEAU_SCRATCH_COUNT]; 43 struct nouveau_bo **bo, unsigned *offset);
|
D | nouveau_local.h | 77 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC() 103 struct nouveau_bo *bo, uint32_t offset, uint32_t access) in PUSH_MTHDl() 112 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHDs() 126 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHD()
|
/external/libdrm/tests/nouveau/ |
D | threaded.c | 64 struct nouveau_bo *bo = NULL; in openclose() 80 struct nouveau_bo *bo; in main()
|