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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_job.h83 int first_bo, last_bo; member in struct:panfrost_batch
H A Dpan_job.c76 batch->first_bo = INT32_MAX;
117 for (int i = batch->first_bo; i <= batch->last_bo; i++) {
291 batch->first_bo = MIN2(batch->first_bo, bo->gem_handle);
593 for (int i = batch->first_bo; i <= batch->last_bo; i++) {

Completed in 3 milliseconds