/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesQueueBindSparseTests.cpp | 203 deUint32 numSemaphores = m_params.numWaitSemaphores; in iterate() local 205 while (numSemaphores > 0u && numQueues > 0u) in iterate() 211 sparseQueue, 0u, DE_NULL, DE_NULL, numSemaphores, getDataOrNullptr(waitSemaphores))); in iterate() 212 numSemaphores = 0u; in iterate() 218 …es[numQueues - 2], 0u, DE_NULL, DE_NULL, 1u, getDataOrNullptr(waitSemaphores, numSemaphores - 1))); in iterate() 220 --numSemaphores; in iterate() 241 deUint32 numSemaphores = m_params.numSignalSemaphores; in iterate() local 243 while (numSemaphores > 0u && numQueues > 0u) in iterate() 248 …sparseQueue, numSemaphores, getDataOrNullptr(signalSemaphores), getDataOrNullptr(signalSemaphoresW… in iterate() 249 numSemaphores = 0u; in iterate() [all …]
|
/third_party/flutter/skia/include/gpu/ |
D | GrContext.h | 259 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores); 303 GrSemaphoresSubmitted flush(GrFlushFlags flags, int numSemaphores, 309 info.fNumSemaphores = numSemaphores; 319 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument 322 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores()
|
/third_party/skia/src/gpu/ |
D | GrWaitRenderTask.h | 18 int numSemaphores) in GrWaitRenderTask() argument 21 , fNumSemaphores(numSemaphores) in GrWaitRenderTask()
|
D | BaseDevice.h | 57 virtual bool wait(int numSemaphores,
|
D | GrDrawingManager.h | 77 int numSemaphores);
|
/third_party/flutter/skia/src/image/ |
D | SkSurface.cpp | 425 int numSemaphores, GrBackendSemaphore signalSemaphores[], in flush() argument 430 info.fNumSemaphores = numSemaphores; in flush() 438 int numSemaphores, GrBackendSemaphore signalSemaphores[]) { in flush() argument 442 info.fNumSemaphores = numSemaphores; in flush() 447 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores() argument 450 info.fNumSemaphores = numSemaphores; in flushAndSignalSemaphores() 455 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() argument 456 return asSB(this)->onWait(numSemaphores, waitSemaphores); in wait()
|
D | SkSurface_Gpu.h | 51 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) override;
|
D | SkSurface_Base.h | 114 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait() argument
|
/third_party/flutter/skia/include/core/ |
D | SkSurface.h | 868 int numSemaphores, GrBackendSemaphore signalSemaphores[], 880 int numSemaphores, GrBackendSemaphore signalSemaphores[]); 884 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, 897 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 71 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait() argument 73 return fDevice->wait(numSemaphores, waitSemaphores); in wait()
|
D | GrVkSecondaryCBDrawContext.h | 85 bool wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[]);
|
/third_party/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 85 bool GrVkSecondaryCBDrawContext::wait(int numSemaphores, in wait() argument 88 return fDevice->wait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in wait()
|
D | GrVkSecondaryCBDrawContext.h | 91 bool wait(int numSemaphores,
|
/third_party/skia/src/image/ |
D | SkSurface_Gpu.h | 51 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores,
|
D | SkSurface_Base.h | 126 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait() argument
|
D | SkSurface.cpp | 321 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in wait() argument 323 return asSB(this)->onWait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in wait()
|
D | SkSurface_Gpu.cpp | 223 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait() argument 225 return fDevice->wait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in onWait()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiFullScreenExclusiveTests.cpp | 313 size_t numSemaphores) in createSemaphores() argument 315 std::vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores() 317 for (size_t ndx = 0; ndx < numSemaphores; ++ndx) in createSemaphores()
|
D | vktWsiColorSpaceTests.cpp | 351 size_t numSemaphores) in createSemaphores() argument 353 vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores() 355 for (size_t ndx = 0; ndx < numSemaphores; ++ndx) in createSemaphores()
|
D | vktWsiPresentIdWaitTests.cpp | 298 size_t numSemaphores) in createSemaphores() argument 300 vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores() 302 for (size_t ndx = 0; ndx < numSemaphores; ++ndx) in createSemaphores()
|
/third_party/flutter/skia/src/gpu/ |
D | GrContext.cpp | 251 bool GrContext::wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[]) { in wait() argument 255 for (int i = 0; i < numSemaphores; ++i) { in wait()
|
D | SkGpuDevice.h | 125 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
|
/third_party/skia/src/gpu/v1/ |
D | Device_v1.h | 33 bool wait(int numSemaphores,
|
D | SurfaceDrawContext.cpp | 1511 bool SurfaceDrawContext::waitOnSemaphores(int numSemaphores, in waitOnSemaphores() argument 1521 if (numSemaphores && !this->caps()->semaphoreSupport()) { in waitOnSemaphores() 1536 new std::unique_ptr<GrSemaphore>[numSemaphores]); in waitOnSemaphores() 1537 for (int i = 0; i < numSemaphores; ++i) { in waitOnSemaphores() 1543 numSemaphores); in waitOnSemaphores()
|
/third_party/skia/include/core/ |
D | SkSurface.h | 1018 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores,
|