Searched refs:isCurrentlyInUse (Results 1 – 9 of 9) sorted by relevance
101 ANGLE_INLINE bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() function178 bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() function180 return mUse.isCurrentlyInUse(lastCompletedSerial); in isCurrentlyInUse()226 bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() function228 return mReadOnlyUse.isCurrentlyInUse(lastCompletedSerial); in isCurrentlyInUse()232 return mReadWriteUse.isCurrentlyInUse(lastCompletedSerial); in isCurrentlyInUseForWrite()
454 bool QueryVk::isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() function in rx::QueryVk458 if (mQueryHelper.get().isCurrentlyInUse(lastCompletedSerial)) in isCurrentlyInUse()465 if (query.get().isCurrentlyInUse(lastCompletedSerial)) in isCurrentlyInUse()534 if (isCurrentlyInUse(contextVk->getLastCompletedQueueSerial())) in getResult()541 if (isCurrentlyInUse(contextVk->getLastCompletedQueueSerial())) in getResult()
47 ASSERT(!resource->isCurrentlyInUse(contextVk->getLastCompletedQueueSerial())); in WaitForIdle()148 if (mLifetime.isCurrentlyInUse(completedSerial)) in destroyIfComplete()
54 bool isCurrentlyInUse(Serial lastCompletedSerial) const;
749 if (mBuffer->isExternalBuffer() || !isCurrentlyInUse(contextVk)) in mapRangeImpl()1112 if (isCurrentlyInUse(contextVk)) in setDataImpl()1210 bool BufferVk::isCurrentlyInUse(ContextVk *contextVk) const in isCurrentlyInUse() function in rx::BufferVk1213 mBuffer->isCurrentlyInUse(contextVk->getLastCompletedQueueSerial()); in isCurrentlyInUse()
159 *signaled = !isCurrentlyInUse(context->getRenderer()->getLastCompletedQueueSerial()); in getStatus()336 *signaled = !isCurrentlyInUse(context->getRenderer()->getLastCompletedQueueSerial()); in getStatus()
119 bool isCurrentlyInUse(ContextVk *contextVk) const;
2331 mBufferFreeList.front()->isCurrentlyInUse(contextVk->getLastCompletedQueueSerial())) in allocateWithAlignment()2612 ASSERT(!isCurrentlyInUse(contextVk->getLastCompletedQueueSerial())); in init()2763 !mDescriptorPools[poolIndex]->get().isCurrentlyInUse(lastCompletedSerial)) in allocateNewPool()2849 if (pool.freedCount == mPoolSize && !pool.isCurrentlyInUse(lastCompletedQueueSerial)) in findFreeEntryPool()
1076 !bufferHelper.isCurrentlyInUse(getLastCompletedQueueSerial())) in setupIndexedDraw()