Home
last modified time | relevance | path

Searched refs:PIPE_NO_RESET (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_flush.c123 case PIPE_NO_RESET: in gl_reset_status_from_pipe_reset_status()
143 assert(status != PIPE_NO_RESET); in st_device_reset_callback()
161 if (st->reset_status != PIPE_NO_RESET) { in st_get_graphics_reset_status()
163 st->reset_status = PIPE_NO_RESET; in st_get_graphics_reset_status()
166 if (status != PIPE_NO_RESET) in st_get_graphics_reset_status()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c107 enum pipe_reset_status worst_reset = PIPE_NO_RESET; in crocus_get_device_reset_status()
119 if (batch_reset == PIPE_NO_RESET) in crocus_get_device_reset_status()
122 if (worst_reset == PIPE_NO_RESET) { in crocus_get_device_reset_status()
130 if (worst_reset != PIPE_NO_RESET && ice->reset.reset) in crocus_get_device_reset_status()
Dcrocus_batch.c786 enum pipe_reset_status status = PIPE_NO_RESET; in crocus_batch_check_for_reset()
805 if (status != PIPE_NO_RESET) { in crocus_batch_check_for_reset()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c93 enum pipe_reset_status worst_reset = PIPE_NO_RESET; in iris_get_device_reset_status()
105 if (batch_reset == PIPE_NO_RESET) in iris_get_device_reset_status()
108 if (worst_reset == PIPE_NO_RESET) { in iris_get_device_reset_status()
116 if (worst_reset != PIPE_NO_RESET && ice->reset.reset) in iris_get_device_reset_status()
Diris_batch.c614 enum pipe_reset_status status = PIPE_NO_RESET; in iris_batch_check_for_reset()
633 if (status != PIPE_NO_RESET) { in iris_batch_check_for_reset()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c173 return PIPE_NO_RESET; in llvmpipe_get_device_reset_status()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c358 return PIPE_NO_RESET; in si_get_reset_status()
363 if (status != PIPE_NO_RESET && needs_reset && !(sctx->context_flags & SI_CONTEXT_FLAG_AUX)) { in si_get_reset_status()
787 if (status != PIPE_NO_RESET) { in si_create_context()
802 if (status != PIPE_NO_RESET && sscreen->async_compute_context) { in si_create_context()
Dsi_gfx_cs.c86 if (status != PIPE_NO_RESET) in si_flush_gfx_cs()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c355 return PIPE_NO_RESET; in amdgpu_ctx_query_reset_status()
361 return PIPE_NO_RESET; in amdgpu_ctx_query_reset_status()
378 return PIPE_NO_RESET; in amdgpu_ctx_query_reset_status()
402 return PIPE_NO_RESET; in amdgpu_ctx_query_reset_status()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c375 return PIPE_NO_RESET; in noop_get_device_reset_status()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h683 PIPE_NO_RESET, enumerator
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c438 status = PIPE_NO_RESET; in fd_get_device_reset_status()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c187 return PIPE_NO_RESET; in nvc0_get_device_reset_status()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c100 return PIPE_NO_RESET; in radeon_drm_ctx_query_reset_status()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c528 if (status == PIPE_NO_RESET) in r600_check_device_reset()
/third_party/mesa3d/docs/gallium/
Dcontext.rst892 ``get_device_reset_status`` will return PIPE_NO_RESET.
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c181 enum pipe_reset_status status = PIPE_NO_RESET; in zink_get_device_reset_status()