Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_flush.c179 if (st->pipe->set_device_reset_callback) { in st_install_device_reset_callback()
183 st->pipe->set_device_reset_callback(st->pipe, &cb); in st_install_device_reset_callback()
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.c313 ctx->set_device_reset_callback = iris_set_device_reset_callback; in iris_create_context()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h931 void (*set_device_reset_callback)(struct pipe_context *ctx, member
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c731 pipe->set_device_reset_callback(pipe, cb); in dd_context_set_device_reset_callback()
914 CTX_INIT(set_device_reset_callback); in dd_context_create()
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1114 context->gpu->set_device_reset_callback(context->gpu, cb); in tegra_set_device_reset_callback()
1368 context->base.set_device_reset_callback = tegra_set_device_reset_callback; in tegra_screen_context_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c612 rctx->b.set_device_reset_callback = r600_set_device_reset_callback; in r600_common_context_init()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c1909 pipe->set_device_reset_callback(pipe, cb); in tc_set_device_reset_callback()
2877 CTX_INIT(set_device_reset_callback); in threaded_context_create()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c1204 ctx->base.set_device_reset_callback = zink_set_device_reset_callback; in zink_context_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c563 sctx->b.set_device_reset_callback = si_set_device_reset_callback; in si_create_context()
/external/mesa3d/docs/gallium/
Dcontext.rst884 * ``set_device_reset_callback`` sets a callback which will be called when