Home
last modified time | relevance | path

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

/external/angle/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()
DResourceVk.cpp57 ASSERT(!isCurrentlyInUse(contextVk->getLastCompletedQueueSerial())); in waitForIdle()
85 if (mLifetime.isCurrentlyInUse(completedSerial)) in destroyIfComplete()
DQueryVk.cpp453 bool QueryVk::isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() function in rx::QueryVk
457 if (mQueryHelper.get().isCurrentlyInUse(lastCompletedSerial)) in isCurrentlyInUse()
464 if (query.get().isCurrentlyInUse(lastCompletedSerial)) in isCurrentlyInUse()
535 if (isCurrentlyInUse(contextVk->getLastCompletedQueueSerial())) in getResult()
DQueryVk.h53 bool isCurrentlyInUse(Serial lastCompletedSerial) const;
DCommandGraph.h368 ANGLE_INLINE bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() function
450 bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() function
452 return mUse.isCurrentlyInUse(lastCompletedSerial); in isCurrentlyInUse()
DBufferVk.cpp600 mBuffer->isCurrentlyInUse(contextVk->getLastCompletedQueueSerial()) && in mapRangeImpl()
867 if (mBuffer->isCurrentlyInUse(contextVk->getLastCompletedQueueSerial())) in setDataImpl()
DSyncVk.cpp379 *signaled = !isCurrentlyInUse(context->getRenderer()->getLastCompletedQueueSerial()); in getStatus()
DCommandGraph.cpp925 if (mLifetime.isCurrentlyInUse(completedSerial)) in destroyIfComplete()
Dvk_helpers.cpp2107 mBufferFreeList.front()->isCurrentlyInUse(contextVk->getLastCompletedQueueSerial())) in allocateWithAlignment()
2387 ASSERT(!isCurrentlyInUse(contextVk->getLastCompletedQueueSerial())); in init()
2538 !mDescriptorPools[poolIndex]->get().isCurrentlyInUse(lastCompletedSerial)) in allocateNewPool()
DContextVk.cpp968 !bufferHelper.isCurrentlyInUse(getLastCompletedQueueSerial())) in setupIndexedDraw()