Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.cpp195 for (int i = 0; i < fSemaphoresToSignal.count(); ++i) { in destroyResources()
196 fSemaphoresToSignal[i]->unref(this); in destroyResources()
198 fSemaphoresToSignal.reset(); in destroyResources()
236 for (int i = 0; i < fSemaphoresToSignal.count(); ++i) { in disconnect()
237 fSemaphoresToSignal[i]->unrefAndAbandon(); in disconnect()
245 fSemaphoresToSignal.reset(); in disconnect()
267 fCurrentCmdBuffer->submitToQueue(this, fQueue, sync, fSemaphoresToSignal, fSemaphoresToWaitOn); in submitCommandBuffer()
273 for (int i = 0; i < fSemaphoresToSignal.count(); ++i) { in submitCommandBuffer()
274 fSemaphoresToSignal[i]->unref(this); in submitCommandBuffer()
276 fSemaphoresToSignal.reset(); in submitCommandBuffer()
[all …]
DGrVkGpu.h271 SkSTArray<1, const GrVkSemaphore::Resource*> fSemaphoresToSignal; variable