Home
last modified time | relevance | path

Searched refs:fence_bo (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.c267 0, 0x1000, NULL, &dec->fence_bo); in nv98_create_decoder()
271 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, screen->client); in nv98_create_decoder()
272 dec->fence_map = dec->fence_bo->map; in nv98_create_decoder()
278 PUSH_REFN (push[0], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder()
280 PUSH_DATAh(push[0], dec->fence_bo->offset); in nv98_create_decoder()
281 PUSH_DATA (push[0], dec->fence_bo->offset); in nv98_create_decoder()
289 PUSH_REFN (push[1], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder()
291 PUSH_DATAh(push[1], (dec->fence_bo->offset + 0x10)); in nv98_create_decoder()
292 PUSH_DATA (push[1], (dec->fence_bo->offset + 0x10)); in nv98_create_decoder()
300 PUSH_REFN (push[2], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nv98_create_decoder()
[all …]
Dnv98_video_bsp.c54 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nv98_decoder_bsp()
118 comm_addr = (dec->fence_bo->offset + COMM_OFFSET) >> 8; in nv98_decoder_bsp()
163 PUSH_DATAh(push, dec->fence_bo->offset); in nv98_decoder_bsp()
164 PUSH_DATA (push, dec->fence_bo->offset); in nv98_decoder_bsp()
Dnv98_video_vp.c85 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nv98_decoder_vp()
120 comm_addr = (dec->fence_bo->offset + COMM_OFFSET)>>8; in nv98_decoder_vp()
173 PUSH_DATAh(push, (dec->fence_bo->offset + 0x10)); in nv98_decoder_vp()
174 PUSH_DATA (push, (dec->fence_bo->offset + 0x10)); in nv98_decoder_vp()
Dnv98_video_ppp.c40 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nv98_decoder_setup_ppp()
116 PUSH_DATAh(push, (dec->fence_bo->offset + 0x20)); in nv98_decoder_ppp()
117 PUSH_DATA (push, (dec->fence_bo->offset + 0x20)); in nv98_decoder_ppp()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c291 0, 0x1000, NULL, &dec->fence_bo); in nvc0_create_decoder()
295 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, screen->client); in nvc0_create_decoder()
296 dec->fence_map = dec->fence_bo->map; in nvc0_create_decoder()
302 PUSH_REFN (push[0], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder()
304 PUSH_DATAh(push[0], dec->fence_bo->offset); in nvc0_create_decoder()
305 PUSH_DATA (push[0], dec->fence_bo->offset); in nvc0_create_decoder()
313 PUSH_REFN (push[1], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder()
315 PUSH_DATAh(push[1], (dec->fence_bo->offset + 0x10)); in nvc0_create_decoder()
316 PUSH_DATA (push[1], (dec->fence_bo->offset + 0x10)); in nvc0_create_decoder()
324 PUSH_REFN (push[2], dec->fence_bo, NOUVEAU_BO_GART|NOUVEAU_BO_RDWR); in nvc0_create_decoder()
[all …]
Dnvc0_video_vp.c85 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nvc0_decoder_vp()
120 comm_addr = (dec->fence_bo->offset + COMM_OFFSET)>>8; in nvc0_decoder_vp()
173 PUSH_DATAh(push, (dec->fence_bo->offset + 0x10)); in nvc0_decoder_vp()
174 PUSH_DATA (push, (dec->fence_bo->offset + 0x10)); in nvc0_decoder_vp()
Dnvc0_video_bsp.c150 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nvc0_decoder_bsp_end()
171 comm_addr = (dec->fence_bo->offset + COMM_OFFSET) >> 8; in nvc0_decoder_bsp_end()
212 PUSH_DATAh(push, dec->fence_bo->offset); in nvc0_decoder_bsp_end()
213 PUSH_DATA (push, dec->fence_bo->offset); in nvc0_decoder_bsp_end()
Dnvc0_video_ppp.c40 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nvc0_decoder_setup_ppp()
116 PUSH_DATAh(push, (dec->fence_bo->offset + 0x20)); in nvc0_decoder_ppp()
117 PUSH_DATA (push, (dec->fence_bo->offset + 0x20)); in nvc0_decoder_ppp()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.h55 struct radeon_winsys_bo *fence_bo; member
Dradv_amdgpu_cs.c864 ret.handle = radv_amdgpu_winsys_bo(ctx->fence_bo)->bo; in radv_set_cs_fence()
1386 ctx->fence_bo = ws->base.buffer_create(&ws->base, 4096, 8, in radv_amdgpu_ctx_create()
1391 if (!ctx->fence_bo) { in radv_amdgpu_ctx_create()
1396 ctx->fence_map = (uint64_t *)ws->base.buffer_map(ctx->fence_bo); in radv_amdgpu_ctx_create()
1408 ws->base.buffer_destroy(ctx->fence_bo); in radv_amdgpu_ctx_create()
1419 ctx->ws->base.buffer_destroy(ctx->fence_bo); in radv_amdgpu_ctx_destroy()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c481 if (dec->fence_bo) in nouveau_decoder_destroy()
482 nouveau_bo_ref(NULL, &dec->fence_bo); in nouveau_decoder_destroy()
582 0, 4096, NULL, &dec->fence_bo); in nouveau_create_decoder()
585 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, NULL); in nouveau_create_decoder()
586 dec->fence_map = dec->fence_bo->map; in nouveau_create_decoder()
622 PUSH_DATA (push, dec->fence_bo->offset); in nouveau_create_decoder()
Dnouveau_video.h27 struct nouveau_bo *cmd_bo, *data_bo, *fence_bo; member
Dnouveau_vp3_video.h75 struct nouveau_bo *fence_bo; member
Dnouveau_vp3_video.c203 nouveau_bo_ref(NULL, &dec->fence_bo); in nouveau_vp3_decoder_destroy()