Home
last modified time | relevance | path

Searched refs:fNumSemaphores (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/gpu/
H A DGrWaitRenderTask.h21 , fNumSemaphores(numSemaphores) in GrWaitRenderTask()
44 int fNumSemaphores; member in final
H A DGrWaitRenderTask.cpp26 for (int i = 0; i < fNumSemaphores; ++i) { in onExecute()
H A DGrGpu.cpp693 new std::unique_ptr<GrSemaphore>[info.fNumSemaphores]); in executeFlushInfo()
694 if (this->caps()->semaphoreSupport() && info.fNumSemaphores) { in executeFlushInfo()
695 for (size_t i = 0; i < info.fNumSemaphores; ++i) { in executeFlushInfo()
H A DGrDrawingManager.cpp117 if (!proxies.empty() && !info.fNumSemaphores && !info.fFinishedProc && in flush()
540 if (!didFlush || (!direct->priv().caps()->semaphoreSupport() && info.fNumSemaphores)) { in flushSurfaces()
/third_party/skia/tests/
H A DSurfaceSemaphoreTest.cpp155 info.fNumSemaphores = 2; in surface_semaphore_test()
248 flushInfo.fNumSemaphores = 1; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DVkHardwareBufferTest.cpp837 info.fNumSemaphores = 1; in flushSurfaceAndSignalSemaphore()
/third_party/skia/include/gpu/
H A DGrTypes.h195 * passes in an array of fNumSemaphores GrBackendSemaphores. In general these GrBackendSemaphore's
227 size_t fNumSemaphores = 0; member
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp550 info.fNumSemaphores = 1; in swapBuffers()

Completed in 10 milliseconds