Home
last modified time | relevance | path

Searched defs:numSemaphores (Results 1 – 24 of 24) 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.cpp156 GrSemaphoresSubmitted SkSurface_Gpu::onFlush(int numSemaphores, in onFlush()
161 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait()
DSkSurface.cpp250 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
255 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait()
/external/skia/src/gpu/
DGrWaitRenderTask.h18 int numSemaphores) in GrWaitRenderTask()
DGrDrawingManager.cpp722 int numSemaphores) { in newWaitRenderTask()
DSkGpuDevice.cpp969 bool SkGpuDevice::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores,
DGrDirectContext.cpp353 bool GrDirectContext::wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[], in wait()
DGrSurfaceDrawContext.cpp1501 bool GrSurfaceDrawContext::waitOnSemaphores(int numSemaphores, in waitOnSemaphores()
/external/skqp/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp64 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait()
/external/skia/src/image/
DSkSurface_Base.h121 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait()
DSkSurface_Gpu.cpp228 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait()
DSkSurface.cpp336 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in wait()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesQueueBindSparseTests.cpp203 deUint32 numSemaphores = m_params.numWaitSemaphores; in iterate() local
241 deUint32 numSemaphores = m_params.numSignalSemaphores; in iterate() local
/external/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp73 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait()
/external/skqp/src/gpu/
DGrDrawingManager.cpp209 int numSemaphores, in flush()
451 GrSurfaceProxy* proxy, int numSemaphores, GrBackendSemaphore backendSemaphores[]) { in prepareSurfaceForExternalIO()
DGrGpu.cpp378 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush()
DSkGpuDevice.cpp1782 GrSemaphoresSubmitted SkGpuDevice::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
1789 bool SkGpuDevice::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait()
DGrRenderTargetContext.cpp1624 int numSemaphores, GrBackendSemaphore backendSemaphores[]) { in prepareForExternalIO()
1635 bool GrRenderTargetContext::waitOnSemaphores(int numSemaphores, in waitOnSemaphores()
DGrContext.cpp308 GrSemaphoresSubmitted GrContext::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp311 size_t numSemaphores) in createSemaphores()
DvktWsiColorSpaceTests.cpp400 size_t numSemaphores) in createSemaphores()
DvktWsiSwapchainTests.cpp1243 size_t numSemaphores) in createSemaphores()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp1103 size_t numSemaphores) in createSemaphores()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp3112 const deUint32 numSemaphores = 10u; // it must be multiply of numSubmission in submitBufferWaitManySemaphores() local