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/image/
DSkSurface_Base.h84 int numSemaphores, in onFlush()
96 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait()
DSkSurface.cpp252 int numSemaphores, GrBackendSemaphore signalSemaphores[], in flush()
260 int numSemaphores, GrBackendSemaphore signalSemaphores[]) { in flush()
265 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
271 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait()
DSkSurface_Gpu.cpp162 int numSemaphores, in onFlush()
170 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait()
/external/skqp/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp64 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait()
/external/skia/src/gpu/
DGrContext.cpp235 bool GrContext::wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[]) { in wait()
259 GrSemaphoresSubmitted GrContext::flush(GrFlushFlags flags, int numSemaphores, in flush()
DGrDrawingManager.cpp202 int numSemaphores, in flush()
479 int numSemaphores, GrBackendSemaphore backendSemaphores[], in prepareSurfaceForExternalIO()
DGrGpu.cpp401 GrFlushFlags flags, int numSemaphores, in finishFlush()
DSkGpuDevice.cpp1624 int numSemaphores, GrBackendSemaphore signalSemaphores[], in flush()
1634 bool SkGpuDevice::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait()
DGrRenderTargetContext.cpp1717 SkSurface::BackendSurfaceAccess access, GrFlushFlags flags, int numSemaphores, in prepareForExternalIO()
1735 bool GrRenderTargetContext::waitOnSemaphores(int numSemaphores, in waitOnSemaphores()
/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/vk/
DGrVkSecondaryCBDrawContext.cpp70 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait()
/external/skia/include/gpu/
DGrContext.h294 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
/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()
DGrRenderTargetContext.cpp1624 int numSemaphores, GrBackendSemaphore backendSemaphores[]) { in prepareForExternalIO()
1635 bool GrRenderTargetContext::waitOnSemaphores(int numSemaphores, in waitOnSemaphores()
DSkGpuDevice.cpp1782 GrSemaphoresSubmitted SkGpuDevice::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
1789 bool SkGpuDevice::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait()
DGrContext.cpp308 GrSemaphoresSubmitted GrContext::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp771 size_t numSemaphores) in createSemaphores()
DvktWsiSwapchainTests.cpp1158 size_t numSemaphores) in createSemaphores()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp1081 size_t numSemaphores) in createSemaphores()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp2875 const deUint32 numSemaphores = 10u; // it must be multiply of numSubmission in submitBufferWaitManySemaphores() local