Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_flush.c167 status = st->pipe->get_device_reset_status(st->pipe); in st_get_graphics_reset_status()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c195 llvmpipe->pipe.get_device_reset_status = llvmpipe_get_device_reset_status; in llvmpipe_create_context()
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.c314 ctx->get_device_reset_status = iris_get_device_reset_status; in iris_create_context()
/external/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()
611 rctx->b.get_device_reset_status = r600_get_reset_status; in r600_common_context_init()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h925 enum pipe_reset_status (*get_device_reset_status)(struct pipe_context *ctx); member
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c722 return pipe->get_device_reset_status(pipe); in dd_context_get_device_reset_status()
913 CTX_INIT(get_device_reset_status); in dd_context_create()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c434 pctx->get_device_reset_status = fd_get_device_reset_status; in fd_context_init()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c416 pipe->get_device_reset_status = nvc0_get_device_reset_status; in nvc0_create()
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1105 return context->gpu->get_device_reset_status(context->gpu); in tegra_get_device_reset_status()
1367 context->base.get_device_reset_status = tegra_get_device_reset_status; in tegra_screen_context_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c115 if (ctx->b.get_device_reset_status(&ctx->b) != PIPE_NO_RESET) in si_flush_gfx_cs()
Dsi_pipe.c562 sctx->b.get_device_reset_status = si_get_reset_status; in si_create_context()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c1885 TC_FUNC_SYNC_RET0(enum pipe_reset_status, get_device_reset_status) in TC_FUNC_SYNC_RET0() argument
2876 CTX_INIT(get_device_reset_status); in threaded_context_create()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c1203 ctx->base.get_device_reset_status = zink_get_device_reset_status; in zink_context_create()
/external/mesa3d/docs/gallium/
Dcontext.rst880 ``get_device_reset_status`` will return PIPE_NO_RESET.
882 * ``get_device_reset_status`` queries whether a device reset has happened
Dscreen.rst282 Whether pipe_context::get_device_reset_status is implemented.
/external/mesa3d/docs/relnotes/
D19.3.0.rst2464 - radeonsi: call the reset callback if get_device_reset_status returns