Home
last modified time | relevance | path

Searched refs:fSemaphoresToSignal (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp277 for (int i = 0; i < fSemaphoresToSignal.count(); ++i) { in destroyResources()
278 fSemaphoresToSignal[i]->unref(); in destroyResources()
280 fSemaphoresToSignal.reset(); in destroyResources()
307 fSemaphoresToSignal.reset(); in disconnect()
405 !fSemaphoresToSignal.count() && !fSemaphoresToWaitOn.count()) { in submitCommandBuffer()
419 bool didSubmit = fMainCmdBuffer->submitToQueue(this, fQueue, fSemaphoresToSignal, in submitCommandBuffer()
443 for (int i = 0; i < fSemaphoresToSignal.count(); ++i) { in submitCommandBuffer()
444 fSemaphoresToSignal[i]->unref(); in submitCommandBuffer()
446 fSemaphoresToSignal.reset(); in submitCommandBuffer()
2859 fSemaphoresToSignal in insertSemaphore()
[all...]
H A DGrVkGpu.h436 SkSTArray<1, GrVkSemaphore::Resource*> fSemaphoresToSignal; member in GrVkGpu

Completed in 6 milliseconds