Searched refs:mLastCompletedSerials (Results 1 – 2 of 2) sorted by relevance
373 return use <= mLastCompletedSerials; in hasResourceUseFinished()377 return queueSerial <= mLastCompletedSerials; in hasQueueSerialFinished()529 AtomicQueueSerialFixedArray mLastCompletedSerials; variable
1068 mLastCompletedSerials.fill(Serial::Infinite()); in destroy()1098 mLastCompletedSerials.fill(kZeroSerial); in init()1143 mLastCompletedSerials.setQueueSerial(batch.queueSerial); in handleDeviceLost()1289 if (mLastSubmittedSerials[i] > mLastCompletedSerials[i]) in isBusy()1592 mLastCompletedSerials.setQueueSerial(batch.queueSerial); in checkOneCommandBatch()1632 mLastCompletedSerials.setQueueSerial(batch.queueSerial); in finishOneCommandBatchAndCleanupImpl()1655 ASSERT(batch.queueSerial <= mLastCompletedSerials); in retireFinishedCommandsLocked()