Home
last modified time | relevance | path

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

/external/skqp/src/image/
DSkSurface_Base.h83 virtual GrSemaphoresSubmitted onFlush(int numSemaphores, in onFlush()
93 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait()
DSkSurface_Gpu.cpp153 GrSemaphoresSubmitted SkSurface_Gpu::onFlush(int numSemaphores, in onFlush()
158 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait()
DSkSurface.cpp203 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
208 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait()
/external/skia/src/image/
DSkSurface_Base.h85 virtual GrSemaphoresSubmitted onFlush(int numSemaphores, in onFlush()
95 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait()
DSkSurface_Gpu.cpp157 GrSemaphoresSubmitted SkSurface_Gpu::onFlush(int numSemaphores, in onFlush()
162 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait()
DSkSurface.cpp227 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
232 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait()
/external/skqp/src/gpu/
DGrDrawingManager.cpp86 int numSemaphores, in internalFlush()
297 GrSurfaceProxy* proxy, int numSemaphores, GrBackendSemaphore backendSemaphores[]) { in prepareSurfaceForExternalIO()
DGrGpu.cpp499 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush()
DSkGpuDevice.cpp1678 GrSemaphoresSubmitted SkGpuDevice::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
1685 bool SkGpuDevice::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait()
DGrRenderTargetContext.cpp1381 int numSemaphores, GrBackendSemaphore backendSemaphores[]) { in prepareForExternalIO()
1392 bool GrRenderTargetContext::waitOnSemaphores(int numSemaphores, in waitOnSemaphores()
DGrContext.cpp442 GrSemaphoresSubmitted GrContext::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
/external/skia/src/gpu/
DGrDrawingManager.cpp119 int numSemaphores, in internalFlush()
327 GrSurfaceProxy* proxy, int numSemaphores, GrBackendSemaphore backendSemaphores[]) { in prepareSurfaceForExternalIO()
DGrGpu.cpp469 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush()
DSkGpuDevice.cpp1668 GrSemaphoresSubmitted SkGpuDevice::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
1675 bool SkGpuDevice::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait()
DGrRenderTargetContext.cpp1383 int numSemaphores, GrBackendSemaphore backendSemaphores[]) { in prepareForExternalIO()
1394 bool GrRenderTargetContext::waitOnSemaphores(int numSemaphores, in waitOnSemaphores()
DGrContext.cpp595 GrSemaphoresSubmitted GrContext::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
/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/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp1059 size_t numSemaphores) in createSemaphores()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1319 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