Home
last modified time | relevance | path

Searched defs:lastCompletedSerial (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DResourceVk.h95 ANGLE_INLINE bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands()
101 ANGLE_INLINE bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse()
172 bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands()
178 bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse()
220 bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands()
226 bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse()
230 bool isCurrentlyInUseForWrite(Serial lastCompletedSerial) const in isCurrentlyInUseForWrite()
DQueryVk.cpp476 Serial lastCompletedSerial = contextVk->getLastCompletedQueueSerial(); in finishRunningCommands() local
DContextVk.cpp2546 Serial lastCompletedSerial = getLastCompletedQueueSerial(); in checkCompletedGpuEvents() local
Dvk_helpers.cpp2759 Serial lastCompletedSerial = contextVk->getLastCompletedQueueSerial(); in allocateNewPool() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandAllocatorManager.cpp62 MaybeError CommandAllocatorManager::Tick(ExecutionSerial lastCompletedSerial) { in Tick()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandAllocatorManager.cpp60 void CommandAllocatorManager::Tick(uint64_t lastCompletedSerial) { in Tick()
DResourceAllocator.cpp73 void ResourceAllocator::Tick(uint64_t lastCompletedSerial) { in Tick()
DDescriptorHeapAllocator.cpp125 void DescriptorHeapAllocator::Tick(uint64_t lastCompletedSerial) { in Tick()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRingBufferAllocator.cpp34 void RingBufferAllocator::Deallocate(ExecutionSerial lastCompletedSerial) { in Deallocate()
DDynamicUploader.cpp98 void DynamicUploader::Deallocate(ExecutionSerial lastCompletedSerial) { in Deallocate()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRingBuffer.cpp62 void RingBuffer::Tick(Serial lastCompletedSerial) { in Tick()
DDynamicUploader.cpp73 void DynamicUploader::Tick(Serial lastCompletedSerial) { in Tick()