Home
last modified time | relevance | path

Searched refs:PIPE_TIMEOUT_INFINITE (Results 1 – 25 of 62) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_fence.cpp54 …DWORD timeout_ms = (timeout_ns == PIPE_TIMEOUT_INFINITE || timeout_ns > MaxTimeoutInNs) ? INFINITE… in wait_event()
79 …int timeout_ms = (timeout_ns == PIPE_TIMEOUT_INFINITE || timeout_ns > MaxTimeoutInNs) ? -1 : timeo… in wait_event()
Dd3d12_batch.cpp148 d3d12_reset_batch(ctx, batch, PIPE_TIMEOUT_INFINITE); in d3d12_destroy_batch()
166 d3d12_reset_batch(ctx, batch, PIPE_TIMEOUT_INFINITE); in d3d12_start_batch()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_fence.c53 if (timeout == PIPE_TIMEOUT_INFINITE) { in fence_flush()
260 fence_flush(&fence->ctx->tc->base, fence, PIPE_TIMEOUT_INFINITE); in fd_fence_get_fd()
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_framebuffer.cpp77 ctx->screen->fence_finish(ctx->screen, ctx, fence, PIPE_TIMEOUT_INFINITE); in d3d12_wgl_framebuffer_destroy()
136 ctx->screen->fence_finish(ctx->screen, ctx, fence, PIPE_TIMEOUT_INFINITE); in d3d12_wgl_framebuffer_resize()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c340 ctx->screen->fence_finish(ctx->screen, NULL, fence, PIPE_TIMEOUT_INFINITE); in util_wait_for_idle()
424 screen->fence_finish(screen, pipe, *fence, PIPE_TIMEOUT_INFINITE); in util_throttle_memory_usage()
452 screen->fence_finish(screen, pipe, *fence, PIPE_TIMEOUT_INFINITE); in util_throttle_memory_usage()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c309 if (timeout == PIPE_TIMEOUT_INFINITE) { in si_fence_finish()
316 if (timeout && timeout != PIPE_TIMEOUT_INFINITE) { in si_fence_finish()
364 if (timeout && timeout != PIPE_TIMEOUT_INFINITE) { in si_fence_finish()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_fence.c107 if (*timeout_ns == PIPE_TIMEOUT_INFINITE) { in tc_fence_finish()
113 if (*timeout_ns && *timeout_ns != PIPE_TIMEOUT_INFINITE) { in tc_fence_finish()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_flush.c94 PIPE_TIMEOUT_INFINITE); in llvmpipe_finish()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_flush.c76 PIPE_TIMEOUT_INFINITE); in st_finish()
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_priv.h115 if (ns == PIPE_TIMEOUT_INFINITE) in get_abs_timeout()
Dmsm_bo.c76 get_abs_timeout(&req.timeout, PIPE_TIMEOUT_INFINITE); in msm_bo_cpu_prep()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_flush.c157 PIPE_TIMEOUT_INFINITE); in softpipe_flush_resource()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_util.c48 if (*timeout == PIPE_TIMEOUT_INFINITE) in lima_get_absolute_timeout()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_job.c508 PIPE_TIMEOUT_INFINITE, in vc4_job_submit()
516 PIPE_TIMEOUT_INFINITE, "sync")) { in vc4_job_submit()
Dvc4_query.c265 wait ? PIPE_TIMEOUT_INFINITE : 0, "perfmon")) in vc4_get_query_result()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_query.c152 r300->rws->buffer_wait(r300->rws, q->buf, PIPE_TIMEOUT_INFINITE, in r300_get_query_result()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c479 PIPE_TIMEOUT_INFINITE); in svga_context_flush()
503 screen->fence_finish(screen, NULL, fence, PIPE_TIMEOUT_INFINITE); in svga_context_finish()
Dsvga_pipe_query.c177 sws->fence_finish(sws, sq->fence, PIPE_TIMEOUT_INFINITE, in get_query_result_vgpu9()
610 sws->fence_finish(sws, sq->fence, PIPE_TIMEOUT_INFINITE, in get_query_result_vgpu10()
1260 sws->fence_finish(sws, sq->fence, PIPE_TIMEOUT_INFINITE, in svga_render_condition()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_query_perfcnt.c287 wait ? PIPE_TIMEOUT_INFINITE : 0)) in v3d_get_query_result_perfcnt()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Devent.cpp183 !screen->fence_finish(screen, NULL, _fence, PIPE_TIMEOUT_INFINITE)) in wait()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddrisw.c268 fence, PIPE_TIMEOUT_INFINITE); in drisw_swap_buffers()
296 fence, PIPE_TIMEOUT_INFINITE); in drisw_copy_sub_buffer()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_pipe.c134 if ((timeout != PIPE_TIMEOUT_INFINITE) && in virtio_pipe_wait()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c149 if (abs_timeout == PIPE_TIMEOUT_INFINITE) { in radeon_bo_wait()
553 radeon_bo_wait(rws, (struct pb_buffer*)bo, PIPE_TIMEOUT_INFINITE, in radeon_bo_map()
568 radeon_bo_wait(rws, (struct pb_buffer*)bo, PIPE_TIMEOUT_INFINITE, in radeon_bo_map()
943 os_wait_until_zero(&bo->num_active_ioctls, PIPE_TIMEOUT_INFINITE); in radeon_bo_set_metadata()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_fence.c450 return vmw_fence_finish(vws, fence, PIPE_TIMEOUT_INFINITE, flag); in vmw_fence_ops_fence_finish()
/third_party/mesa3d/docs/relnotes/
D21.2.3.rst104 - freedreno: Handle timeout == PIPE_TIMEOUT_INFINITE and rollover

123