Searched refs:get_device_reset_status (Results 1 – 16 of 16) sorted by relevance
167 status = st->pipe->get_device_reset_status(st->pipe); in st_get_graphics_reset_status()
195 llvmpipe->pipe.get_device_reset_status = llvmpipe_get_device_reset_status; in llvmpipe_create_context()
314 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()611 rctx->b.get_device_reset_status = r600_get_reset_status; in r600_common_context_init()
925 enum pipe_reset_status (*get_device_reset_status)(struct pipe_context *ctx); member
722 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()
434 pctx->get_device_reset_status = fd_get_device_reset_status; in fd_context_init()
416 pipe->get_device_reset_status = nvc0_get_device_reset_status; in nvc0_create()
1105 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()
115 if (ctx->b.get_device_reset_status(&ctx->b) != PIPE_NO_RESET) in si_flush_gfx_cs()
562 sctx->b.get_device_reset_status = si_get_reset_status; in si_create_context()
1885 TC_FUNC_SYNC_RET0(enum pipe_reset_status, get_device_reset_status) in TC_FUNC_SYNC_RET0() argument2876 CTX_INIT(get_device_reset_status); in threaded_context_create()
1203 ctx->base.get_device_reset_status = zink_get_device_reset_status; in zink_context_create()
880 ``get_device_reset_status`` will return PIPE_NO_RESET.882 * ``get_device_reset_status`` queries whether a device reset has happened
282 Whether pipe_context::get_device_reset_status is implemented.
2464 - radeonsi: call the reset callback if get_device_reset_status returns