/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_vp.c | 77 { dest->interlaced, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264() 78 { dest->full, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264() 79 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264() 80 { dec->mbring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264() 81 { dec->vp_params, NOUVEAU_BO_RDWR | NOUVEAU_BO_GART }, in nv84_decoder_vp_h264() 82 { dec->fence, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264() 141 { bo1, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264() 142 { bo2, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264() 488 { dest->interlaced, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_mpeg12() 489 { NULL, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_mpeg12() [all …]
|
D | nv84_video_bsp.c | 100 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_bsp() 101 { dec->mbring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_bsp() 102 { dec->bitstream, NOUVEAU_BO_RDWR | NOUVEAU_BO_GART }, in nv84_decoder_bsp() 103 { dec->fence, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_bsp() 106 nouveau_bo_wait(dec->fence, NOUVEAU_BO_RDWR, dec->client); in nv84_decoder_bsp()
|
D | nv98_video.c | 271 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, screen->client); in nv98_create_decoder() 278 PUSH_REFN (push[0], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder() 289 PUSH_REFN (push[1], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder() 300 PUSH_REFN (push[2], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder()
|
D | nv84_video.c | 190 nouveau_bo_wait(dec->mpeg12_bo, NOUVEAU_BO_RDWR, dec->client); in nv84_decoder_begin_frame_mpeg12() 447 dec->bsp_data, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR); in nv84_create_decoder() 454 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR); in nv84_create_decoder() 497 PUSH_REFN(screen->pushbuf, dec->fence, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR); in nv84_create_decoder()
|
D | nv98_video_bsp.c | 56 { dec->bitplane_bo, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv98_decoder_bsp()
|
D | nv50_compute.c | 169 nv04_resource(res), NOUVEAU_BO_RDWR); in nv50_compute_validate_globals()
|
D | nv50_shader_state.c | 133 const unsigned flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR; in nv50_program_update_context_state()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video.c | 295 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, screen->client); in nvc0_create_decoder() 302 PUSH_REFN (push[0], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder() 313 PUSH_REFN (push[1], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder() 324 PUSH_REFN (push[2], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder()
|
D | nvc0_video_bsp.c | 152 { dec->bitplane_bo, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nvc0_decoder_bsp_end()
|
D | nvc0_shader_state.c | 38 const uint32_t flags = NV_VRAM_DOMAIN(&nvc0->screen->base) | NOUVEAU_BO_RDWR; in nvc0_program_update_context_state()
|
D | nvc0_compute.c | 313 nv04_resource(res), NOUVEAU_BO_RDWR); in nvc0_compute_validate_globals()
|
D | nvc0_context.c | 461 flags = NV_VRAM_DOMAIN(&screen->base) | NOUVEAU_BO_RDWR; in nvc0_create()
|
D | nve4_compute.c | 956 ret = nouveau_bo_map(bo, NOUVEAU_BO_RDWR, nvc0->base.client); in nve4_compute_trap_info()
|
D | nvc0_screen.c | 747 NV_VRAM_DOMAIN(&screen->base) | NOUVEAU_BO_RDWR); in nvc0_screen_resize_tls_area()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_fb.c | 74 nfb->hierz.bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR); in setup_hierz_buffer() 85 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR; in nv20_emit_framebuffer()
|
D | nouveau_driver.c | 91 { nctx->fence, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR }; in nouveau_finish() 101 nouveau_bo_wait(nctx->fence, NOUVEAU_BO_RDWR, context_client(ctx)); in nouveau_finish()
|
D | nv10_state_fb.c | 78 nfb->hierz.bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR); in setup_hierz_buffer() 100 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR; in nv10_emit_framebuffer()
|
D | nouveau_span.c | 43 nouveau_bo_map(s->bo, NOUVEAU_BO_RDWR, context_client(ctx)); in renderbuffer_map_unmap()
|
D | nv04_state_fb.c | 57 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR; in nv04_emit_framebuffer()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state_validate.c | 136 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR); in nv30_validate_fb() 138 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR); in nv30_validate_fb() 147 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR); in nv30_validate_fb() 157 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR); in nv30_validate_fb() 168 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR); in nv30_validate_fb()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 40 ret = nouveau_bo_map(dec->cmd_bo, NOUVEAU_BO_RDWR, dec->client); in nouveau_vpe_init() 45 ret = nouveau_bo_map(dec->data_bo, NOUVEAU_BO_RDWR, dec->client); in nouveau_vpe_init() 394 #define BCTX_ARGS dec->bufctx, NV31_VIDEO_BIND_IMG(i), NOUVEAU_BO_RDWR in nouveau_decoder_surface_index() 585 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, NULL); in nouveau_create_decoder()
|
/external/libdrm/nouveau/ |
D | nouveau.h | 117 #define NOUVEAU_BO_RDWR (NOUVEAU_BO_RD | NOUVEAU_BO_WR) macro
|
D | nouveau.c | 834 if (!(access & NOUVEAU_BO_RDWR)) in nouveau_bo_wait()
|