Home
last modified time | relevance | path

Searched refs:set_device_reset_callback (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_flush.c177 if (st->pipe->set_device_reset_callback) { in st_install_device_reset_callback()
181 st->pipe->set_device_reset_callback(st->pipe, &cb); in st_install_device_reset_callback()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c268 ctx->set_device_reset_callback = crocus_set_device_reset_callback; in crocus_create_context()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c316 ctx->set_device_reset_callback = iris_set_device_reset_callback; in iris_create_context()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h1042 void (*set_device_reset_callback)(struct pipe_context *ctx, member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c756 pipe->set_device_reset_callback(pipe, cb); in dd_context_set_device_reset_callback()
940 CTX_INIT(set_device_reset_callback); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1143 context->gpu->set_device_reset_callback(context->gpu, cb); in tegra_set_device_reset_callback()
1399 context->base.set_device_reset_callback = tegra_set_device_reset_callback; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c614 rctx->b.set_device_reset_callback = r600_set_device_reset_callback; in r600_common_context_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c569 sctx->b.set_device_reset_callback = si_set_device_reset_callback; in si_create_context()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2630 pipe->set_device_reset_callback(pipe, cb); in tc_set_device_reset_callback()
4389 CTX_INIT(set_device_reset_callback); in threaded_context_create()
/third_party/mesa3d/docs/gallium/
Dcontext.rst896 * ``set_device_reset_callback`` sets a callback which will be called when
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4068 ctx->base.set_device_reset_callback = zink_set_device_reset_callback; in zink_context_create()