Searched defs:numSemaphores (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/image/ |
D | SkSurface_Base.h | 83 virtual bool onFlush(int numSemaphores, GrBackendSemaphore* signalSemaphores) { in onFlush() 92 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait()
|
D | SkSurface_Gpu.cpp | 151 bool SkSurface_Gpu::onFlush(int numSemaphores, GrBackendSemaphore* signalSemaphores) { in onFlush() 155 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait()
|
D | SkSurface.cpp | 194 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/ |
D | vktSparseResourcesQueueBindSparseTests.cpp | 208 deUint32 numSemaphores = m_params.numWaitSemaphores; in iterate() local 246 deUint32 numSemaphores = m_params.numSignalSemaphores; in iterate() local
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1739 bool SkGpuDevice::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() 1746 bool SkGpuDevice::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait()
|
D | GrRenderTargetContext.cpp | 1415 bool GrRenderTargetContext::prepareForExternalIO(int numSemaphores, in prepareForExternalIO() 1446 bool GrRenderTargetContext::waitOnSemaphores(int numSemaphores, in waitOnSemaphores()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 1317 size_t numSemaphores) in createSemaphores()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 3395 const deUint32 numSemaphores = 10u; // it must be multiply of numSubmission in submitBufferWaitManySemaphores() local
|