/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesQueueBindSparseTests.cpp | 203 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/ |
D | GrWaitRenderTask.h | 18 int numSemaphores) in GrWaitRenderTask() argument 21 , fNumSemaphores(numSemaphores) in GrWaitRenderTask()
|
D | GrDrawingManager.h | 67 int numSemaphores);
|
D | SkGpuDevice.h | 112 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores,
|
/external/skqp/src/image/ |
D | SkSurface_Gpu.h | 35 GrSemaphoresSubmitted onFlush(int numSemaphores, 37 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) override;
|
D | SkSurface_Base.h | 83 virtual GrSemaphoresSubmitted onFlush(int numSemaphores, in onFlush() argument 93 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait() argument
|
D | SkSurface.cpp | 250 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()
|
D | SkSurface_Gpu.cpp | 156 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/ |
D | GrVkSecondaryCBDrawContext.cpp | 64 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait() argument 66 return fDevice->wait(numSemaphores, waitSemaphores); in wait()
|
D | GrVkSecondaryCBDrawContext.h | 84 bool wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[]);
|
/external/skqp/src/gpu/ |
D | GrDrawingManager.h | 76 int numSemaphores, 146 int numSemaphores = 0,
|
D | GrDrawingManager.cpp | 209 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()
|
D | GrGpu.cpp | 378 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()
|
D | SkGpuDevice.h | 123 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, 125 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
|
D | GrRenderTargetContext.h | 369 GrSemaphoresSubmitted prepareForExternalIO(int numSemaphores, 376 bool waitOnSemaphores(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
|
/external/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 73 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait() argument 76 return fDevice->wait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in wait()
|
D | GrVkSecondaryCBDrawContext.h | 90 bool wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[],
|
/external/skqp/include/core/ |
D | SkSurface.h | 699 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, 712 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
|
/external/skia/src/image/ |
D | SkSurface_Gpu.h | 56 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores,
|
D | SkSurface_Base.h | 121 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait() argument
|
D | SkSurface.cpp | 336 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in wait() argument 338 return asSB(this)->onWait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in wait()
|
D | SkSurface_Gpu.cpp | 228 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/ |
D | vktWsiFullScreenExclusiveTests.cpp | 311 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()
|
D | vktWsiColorSpaceTests.cpp | 400 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/ |
D | GrContext.h | 267 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
|