Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DStagingDescriptorAllocatorD3D12.cpp143 void StagingDescriptorAllocator::Tick(ExecutionSerial completedSerial) { in Tick()
DShaderVisibleDescriptorAllocatorD3D12.cpp134 void ShaderVisibleDescriptorAllocator::Tick(ExecutionSerial completedSerial) { in Tick()
DResourceAllocatorManagerD3D12.cpp222 void ResourceAllocatorManager::Tick(ExecutionSerial completedSerial) { in Tick()
DDeviceD3D12.cpp316 ExecutionSerial completedSerial = GetCompletedCommandSerial(); in TickImpl() local
356 ExecutionSerial completedSerial = ExecutionSerial(mFence->GetCompletedValue()); in CheckAndUpdateCompletedSerials() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.cpp125 void DescriptorSetAllocator::FinishDeallocation(ExecutionSerial completedSerial) { in FinishDeallocation()
DFencedDeleter.cpp102 void FencedDeleter::Tick(ExecutionSerial completedSerial) { in Tick()
DResourceMemoryAllocatorVk.cpp218 void ResourceMemoryAllocator::Tick(ExecutionSerial completedSerial) { in Tick()
DDeviceVk.cpp180 ExecutionSerial completedSerial = GetCompletedCommandSerial(); in TickImpl() local
971 ExecutionSerial completedSerial = GetCompletedCommandSerial(); in DestroyImpl() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DFencedDeleter.cpp97 void FencedDeleter::Tick(Serial completedSerial) { in Tick()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DResourceVk.cpp146 bool SharedGarbage::destroyIfComplete(RendererVk *renderer, Serial completedSerial) in destroyIfComplete()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp518 bool GarbageObject::destroyIfComplete(VkDevice device, Serial completedSerial) in destroyIfComplete()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp647 ExecutionSerial completedSerial; in CheckPassedSerials() local