Home
last modified time | relevance | path

Searched refs:batch_reset (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_context.c121 enum pipe_reset_status batch_reset = in iris_get_device_reset_status() local
124 if (batch_reset == PIPE_NO_RESET) in iris_get_device_reset_status()
128 worst_reset = batch_reset; in iris_get_device_reset_status()
131 worst_reset = MIN2(worst_reset, batch_reset); in iris_get_device_reset_status()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c254 batch_reset(struct fd_batch *batch) in batch_reset() function
269 batch_reset(batch); in fd_batch_reset()