Searched refs:get_device_reset_status (Results 1 – 18 of 18) sorted by relevance
165 status = st->pipe->get_device_reset_status(st->pipe); in st_get_graphics_reset_status()
210 llvmpipe->pipe.get_device_reset_status = llvmpipe_get_device_reset_status; in llvmpipe_create_context()
269 ctx->get_device_reset_status = crocus_get_device_reset_status; in crocus_create_context()
317 ctx->get_device_reset_status = iris_get_device_reset_status; in iris_create_context()
524 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()
1036 enum pipe_reset_status (*get_device_reset_status)(struct pipe_context *ctx); member
488 ctx->get_device_reset_status = noop_get_device_reset_status; in noop_init_state_functions()
747 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()
630 pctx->get_device_reset_status = fd_get_device_reset_status; in fd_context_init()
1134 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()
465 pipe->get_device_reset_status = nvc0_get_device_reset_status; in nvc0_create()
892 ``get_device_reset_status`` will return PIPE_NO_RESET.894 * ``get_device_reset_status`` queries whether a device reset has happened
288 Whether pipe_context::get_device_reset_status is implemented.
568 sctx->b.get_device_reset_status = si_get_reset_status; in si_create_context()
2619 return pipe->get_device_reset_status(pipe); in tc_get_device_reset_status()4388 CTX_INIT(get_device_reset_status); in threaded_context_create()
4067 ctx->base.get_device_reset_status = zink_get_device_reset_status; in zink_context_create()
3705 - freedreno: Disable TC syncs for get_device_reset_status()3706 - zink: Disable TC syncs for get_device_reset_status()
2464 - radeonsi: call the reset callback if get_device_reset_status returns