Home
last modified time | relevance | path

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

12

/external/deqp/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 …]
/external/skia/src/gpu/
DGrWaitRenderTask.h18 int numSemaphores) in GrWaitRenderTask() argument
21 , fNumSemaphores(numSemaphores) in GrWaitRenderTask()
DGrDrawingManager.h67 int numSemaphores);
DSkGpuDevice.h112 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores,
/external/skqp/src/image/
DSkSurface_Gpu.h35 GrSemaphoresSubmitted onFlush(int numSemaphores,
37 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) override;
DSkSurface_Base.h83 virtual GrSemaphoresSubmitted onFlush(int numSemaphores, in onFlush() argument
93 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait() argument
DSkSurface.cpp250 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument
252 return asSB(this)->onFlush(numSemaphores, signalSemaphores); in flushAndSignalSemaphores()
255 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() argument
256 return asSB(this)->onWait(numSemaphores, waitSemaphores); in wait()
DSkSurface_Gpu.cpp156 GrSemaphoresSubmitted SkSurface_Gpu::onFlush(int numSemaphores, in onFlush() argument
158 return fDevice->flushAndSignalSemaphores(numSemaphores, signalSemaphores); in onFlush()
161 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait() argument
162 return fDevice->wait(numSemaphores, waitSemaphores); in onWait()
/external/skqp/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp64 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait() argument
66 return fDevice->wait(numSemaphores, waitSemaphores); in wait()
DGrVkSecondaryCBDrawContext.h84 bool wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[]);
/external/skqp/src/gpu/
DGrDrawingManager.h76 int numSemaphores,
146 int numSemaphores = 0,
DGrDrawingManager.cpp209 int numSemaphores, in flush() argument
335 GrSemaphoresSubmitted result = gpu->finishFlush(numSemaphores, backendSemaphores); in flush()
451 GrSurfaceProxy* proxy, int numSemaphores, GrBackendSemaphore backendSemaphores[]) { in prepareSurfaceForExternalIO() argument
464 if (proxy->priv().hasPendingIO() || numSemaphores) { in prepareSurfaceForExternalIO()
465 result = this->flush(proxy, numSemaphores, backendSemaphores); in prepareSurfaceForExternalIO()
DGrGpu.cpp378 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush() argument
384 for (int i = 0; i < numSemaphores; ++i) { in finishFlush()
400 this->onFinishFlush((numSemaphores > 0 && this->caps()->fenceSyncSupport())); in finishFlush()
DSkGpuDevice.h123 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
125 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
DGrRenderTargetContext.h369 GrSemaphoresSubmitted prepareForExternalIO(int numSemaphores,
376 bool waitOnSemaphores(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
/external/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp73 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait() argument
76 return fDevice->wait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in wait()
DGrVkSecondaryCBDrawContext.h90 bool wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[],
/external/skqp/include/core/
DSkSurface.h699 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
712 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
/external/skia/src/image/
DSkSurface_Gpu.h56 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores,
DSkSurface_Base.h121 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait() argument
DSkSurface.cpp336 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in wait() argument
338 return asSB(this)->onWait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in wait()
DSkSurface_Gpu.cpp228 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait() argument
230 return fDevice->wait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in onWait()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp311 size_t numSemaphores) in createSemaphores() argument
313 std::vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores()
315 for (size_t ndx = 0; ndx < numSemaphores; ++ndx) in createSemaphores()
DvktWsiColorSpaceTests.cpp400 size_t numSemaphores) in createSemaphores() argument
402 vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores()
404 for (size_t ndx = 0; ndx < numSemaphores; ++ndx) in createSemaphores()
/external/skqp/include/gpu/
DGrContext.h267 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,

12