Searched refs:addDependent (Results 1 – 9 of 9) 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);
298 semaphore->addDependent(any, waitValue); in waitForSemaphores()
98 dependedOn->addDependent(this); in addDependency()140 void GrOpList::addDependent(GrOpList* dependent) { in addDependent() function in GrOpList
110 dependedOn->addDependent(this); in addDependency()254 void GrRenderTask::addDependent(GrRenderTask* dependent) { in addDependent() function in GrRenderTask
222 void addDependent(GrRenderTask* dependent);
116 void addDependent(GrOpList* dependent);
70 dependedOn->addDependent(this); in addDependency()72 void addDependent(Node* dependent) { in addDependent() function in Node