Home
last modified time | relevance | path

Searched defs:numSemaphores (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/image/
DSkSurface_Base.h83 virtual bool onFlush(int numSemaphores, GrBackendSemaphore* signalSemaphores) { in onFlush()
92 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait()
DSkSurface_Gpu.cpp151 bool SkSurface_Gpu::onFlush(int numSemaphores, GrBackendSemaphore* signalSemaphores) { in onFlush()
155 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait()
DSkSurface.cpp194 bool SkSurface::flushAndSignalSemaphores(int numSemaphores, GrBackendSemaphore* signalSemaphores) { in flushAndSignalSemaphores()
198 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesQueueBindSparseTests.cpp208 deUint32 numSemaphores = m_params.numWaitSemaphores; in iterate() local
246 deUint32 numSemaphores = m_params.numSignalSemaphores; in iterate() local
/external/skia/src/gpu/
DSkGpuDevice.cpp1739 bool SkGpuDevice::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
1746 bool SkGpuDevice::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait()
DGrRenderTargetContext.cpp1415 bool GrRenderTargetContext::prepareForExternalIO(int numSemaphores, in prepareForExternalIO()
1446 bool GrRenderTargetContext::waitOnSemaphores(int numSemaphores, in waitOnSemaphores()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1317 size_t numSemaphores) in createSemaphores()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp3395 const deUint32 numSemaphores = 10u; // it must be multiply of numSubmission in submitBufferWaitManySemaphores() local