Home
last modified time | relevance | path

Searched refs:batch_reset (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.c106 enum pipe_reset_status batch_reset = in iris_get_device_reset_status() local
109 if (batch_reset == PIPE_NO_RESET) in iris_get_device_reset_status()
113 worst_reset = batch_reset; in iris_get_device_reset_status()
116 worst_reset = MIN2(worst_reset, batch_reset); in iris_get_device_reset_status()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.c116 enum pipe_reset_status batch_reset = in crocus_get_device_reset_status() local
119 if (batch_reset == PIPE_NO_RESET) in crocus_get_device_reset_status()
123 worst_reset = batch_reset; in crocus_get_device_reset_status()
126 worst_reset = MIN2(worst_reset, batch_reset); in crocus_get_device_reset_status()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c267 batch_reset(struct fd_batch *batch) assert_dt
285 batch_reset(batch); in fd_batch_reset()

Completed in 3 milliseconds