Searched refs:addDependent (Results 1 – 6 of 6) sorted by relevance
119 void TimelineSemaphore::addDependent(TimelineSemaphore &other, uint64_t waitValue) in addDependent() function in vk::TimelineSemaphore121 shared->addDependent(other); in addDependent()125 void TimelineSemaphore::Shared::addDependent(TimelineSemaphore &other) in addDependent() function in vk::TimelineSemaphore::Shared
75 void addDependent(TimelineSemaphore &other, uint64_t waitValue);118 void addDependent(TimelineSemaphore &other);
288 semaphore->addDependent(any, waitValue); in waitForSemaphores()
111 dependedOn->addDependent(this); in addDependency()264 void GrRenderTask::addDependent(GrRenderTask* dependent) { in addDependent() function in GrRenderTask
226 void addDependent(GrRenderTask* dependent);
76 dependedOn->addDependent(this); in addDependency()78 void addDependent(Node* dependent) { in addDependent() function in Node