| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | ShaderVisibleDescriptorAllocatorD3D12.cpp | 190 if (mPool.front().heapSerial <= mDevice->GetCompletedCommandSerial()) { in AllocateAndSwitchShaderVisibleHeap() 240 return (allocation.GetLastUsageSerial() > mDevice->GetCompletedCommandSerial() && in IsAllocationStillValid()
|
| D | DeviceD3D12.cpp | 316 ExecutionSerial completedSerial = GetCompletedCommandSerial(); in TickImpl() 346 if (GetCompletedCommandSerial() < serial) { in WaitForSerial() 366 if (completedSerial <= GetCompletedCommandSerial()) { in CheckAndUpdateCompletedSerials()
|
| D | ResidencyManagerD3D12.cpp | 170 if (lastSubmissionSerial > mDevice->GetCompletedCommandSerial()) { in RemoveSingleEntryFromLRU()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | DeviceVk.cpp | 180 ExecutionSerial completedSerial = GetCompletedCommandSerial(); in TickImpl() 561 ASSERT(fenceSerial > GetCompletedCommandSerial()); in CheckAndUpdateCompletedSerials() 631 for (auto& commands : mCommandsInFlight.IterateUpTo(GetCompletedCommandSerial())) { in RecycleCompletedCommands() 634 mCommandsInFlight.ClearUpTo(GetCompletedCommandSerial()); in RecycleCompletedCommands() 871 ASSERT(fenceSerial > GetCompletedCommandSerial()); in WaitForIdleForDestruction() 971 ExecutionSerial completedSerial = GetCompletedCommandSerial(); in DestroyImpl()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/ |
| D | DeviceMTL.mm | 59 while (GetCompletedCommandSerial() != mLastSubmittedSerial) { 137 Serial Device::GetCompletedCommandSerial() const { 151 Serial completedSerial = GetCompletedCommandSerial();
|
| D | DeviceMTL.h | 43 Serial GetCompletedCommandSerial() const final override;
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | DeviceGL.h | 50 Serial GetCompletedCommandSerial() const final override;
|
| D | DeviceGL.cpp | 113 Serial Device::GetCompletedCommandSerial() const { in GetCompletedCommandSerial() function in dawn_native::opengl::Device
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | DeviceD3D12.h | 48 Serial GetCompletedCommandSerial() const final override;
|
| D | DeviceD3D12.cpp | 190 Serial Device::GetCompletedCommandSerial() const { in GetCompletedCommandSerial() function in dawn_native::d3d12::Device
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | DeviceVk.h | 70 Serial GetCompletedCommandSerial() const final override;
|
| D | DeviceVk.cpp | 190 Serial Device::GetCompletedCommandSerial() const { in GetCompletedCommandSerial() function in dawn_native::vulkan::Device
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/ |
| D | DeviceNull.h | 91 Serial GetCompletedCommandSerial() const final override;
|
| D | DeviceNull.cpp | 181 Serial Device::GetCompletedCommandSerial() const { in GetCompletedCommandSerial() function in dawn_native::null::Device
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Device.h | 74 virtual Serial GetCompletedCommandSerial() const = 0;
|
| D | Device.cpp | 436 mFenceSignalTracker->Tick(GetCompletedCommandSerial()); in Tick()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | DeviceGL.cpp | 268 ASSERT(fenceSerial > GetCompletedCommandSerial()); in CheckAndUpdateCompletedSerials()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
| D | DeviceMTL.mm | 300 uint64_t frontendCompletedSerial{GetCompletedCommandSerial()}; 476 while (GetCompletedCommandSerial() != GetLastSubmittedCommandSerial()) {
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Device.h | 145 ExecutionSerial GetCompletedCommandSerial() const;
|
| D | Device.cpp | 375 mQueue->Tick(GetCompletedCommandSerial()); in Destroy() 597 ExecutionSerial DeviceBase::GetCompletedCommandSerial() const { in GetCompletedCommandSerial() function in dawn_native::DeviceBase
|