/third_party/ninja/src/ |
D | build_test.cc | 615 fs_->Tick(); in StartCommand() 626 fs_->Tick(); in StartCommand() 780 fs_.Tick(); in TEST_F() 838 fs_.Tick(); in TEST_F() 871 fs_.Tick(); in TEST_F() 1033 fs_.Tick(); in TEST_F() 1048 fs_.Tick(); in TEST_F() 1105 fs_.Tick(); in TEST_F() 1281 fs_.Tick(); in TestPhonyUseCase() 1310 fs_.Tick(); in TestPhonyUseCase() [all …]
|
D | graph_test.cc | 50 fs_.Tick(); in TEST_F() 70 fs_.Tick(); in TEST_F() 93 fs_.Tick(); in TEST_F() 136 fs_.Tick(); in TEST_F() 175 fs_.Tick(); in TEST_F() 292 fs_.Tick(); in TEST_F() 773 fs_.Tick(); in TEST_F() 801 fs_.Tick(); in TEST_F() 825 fs_.Tick(); in TEST_F() 852 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()
|
D | StagingDescriptorAllocatorD3D12.h | 55 void Tick(ExecutionSerial completedSerial);
|
D | ShaderVisibleDescriptorAllocatorD3D12.h | 62 void Tick(ExecutionSerial completedSerial);
|
D | ResourceAllocatorManagerD3D12.h | 70 void Tick(ExecutionSerial lastCompletedSerial);
|
D | StagingDescriptorAllocatorD3D12.cpp | 143 void StagingDescriptorAllocator::Tick(ExecutionSerial completedSerial) { in Tick() function in dawn_native::d3d12::StagingDescriptorAllocator
|
/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()
|
D | per_thread_sem.h | 49 static void Tick(base_internal::ThreadIdentity* identity);
|
D | per_thread_sem.cc | 54 void PerThreadSem::Tick(base_internal::ThreadIdentity *identity) { in Tick() function in absl::synchronization_internal::PerThreadSem
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | ValidationTest.cpp | 172 device.Tick(); in WaitForAllOperations() 178 device.Tick(); in WaitForAllOperations()
|
/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()
|
D | DeviceVk.cpp | 187 mResourceMemoryAllocator->Tick(completedSerial); in TickImpl() 188 mDeleter->Tick(completedSerial); in TickImpl() 979 mResourceMemoryAllocator->Tick(completedSerial); in DestroyImpl() 980 mDeleter->Tick(completedSerial); in DestroyImpl() 994 mDeleter->Tick(kMaxExecutionSerial); in DestroyImpl()
|
D | FencedDeleter.h | 47 void Tick(ExecutionSerial completedSerial);
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DeviceLostTests.cpp | 233 ASSERT_DEVICE_ERROR(device.Tick()); in TEST_P() 416 ASSERT_DEVICE_ERROR(device.Tick()); in TEST_P() 427 ASSERT_DEVICE_ERROR(device.Tick()); in TEST_P()
|
D | DeviceInitializationTests.cpp | 97 device.Tick(); in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/fuzzers/ |
D | DawnWireServerFuzzer.cpp | 134 device.Tick(); in Run()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Queue.h | 66 void Tick(ExecutionSerial finishedSerial);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | QueueMTL.mm | 35 DAWN_TRY(device->Tick());
|
/third_party/node/deps/v8/tools/ |
D | ll_prof.py | 135 def Tick(self, pc): member in Code 773 def Tick(self, pc): member in LibraryRepo 945 code.Tick(sample.ip) 954 if not library_repo.Tick(sample.ip) and not code:
|