Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
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()
248 …sparseQueue, numSemaphores, getDataOrNullptr(signalSemaphores), getDataOrNullptr(signalSemaphoresW… in iterate()
249 numSemaphores = 0u; in iterate()
[all …]
/third_party/flutter/skia/include/gpu/
DGrContext.h259 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
303 GrSemaphoresSubmitted flush(GrFlushFlags flags, int numSemaphores,
309 info.fNumSemaphores = numSemaphores;
319 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
322 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
/third_party/skia/src/gpu/
DGrWaitRenderTask.h18 int numSemaphores) in GrWaitRenderTask() argument
21 , fNumSemaphores(numSemaphores) in GrWaitRenderTask()
DBaseDevice.h57 virtual bool wait(int numSemaphores,
DGrDrawingManager.h77 int numSemaphores);
/third_party/flutter/skia/src/image/
DSkSurface.cpp425 int numSemaphores, GrBackendSemaphore signalSemaphores[], in flush() argument
430 info.fNumSemaphores = numSemaphores; in flush()
438 int numSemaphores, GrBackendSemaphore signalSemaphores[]) { in flush() argument
442 info.fNumSemaphores = numSemaphores; in flush()
447 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
450 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
455 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() argument
456 return asSB(this)->onWait(numSemaphores, waitSemaphores); in wait()
DSkSurface_Gpu.h51 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) override;
DSkSurface_Base.h114 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait() argument
/third_party/flutter/skia/include/core/
DSkSurface.h868 int numSemaphores, GrBackendSemaphore signalSemaphores[],
880 int numSemaphores, GrBackendSemaphore signalSemaphores[]);
884 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
897 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
/third_party/flutter/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp71 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait() argument
73 return fDevice->wait(numSemaphores, waitSemaphores); in wait()
DGrVkSecondaryCBDrawContext.h85 bool wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[]);
/third_party/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp85 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait() argument
88 return fDevice->wait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in wait()
DGrVkSecondaryCBDrawContext.h91 bool wait(int numSemaphores,
/third_party/skia/src/image/
DSkSurface_Gpu.h51 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores,
DSkSurface_Base.h126 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait() argument
DSkSurface.cpp321 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in wait() argument
323 return asSB(this)->onWait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in wait()
DSkSurface_Gpu.cpp223 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait() argument
225 return fDevice->wait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in onWait()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp313 size_t numSemaphores) in createSemaphores() argument
315 std::vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores()
317 for (size_t ndx = 0; ndx < numSemaphores; ++ndx) in createSemaphores()
DvktWsiColorSpaceTests.cpp351 size_t numSemaphores) in createSemaphores() argument
353 vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores()
355 for (size_t ndx = 0; ndx < numSemaphores; ++ndx) in createSemaphores()
DvktWsiPresentIdWaitTests.cpp298 size_t numSemaphores) in createSemaphores() argument
300 vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores()
302 for (size_t ndx = 0; ndx < numSemaphores; ++ndx) in createSemaphores()
/third_party/flutter/skia/src/gpu/
DGrContext.cpp251 bool GrContext::wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[]) { in wait() argument
255 for (int i = 0; i < numSemaphores; ++i) { in wait()
DSkGpuDevice.h125 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
/third_party/skia/src/gpu/v1/
DDevice_v1.h33 bool wait(int numSemaphores,
DSurfaceDrawContext.cpp1511 bool SurfaceDrawContext::waitOnSemaphores(int numSemaphores, in waitOnSemaphores() argument
1521 if (numSemaphores && !this->caps()->semaphoreSupport()) { in waitOnSemaphores()
1536 new std::unique_ptr<GrSemaphore>[numSemaphores]); in waitOnSemaphores()
1537 for (int i = 0; i < numSemaphores; ++i) { in waitOnSemaphores()
1543 numSemaphores); in waitOnSemaphores()
/third_party/skia/include/core/
DSkSurface.h1018 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores,

12