Home
last modified time | relevance | path

Searched refs:numSemaphores (Results 1 – 25 of 117) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesQueueBindSparseTests.cpp203 deUint32 numSemaphores = m_params.numWaitSemaphores; in iterate() local
205 while (numSemaphores > 0u && numQueues > 0u) in iterate()
211 sparseQueue, 0u, DE_NULL, DE_NULL, numSemaphores, getDataOrNullptr(waitSemaphores))); in iterate()
212 numSemaphores = 0u; in iterate()
218 …es[numQueues - 2], 0u, DE_NULL, DE_NULL, 1u, getDataOrNullptr(waitSemaphores, numSemaphores - 1))); in iterate()
220 --numSemaphores; in iterate()
241 deUint32 numSemaphores = m_params.numSignalSemaphores; in iterate() local
243 while (numSemaphores > 0u && numQueues > 0u) in iterate()
249 numSemaphores = 0u; in iterate()
255 …etDataOrNullptr(signalSemaphores, numSemaphores - 1), getDataOrNullptr(signalSemaphoresWaitDstStag… in iterate()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrDrawingManager.h76 int numSemaphores,
97 int numSemaphores = 0,
100 numSemaphores, backendSemaphores);
104 int numSemaphores,
H A DGrDrawingManager.cpp119 int numSemaphores, in internalFlush() argument
232 GrSemaphoresSubmitted result = gpu->finishFlush(numSemaphores, backendSemaphores); in internalFlush()
327 GrSurfaceProxy* proxy, int numSemaphores, GrBackendSemaphore backendSemaphores[]) { in prepareSurfaceForExternalIO() argument
334 if (proxy->priv().hasPendingIO() || numSemaphores) { in prepareSurfaceForExternalIO()
335 result = this->flush(proxy, numSemaphores, backendSemaphores); in prepareSurfaceForExternalIO()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/gpu/
H A DGrContext.h282 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
326 GrSemaphoresSubmitted flush(GrFlushFlags flags, int numSemaphores,
332 info.fNumSemaphores = numSemaphores;
342 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
345 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/gpu/
H A DGrContext.h282 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
326 GrSemaphoresSubmitted flush(GrFlushFlags flags, int numSemaphores,
332 info.fNumSemaphores = numSemaphores;
342 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
345 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/gpu/
H A DGrContext.h282 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
326 GrSemaphoresSubmitted flush(GrFlushFlags flags, int numSemaphores,
332 info.fNumSemaphores = numSemaphores;
342 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
345 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/gpu/
H A DGrContext.h282 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
326 GrSemaphoresSubmitted flush(GrFlushFlags flags, int numSemaphores,
332 info.fNumSemaphores = numSemaphores;
342 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
345 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/gpu/
H A DGrContext.h306 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
350 GrSemaphoresSubmitted flush(GrFlushFlags flags, int numSemaphores,
356 info.fNumSemaphores = numSemaphores;
366 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
369 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrWaitRenderTask.h17 int numSemaphores) in GrWaitRenderTask() argument
20 , fNumSemaphores(numSemaphores){} in GrWaitRenderTask()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrWaitRenderTask.h17 int numSemaphores) in GrWaitRenderTask() argument
20 , fNumSemaphores(numSemaphores){} in GrWaitRenderTask()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrWaitRenderTask.h17 int numSemaphores) in GrWaitRenderTask() argument
20 , fNumSemaphores(numSemaphores){} in GrWaitRenderTask()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrWaitRenderTask.h17 int numSemaphores) in GrWaitRenderTask() argument
20 , fNumSemaphores(numSemaphores){} in GrWaitRenderTask()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrWaitRenderTask.h18 int numSemaphores) in GrWaitRenderTask() argument
21 , fNumSemaphores(numSemaphores) {} in GrWaitRenderTask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrWaitRenderTask.h18 int numSemaphores) in GrWaitRenderTask() argument
21 , fNumSemaphores(numSemaphores) in GrWaitRenderTask()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/image/
H A DSkSurface.cpp448 int numSemaphores, GrBackendSemaphore signalSemaphores[], in flush() argument
453 info.fNumSemaphores = numSemaphores; in flush()
461 int numSemaphores, GrBackendSemaphore signalSemaphores[]) { in flush() argument
465 info.fNumSemaphores = numSemaphores; in flush()
470 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
473 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
478 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() argument
479 return asSB(this)->onWait(numSemaphores, waitSemaphores); in wait()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/image/
H A DSkSurface_Gpu.h33 GrSemaphoresSubmitted onFlush(int numSemaphores,
35 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) override;
H A DSkSurface_Base.h85 virtual GrSemaphoresSubmitted onFlush(int numSemaphores, in onFlush() argument
95 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait() argument
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/image/
H A DSkSurface.cpp528 int numSemaphores, GrBackendSemaphore signalSemaphores[], in flush() argument
533 info.fNumSemaphores = numSemaphores; in flush()
541 int numSemaphores, GrBackendSemaphore signalSemaphores[]) { in flush() argument
545 info.fNumSemaphores = numSemaphores; in flush()
550 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
553 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
558 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() argument
559 return asSB(this)->onWait(numSemaphores, waitSemaphores); in wait()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/image/
H A DSkSurface.cpp528 int numSemaphores, GrBackendSemaphore signalSemaphores[], in flush() argument
533 info.fNumSemaphores = numSemaphores; in flush()
541 int numSemaphores, GrBackendSemaphore signalSemaphores[]) { in flush() argument
545 info.fNumSemaphores = numSemaphores; in flush()
550 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
553 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
558 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() argument
559 return asSB(this)->onWait(numSemaphores, waitSemaphores); in wait()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/image/
H A DSkSurface.cpp528 int numSemaphores, GrBackendSemaphore signalSemaphores[], in flush() argument
533 info.fNumSemaphores = numSemaphores; in flush()
541 int numSemaphores, GrBackendSemaphore signalSemaphores[]) { in flush() argument
545 info.fNumSemaphores = numSemaphores; in flush()
550 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
553 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
558 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() argument
559 return asSB(this)->onWait(numSemaphores, waitSemaphores); in wait()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/image/
H A DSkSurface.cpp528 int numSemaphores, GrBackendSemaphore signalSemaphores[], in flush() argument
533 info.fNumSemaphores = numSemaphores; in flush()
541 int numSemaphores, GrBackendSemaphore signalSemaphores[]) { in flush() argument
545 info.fNumSemaphores = numSemaphores; in flush()
550 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
553 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
558 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() argument
559 return asSB(this)->onWait(numSemaphores, waitSemaphores); in wait()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/core/
H A DSkSurface.h974 int numSemaphores, GrBackendSemaphore signalSemaphores[],
986 int numSemaphores, GrBackendSemaphore signalSemaphores[]);
990 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
1003 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/core/
H A DSkSurface.h974 int numSemaphores, GrBackendSemaphore signalSemaphores[],
986 int numSemaphores, GrBackendSemaphore signalSemaphores[]);
990 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
1003 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/core/
H A DSkSurface.h951 int numSemaphores, GrBackendSemaphore signalSemaphores[],
963 int numSemaphores, GrBackendSemaphore signalSemaphores[]);
967 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
980 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/core/
H A DSkSurface.h974 int numSemaphores, GrBackendSemaphore signalSemaphores[],
986 int numSemaphores, GrBackendSemaphore signalSemaphores[]);
990 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
1003 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);

12345