Searched refs:worst_reset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_context.c107 enum pipe_reset_status worst_reset = PIPE_NO_RESET; local in function:crocus_get_device_reset_status
122 if (worst_reset == PIPE_NO_RESET) {
123 worst_reset = batch_reset;
126 worst_reset = MIN2(worst_reset, batch_reset);
130 if (worst_reset != PIPE_NO_RESET && ice->reset.reset)
131 ice->reset.reset(ice->reset.data, worst_reset);
133 return worst_reset;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.c93 enum pipe_reset_status worst_reset = PIPE_NO_RESET; local in function:iris_get_device_reset_status
108 if (worst_reset == PIPE_NO_RESET) {
109 worst_reset = batch_reset;
112 worst_reset = MIN2(worst_reset, batch_reset);
116 if (worst_reset != PIPE_NO_RESET && ice->reset.reset)
117 ice->reset.reset(ice->reset.data, worst_reset);
119 return worst_reset;

Completed in 3 milliseconds