Home
last modified time | relevance | path

Searched refs:isCurrentlyInUse (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DResourceVk.h101 ANGLE_INLINE bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() function
178 bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() function
180 return mUse.isCurrentlyInUse(lastCompletedSerial); in isCurrentlyInUse()
226 bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() function
228 return mReadOnlyUse.isCurrentlyInUse(lastCompletedSerial); in isCurrentlyInUse()
232 return mReadWriteUse.isCurrentlyInUse(lastCompletedSerial); in isCurrentlyInUseForWrite()
DQueryVk.cpp454 bool QueryVk::isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() function in rx::QueryVk
458 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()
DResourceVk.cpp47 ASSERT(!resource->isCurrentlyInUse(contextVk->getLastCompletedQueueSerial())); in WaitForIdle()
148 if (mLifetime.isCurrentlyInUse(completedSerial)) in destroyIfComplete()
DQueryVk.h54 bool isCurrentlyInUse(Serial lastCompletedSerial) const;
DBufferVk.cpp749 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::BufferVk
1213 mBuffer->isCurrentlyInUse(contextVk->getLastCompletedQueueSerial()); in isCurrentlyInUse()
DSyncVk.cpp159 *signaled = !isCurrentlyInUse(context->getRenderer()->getLastCompletedQueueSerial()); in getStatus()
336 *signaled = !isCurrentlyInUse(context->getRenderer()->getLastCompletedQueueSerial()); in getStatus()
DBufferVk.h119 bool isCurrentlyInUse(ContextVk *contextVk) const;
Dvk_helpers.cpp2331 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()
DContextVk.cpp1076 !bufferHelper.isCurrentlyInUse(getLastCompletedQueueSerial())) in setupIndexedDraw()