Home
last modified time | relevance | path

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

/external/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.cpp288 semaphore->addDependent(any, waitValue); in waitForSemaphores()
/external/skia/src/gpu/ganesh/
DGrRenderTask.cpp111 dependedOn->addDependent(this); in addDependency()
264 void GrRenderTask::addDependent(GrRenderTask* dependent) { in addDependent() function in GrRenderTask
DGrRenderTask.h226 void addDependent(GrRenderTask* dependent);
/external/skia/tests/
DIncrTopoSortTest.cpp76 dependedOn->addDependent(this); in addDependency()
78 void addDependent(Node* dependent) { in addDependent() function in Node