Home
last modified time | relevance | path

Searched refs:addDependent (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
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
DVkTimelineSemaphore.hpp75 void addDependent(TimelineSemaphore &other, uint64_t waitValue);
118 void addDependent(TimelineSemaphore &other);
DVkDevice.cpp307 semaphore->addDependent(any, waitValue); in waitForSemaphores()
/third_party/flutter/skia/src/gpu/
DGrRenderTask.cpp65 dependedOn->addDependent(this); in addDependency()
140 void GrRenderTask::addDependent(GrRenderTask* dependent) { in addDependent() function in GrRenderTask
DGrRenderTask.h112 void addDependent(GrRenderTask* dependent);
/third_party/skia/src/gpu/
DGrRenderTask.cpp110 dependedOn->addDependent(this); in addDependency()
256 void GrRenderTask::addDependent(GrRenderTask* dependent) { in addDependent() function in GrRenderTask
DGrRenderTask.h222 void addDependent(GrRenderTask* dependent);
/third_party/skia/tests/
DIncrTopoSortTest.cpp70 dependedOn->addDependent(this); in addDependency()
72 void addDependent(Node* dependent) { in addDependent() function in Node
/third_party/flutter/skia/tests/
DIncrTopoSortTest.cpp70 dependedOn->addDependent(this); in addDependency()
72 void addDependent(Node* dependent) { in addDependent() function in Node