Searched refs:fSemaphoresToWaitOn (Results 1 – 4 of 4) sorted by relevance
235 for (int i = 0; i < fSemaphoresToWaitOn.count(); ++i) { in destroyResources()236 fSemaphoresToWaitOn[i]->unref(this); in destroyResources()238 fSemaphoresToWaitOn.reset(); in destroyResources()276 for (int i = 0; i < fSemaphoresToWaitOn.count(); ++i) { in disconnect()277 fSemaphoresToWaitOn[i]->unrefAndAbandon(); in disconnect()289 fSemaphoresToWaitOn.reset(); in disconnect()323 fCurrentCmdBuffer->submitToQueue(this, fQueue, sync, fSemaphoresToSignal, fSemaphoresToWaitOn); in submitCommandBuffer()328 for (int i = 0; i < fSemaphoresToWaitOn.count(); ++i) { in submitCommandBuffer()329 fSemaphoresToWaitOn[i]->unref(this); in submitCommandBuffer()331 fSemaphoresToWaitOn.reset(); in submitCommandBuffer()[all …]
281 SkSTArray<1, GrVkSemaphore::Resource*> fSemaphoresToWaitOn; variable
254 for (int i = 0; i < fSemaphoresToWaitOn.count(); ++i) { in destroyResources()255 fSemaphoresToWaitOn[i]->unref(); in destroyResources()257 fSemaphoresToWaitOn.reset(); in destroyResources()287 fSemaphoresToWaitOn.reset(); in disconnect()386 !fSemaphoresToSignal.count() && !fSemaphoresToWaitOn.count()) { in submitCommandBuffer()401 fSemaphoresToWaitOn); in submitCommandBuffer()414 for (int i = 0; i < fSemaphoresToWaitOn.count(); ++i) { in submitCommandBuffer()415 fSemaphoresToWaitOn[i]->unref(); in submitCommandBuffer()417 fSemaphoresToWaitOn.reset(); in submitCommandBuffer()2571 fSemaphoresToWaitOn.push_back(resource); in waitSemaphore()
374 SkSTArray<1, GrVkSemaphore::Resource*> fSemaphoresToWaitOn; variable