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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_context.c116 enum pipe_reset_status batch_reset = local in function:crocus_get_device_reset_status
119 if (batch_reset == PIPE_NO_RESET)
123 worst_reset = batch_reset;
126 worst_reset = MIN2(worst_reset, batch_reset);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.c102 enum pipe_reset_status batch_reset = local in function:iris_get_device_reset_status
105 if (batch_reset == PIPE_NO_RESET)
109 worst_reset = batch_reset;
112 worst_reset = MIN2(worst_reset, batch_reset);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c232 batch_reset(struct fd_batch *batch) function in typeref:typename:void
249 batch_reset(batch);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c273 batch_reset(struct fd_batch *batch) assert_dt function in typeref:typename:void
291 batch_reset(batch);

Completed in 5 milliseconds