Home
last modified time | relevance | path

Searched refs:fSemaphoresToWaitOn (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp262 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 …]
DGrVkGpu.h300 SkSTArray<1, GrVkSemaphore::Resource*> fSemaphoresToWaitOn; variable
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp254 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()
DGrVkGpu.h402 SkSTArray<1, GrVkSemaphore::Resource*> fSemaphoresToWaitOn; variable