HomeSort by relevance Sort by last modified time
    Searched full:get_device_reset_status (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_flush.c 178 status = st->pipe->get_device_reset_status(st->pipe);
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 719 return pipe->get_device_reset_status(pipe);
846 CTX_INIT(get_device_reset_status);
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.c 532 if (!rctx->b.get_device_reset_status)
535 status = rctx->b.get_device_reset_status(&rctx->b);
591 rctx->b.get_device_reset_status = r600_get_reset_status;
    [all...]
  /external/mesa3d/src/gallium/docs/source/
context.rst 705 ``get_device_reset_status`` will return PIPE_NO_RESET.
707 * ``get_device_reset_status`` queries whether a device reset has happened
screen.rst 264 Whether pipe_context::get_device_reset_status is implemented.
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.c 170 sctx->b.b.get_device_reset_status = si_amdgpu_get_reset_status;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 711 enum pipe_reset_status (*get_device_reset_status)(struct pipe_context *ctx); member in struct:pipe_context

Completed in 350 milliseconds