Home
last modified time | relevance | path

Searched refs:get_device_reset_status (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_flush.c165 status = st->pipe->get_device_reset_status(st->pipe); in st_get_graphics_reset_status()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c210 llvmpipe->pipe.get_device_reset_status = llvmpipe_get_device_reset_status; in llvmpipe_create_context()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c269 ctx->get_device_reset_status = crocus_get_device_reset_status; in crocus_create_context()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c317 ctx->get_device_reset_status = iris_get_device_reset_status; in iris_create_context()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c524 if (!rctx->b.get_device_reset_status) in r600_check_device_reset()
527 status = rctx->b.get_device_reset_status(&rctx->b); in r600_check_device_reset()
613 rctx->b.get_device_reset_status = r600_get_reset_status; in r600_common_context_init()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h1036 enum pipe_reset_status (*get_device_reset_status)(struct pipe_context *ctx); member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c488 ctx->get_device_reset_status = noop_get_device_reset_status; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c747 return pipe->get_device_reset_status(pipe); in dd_context_get_device_reset_status()
939 CTX_INIT(get_device_reset_status); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c630 pctx->get_device_reset_status = fd_get_device_reset_status; in fd_context_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1134 return context->gpu->get_device_reset_status(context->gpu); in tegra_get_device_reset_status()
1398 context->base.get_device_reset_status = tegra_get_device_reset_status; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c465 pipe->get_device_reset_status = nvc0_get_device_reset_status; in nvc0_create()
/third_party/mesa3d/docs/gallium/
Dcontext.rst892 ``get_device_reset_status`` will return PIPE_NO_RESET.
894 * ``get_device_reset_status`` queries whether a device reset has happened
Dscreen.rst288 Whether pipe_context::get_device_reset_status is implemented.
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c568 sctx->b.get_device_reset_status = si_get_reset_status; in si_create_context()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2619 return pipe->get_device_reset_status(pipe); in tc_get_device_reset_status()
4388 CTX_INIT(get_device_reset_status); in threaded_context_create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4067 ctx->base.get_device_reset_status = zink_get_device_reset_status; in zink_context_create()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst3705 - freedreno: Disable TC syncs for get_device_reset_status()
3706 - zink: Disable TC syncs for get_device_reset_status()
D19.3.0.rst2464 - radeonsi: call the reset callback if get_device_reset_status returns