Home
last modified time | relevance | path

Searched refs:fence_reference (Results 1 - 25 of 90) sorted by relevance

1234

/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipe_sync.c58 device->pscreen->fence_reference(device->pscreen, &sync->fence, NULL); in lvp_pipe_sync_finish()
71 device->pscreen->fence_reference(device->pscreen, &sync->fence, fence); in lvp_pipe_sync_signal_with_fence()
88 device->pscreen->fence_reference(device->pscreen, &sync->fence, NULL); in lvp_pipe_sync_signal()
106 device->pscreen->fence_reference(device->pscreen, &sync->fence, NULL); in lvp_pipe_sync_reset()
133 device->pscreen->fence_reference(device->pscreen, &dst->fence, NULL); in lvp_pipe_sync_move()
196 device->pscreen->fence_reference(device->pscreen, &fence, sync->fence); in lvp_pipe_sync_wait_locked()
205 device->pscreen->fence_reference(device->pscreen, &fence, NULL); in lvp_pipe_sync_wait_locked()
215 device->pscreen->fence_reference(device->pscreen, &sync->fence, NULL); in lvp_pipe_sync_wait_locked()
/third_party/mesa3d/src/mesa/main/
H A Dsyncobj.c110 screen->fence_reference(screen, &obj->fence, NULL); in delete_sync_object()
136 screen->fence_reference(screen, &fence, obj->fence); in __client_wait_sync()
153 screen->fence_reference(screen, &obj->fence, NULL); in __client_wait_sync()
157 screen->fence_reference(screen, &fence, NULL); in __client_wait_sync()
427 screen->fence_reference(screen, &fence, syncObj->fence); in wait_sync()
431 screen->fence_reference(screen, &fence, NULL); in wait_sync()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_fence.cpp154 fence_reference(struct pipe_screen *pscreen, in fence_reference() function
192 pscreen->fence_reference = fence_reference; in d3d12_screen_fence_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_fence.c208 ws->fence_reference(&(*sdst)->gfx, NULL); in si_fence_reference()
326 rws->fence_reference(&sfence->gfx, NULL); in si_fence_finish()
486 ws->fence_reference(&gfx_fence, sctx->last_gfx_fence); in si_flush_all_queues()
516 ws->fence_reference(&gfx_fence, NULL); in si_flush_all_queues()
520 screen->fence_reference(screen, fence, NULL); in si_flush_all_queues()
617 screen->b.fence_reference = si_fence_reference; in si_init_screen_fence_functions()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c354 ws->fence_reference(&gfx_fence, rctx->last_gfx_fence); in r600_flush_from_st()
376 ws->fence_reference(&sdma_fence, NULL); in r600_flush_from_st()
377 ws->fence_reference(&gfx_fence, NULL); in r600_flush_from_st()
391 screen->fence_reference(screen, fence, NULL); in r600_flush_from_st()
414 rctx->ws->fence_reference(fence, rctx->last_sdma_fence); in r600_flush_dma_ring()
423 rctx->ws->fence_reference(fence, rctx->last_sdma_fence); in r600_flush_dma_ring()
667 rctx->ws->fence_reference(&rctx->last_gfx_fence, NULL); in r600_common_context_cleanup()
668 rctx->ws->fence_reference(&rctx->last_sdma_fence, NULL); in r600_common_context_cleanup()
1079 ws->fence_reference(&(*rdst)->gfx, NULL); in r600_fence_reference()
1080 ws->fence_reference( in r600_fence_reference()
[all...]
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dpresentation.c269 pipe->screen->fence_reference(pipe->screen, &surf->fence, NULL); in vlVdpPresentationQueueDisplay()
328 screen->fence_reference(screen, &surf->fence, NULL); in vlVdpPresentationQueueBlockUntilSurfaceIdle()
370 screen->fence_reference(screen, &surf->fence, NULL); in vlVdpPresentationQueueQuerySurfaceStatus()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_fence.c79 fence_reference(struct pipe_screen *pscreen, in fence_reference() function
334 pscreen->fence_reference = fence_reference; in zink_screen_fence_init()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_context.c42 screen->fence_reference(screen, &ctx->last_fence, NULL); in xa_context_flush()
373 screen->fence_reference(screen, &fence->pipe_fence, ctx->last_fence); in xa_fence_get()
392 screen->fence_reference(screen, &fence->pipe_fence, NULL); in xa_fence_wait()
406 screen->fence_reference(screen, &fence->pipe_fence, NULL); in xa_fence_destroy()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c353 screen->fence_reference(screen, &t->ring[i].fence, NULL); in util_throttle_deinit()
413 screen->fence_reference(screen, fence, NULL); in util_throttle_memory_usage()
425 screen->fence_reference(screen, fence, NULL); in util_throttle_memory_usage()
453 screen->fence_reference(screen, fence, NULL); in util_throttle_memory_usage()
H A Du_tests.c609 screen->fence_reference(screen, &buf_fence, NULL); in test_sync_file_fences()
610 screen->fence_reference(screen, &tex_fence, NULL); in test_sync_file_fences()
611 screen->fence_reference(screen, &re_buf_fence, NULL); in test_sync_file_fences()
612 screen->fence_reference(screen, &re_tex_fence, NULL); in test_sync_file_fences()
613 screen->fence_reference(screen, &merged_fence, NULL); in test_sync_file_fences()
614 screen->fence_reference(screen, &final_fence, NULL); in test_sync_file_fences()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fence.c57 screen->fence_reference = softpipe_fence_reference; in softpipe_init_screen_fence_funcs()
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.h76 void (*fence_reference)( struct pb_fence_ops *ops, member
H A Dpb_buffer_fenced.c302 ops->fence_reference(ops, &fenced_buf->fence, NULL); in fenced_buffer_remove_locked()
349 ops->fence_reference(ops, &fence, fenced_buf->fence); in fenced_buffer_finish_locked()
365 ops->fence_reference(ops, &fence, NULL); in fenced_buffer_finish_locked()
833 ops->fence_reference(ops, &fenced_buf->fence, fence); in fenced_buffer_fence()
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
H A Dd3d12_wgl_framebuffer.cpp78 ctx->screen->fence_reference(ctx->screen, &fence, NULL); in d3d12_wgl_framebuffer_destroy()
137 ctx->screen->fence_reference(ctx->screen, &fence, NULL); in d3d12_wgl_framebuffer_resize()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Devent.cpp143 screen->fence_reference(screen, &_fence, NULL); in ~hard_event()
211 screen->fence_reference(screen, &_fence, fence); in fence()
H A Dqueue.cpp113 screen->fence_reference(screen, &fence, NULL); in flush_unlocked()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dpb_buffer_simple_fenced.c265 ops->fence_reference(ops, &fenced_buf->fence, NULL); in fenced_buffer_remove_locked()
312 ops->fence_reference(ops, &fence, fenced_buf->fence); in fenced_buffer_finish_locked()
329 ops->fence_reference(ops, &fence, NULL); in fenced_buffer_finish_locked()
668 ops->fence_reference(ops, &fenced_buf->fence, fence); in fenced_buffer_fence()
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_fence.c84 idws->base.fence_reference = i915_drm_fence_reference; in i915_drm_winsys_init_fence_functions()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.c478 screen->fence_reference(screen, &fence, This->swap_fences[This->tail]); in swap_fences_pop_front()
479 screen->fence_reference(screen, &This->swap_fences[This->tail++], NULL); in swap_fences_pop_front()
503 screen->fence_reference(screen, &fence, This->swap_fences[This->tail]); in swap_fences_see_front()
528 screen->fence_reference(screen, &This->swap_fences[This->head++], in swap_fences_push_back()
545 screen->fence_reference(screen, &This->swap_fences[This->tail++], NULL); in swap_fences_unref()
691 work->screen->fence_reference(work->screen, &(work->fence_to_wait), NULL); in work_present()
705 This->screen->fence_reference(This->screen, &work->fence_to_wait, fence); in pend_present()
903 This->screen->fence_reference(This->screen, &fence, NULL); in present()
915 This->screen->fence_reference(This->screen, &fence, NULL); in present()
925 This->screen->fence_reference(Thi in present()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.c483 svgascreen->sws->fence_reference(svgascreen->sws, pfence, fence); in svga_context_flush()
485 svgascreen->sws->fence_reference(svgascreen->sws, &fence, NULL); in svga_context_flush()
504 screen->fence_reference(screen, &fence, NULL); in svga_context_finish()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_fence.c146 screen->base.fence_reference = v3d_fence_reference; in v3d_fence_init()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_flush.c95 pipe->screen->fence_reference(pipe->screen, &fence, NULL); in llvmpipe_finish()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_winsys.h213 void (*fence_reference)(struct i915_winsys *iws, member
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_fence.c118 screen->base.fence_reference = lima_fence_reference; in lima_fence_screen_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c125 pscreen->fence_reference = etna_screen_fence_reference; in etna_fence_screen_init()

Completed in 16 milliseconds

1234