Searched refs:fSemaphoresToWaitOn (Results 1 – 4 of 4) sorted by relevance
262 for (int i = 0; i < fSemaphoresToWaitOn.count(); ++i) { in destroyResources()263 fSemaphoresToWaitOn[i]->unref(this); in destroyResources()265 fSemaphoresToWaitOn.reset(); in destroyResources()300 for (int i = 0; i < fSemaphoresToWaitOn.count(); ++i) { in disconnect()301 fSemaphoresToWaitOn[i]->unrefAndAbandon(); in disconnect()312 fSemaphoresToWaitOn.reset(); in disconnect()350 !fSemaphoresToSignal.count() && !fSemaphoresToWaitOn.count()) { in submitCommandBuffer()361 fCurrentCmdBuffer->submitToQueue(this, fQueue, sync, fSemaphoresToSignal, fSemaphoresToWaitOn); in submitCommandBuffer()371 for (int i = 0; i < fSemaphoresToWaitOn.count(); ++i) { in submitCommandBuffer()372 fSemaphoresToWaitOn[i]->unref(this); in submitCommandBuffer()[all …]
300 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()2619 fSemaphoresToWaitOn.push_back(resource); in waitSemaphore()
402 SkSTArray<1, GrVkSemaphore::Resource*> fSemaphoresToWaitOn; variable