Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
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/iris/
Diris_context.c102 enum pipe_reset_status batch_reset = in iris_get_device_reset_status() local
105 if (batch_reset == PIPE_NO_RESET) in iris_get_device_reset_status()
109 worst_reset = batch_reset; in iris_get_device_reset_status()
112 worst_reset = MIN2(worst_reset, batch_reset); in iris_get_device_reset_status()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c273 batch_reset(struct fd_batch *batch) assert_dt in batch_reset() function
291 batch_reset(batch); in fd_batch_reset()