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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.c773 replace_hw_ctx(struct crocus_batch *batch) function in typeref:typename:bool
819 replace_hw_ctx(batch);
1009 if (ret == -EIO && replace_hw_ctx(batch)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.c592 replace_hw_ctx(struct iris_batch *batch) function in typeref:typename:bool
638 replace_hw_ctx(batch);
954 if ((ret == -EIO || ret == -ENOMEM) && replace_hw_ctx(batch)) {

Completed in 4 milliseconds