/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/ |
D | RingBufferTests.cpp | 85 GetDevice()->Tick(); in TEST_F() 101 GetDevice()->Tick(); in TEST_F() 116 buffer->Tick(1); in TEST_F() 121 buffer->Tick(2); in TEST_F() 138 GetDevice()->Tick(); in TEST_F() 152 buffer->Tick(3); in TEST_F() 177 buffer->Tick(5); in TEST_F() 198 buffer->Tick(maxNumOfFrames); in TEST_F()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | DeviceD3D12.cpp | 121 mResourceAllocator->Tick(mCompletedSerial); in ~Device() 208 mDynamicUploader->Tick(mCompletedSerial); in TickImpl() 210 mResourceAllocator->Tick(mCompletedSerial); in TickImpl() 211 mCommandAllocatorManager->Tick(mCompletedSerial); in TickImpl() 212 mDescriptorHeapAllocator->Tick(mCompletedSerial); in TickImpl() 213 mMapRequestTracker->Tick(mCompletedSerial); in TickImpl()
|
D | CommandAllocatorManager.cpp | 34 Tick(firstSerial); in ReserveCommandAllocator() 60 void CommandAllocatorManager::Tick(uint64_t lastCompletedSerial) { in Tick() function in dawn_native::d3d12::CommandAllocatorManager
|
D | ResourceAllocator.h | 34 void Tick(uint64_t lastCompletedSerial);
|
D | QueueD3D12.cpp | 28 device->Tick(); in SubmitImpl()
|
D | CommandAllocatorManager.h | 35 void Tick(uint64_t lastCompletedSerial);
|
/third_party/ninja/src/ |
D | graph_test.cc | 48 fs_.Tick(); in TEST_F() 68 fs_.Tick(); in TEST_F() 91 fs_.Tick(); in TEST_F() 134 fs_.Tick(); in TEST_F() 173 fs_.Tick(); in TEST_F() 257 fs_.Tick(); in TEST_F() 707 fs_.Tick(); in TEST_F() 735 fs_.Tick(); in TEST_F() 759 fs_.Tick(); in TEST_F() 786 fs_.Tick(); in TEST_F() [all …]
|
D | build_test.cc | 754 fs_.Tick(); in TEST_F() 812 fs_.Tick(); in TEST_F() 845 fs_.Tick(); in TEST_F() 999 fs_.Tick(); in TEST_F() 1014 fs_.Tick(); in TEST_F() 1071 fs_.Tick(); in TEST_F() 1319 fs_.Tick(); in TEST_F() 1333 fs_.Tick(); in TEST_F() 1363 fs_.Tick(); in TEST_F() 1390 fs_.Tick(); in TEST_F() [all …]
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | CommandAllocatorManager.cpp | 35 DAWN_TRY(Tick(firstSerial)); in ReserveCommandAllocator() 62 MaybeError CommandAllocatorManager::Tick(ExecutionSerial lastCompletedSerial) { in Tick() function in dawn_native::d3d12::CommandAllocatorManager
|
D | DeviceD3D12.cpp | 318 mResourceAllocatorManager->Tick(completedSerial); in TickImpl() 319 DAWN_TRY(mCommandAllocatorManager->Tick(completedSerial)); in TickImpl() 320 mViewShaderVisibleDescriptorAllocator->Tick(completedSerial); in TickImpl() 321 mSamplerShaderVisibleDescriptorAllocator->Tick(completedSerial); in TickImpl() 322 mRenderTargetViewAllocator->Tick(completedSerial); in TickImpl() 323 mDepthStencilViewAllocator->Tick(completedSerial); in TickImpl()
|
D | CommandAllocatorManager.h | 37 MaybeError Tick(ExecutionSerial lastCompletedSerial);
|
D | QueueD3D12.cpp | 35 DAWN_TRY(device->Tick()); in SubmitImpl()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.cpp | 103 Tick(); in ~Device() 123 mDeleter->Tick(mCompletedSerial); in ~Device() 206 mMapRequestTracker->Tick(mCompletedSerial); in TickImpl() 210 mDynamicUploader->Tick(mCompletedSerial); in TickImpl() 212 mMemoryAllocator->Tick(mCompletedSerial); in TickImpl() 214 mDeleter->Tick(mCompletedSerial); in TickImpl()
|
D | QueueVk.cpp | 31 device->Tick(); in SubmitImpl()
|
D | MemoryAllocator.h | 50 void Tick(Serial finishedSerial);
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | DynamicUploader.cpp | 73 void DynamicUploader::Tick(Serial lastCompletedSerial) { in Tick() function in dawn_native::DynamicUploader 77 mRingBuffers[i]->Tick(lastCompletedSerial); in Tick()
|
D | FenceSignalTracker.h | 38 void Tick(Serial finishedSerial);
|
D | FenceSignalTracker.cpp | 36 void FenceSignalTracker::Tick(Serial finishedSerial) { in Tick() function in dawn_native::FenceSignalTracker
|
D | DynamicUploader.h | 38 void Tick(Serial lastCompletedSerial);
|
D | RingBuffer.h | 43 void Tick(Serial lastCompletedSerial);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem_test.cc | 140 static void Tick(base_internal::ThreadIdentity *identity) { in Tick() function in absl::synchronization_internal::PerThreadSemTest 141 PerThreadSem::Tick(identity); in Tick()
|
/third_party/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem_test.cc | 140 static void Tick(base_internal::ThreadIdentity *identity) { in Tick() function in absl::synchronization_internal::PerThreadSemTest 141 PerThreadSem::Tick(identity); in Tick()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | AsyncRunner.cpp | 53 device_.Tick(); in QueueTick()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | ResourceMemoryAllocatorVk.h | 51 void Tick(ExecutionSerial completedSerial);
|
D | QueueVk.cpp | 44 DAWN_TRY(device->Tick()); in SubmitImpl()
|