Home
last modified time | relevance | path

Searched refs:NOUVEAU_BO_RDWR (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_vp.c77 { 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 …]
Dnv84_video_bsp.c100 { 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()
Dnv98_video.c271 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()
Dnv84_video.c190 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()
Dnv98_video_bsp.c56 { dec->bitplane_bo, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv98_decoder_bsp()
Dnv50_compute.c169 nv04_resource(res), NOUVEAU_BO_RDWR); in nv50_compute_validate_globals()
Dnv50_shader_state.c133 const unsigned flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR; in nv50_program_update_context_state()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c295 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()
Dnvc0_video_bsp.c152 { dec->bitplane_bo, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nvc0_decoder_bsp_end()
Dnvc0_shader_state.c38 const uint32_t flags = NV_VRAM_DOMAIN(&nvc0->screen->base) | NOUVEAU_BO_RDWR; in nvc0_program_update_context_state()
Dnvc0_compute.c313 nv04_resource(res), NOUVEAU_BO_RDWR); in nvc0_compute_validate_globals()
Dnvc0_context.c461 flags = NV_VRAM_DOMAIN(&screen->base) | NOUVEAU_BO_RDWR; in nvc0_create()
Dnve4_compute.c956 ret = nouveau_bo_map(bo, NOUVEAU_BO_RDWR, nvc0->base.client); in nve4_compute_trap_info()
Dnvc0_screen.c747 NV_VRAM_DOMAIN(&screen->base) | NOUVEAU_BO_RDWR); in nvc0_screen_resize_tls_area()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_fb.c74 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()
Dnouveau_driver.c91 { 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()
Dnv10_state_fb.c78 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()
Dnouveau_span.c43 nouveau_bo_map(s->bo, NOUVEAU_BO_RDWR, context_client(ctx)); in renderbuffer_map_unmap()
Dnv04_state_fb.c57 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR; in nv04_emit_framebuffer()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state_validate.c136 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/
Dnouveau_video.c40 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/
Dnouveau.h117 #define NOUVEAU_BO_RDWR (NOUVEAU_BO_RD | NOUVEAU_BO_WR) macro
Dnouveau.c834 if (!(access & NOUVEAU_BO_RDWR)) in nouveau_bo_wait()