Home
last modified time | relevance | path

Searched refs:addDependent (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkTimelineSemaphore.cpp119 void TimelineSemaphore::addDependent(TimelineSemaphore &other, uint64_t waitValue) in addDependent() function in vk::TimelineSemaphore
121 shared->addDependent(other); in addDependent()
125 void TimelineSemaphore::Shared::addDependent(TimelineSemaphore &other) in addDependent() function in vk::TimelineSemaphore::Shared
H A DVkTimelineSemaphore.hpp75 void addDependent(TimelineSemaphore &other, uint64_t waitValue);
118 void addDependent(TimelineSemaphore &other);
H A DVkDevice.cpp307 semaphore->addDependent(any, waitValue); in waitForSemaphores()
/third_party/skia/src/gpu/
H A DGrRenderTask.cpp110 dependedOn->addDependent(this); in addDependency()
256 void GrRenderTask::addDependent(GrRenderTask* dependent) { in addDependent() function in GrRenderTask
H A DGrRenderTask.h222 void addDependent(GrRenderTask* dependent);
/third_party/skia/tests/
H A DIncrTopoSortTest.cpp70 dependedOn->addDependent(this); in addDependency()
72 void addDependent(Node* dependent) { in addDependent() function in Node

Completed in 5 milliseconds