Home
last modified time | relevance | path

Searched refs:waitSemaphores (Results 1 – 25 of 35) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesQueueBindSparseTests.cpp187 std::vector<VkSemaphore> waitSemaphores; in iterate() local
195 waitSemaphores.push_back(**allSemaphores.back()); in iterate()
216 sparseQueue, 0u, DE_NULL, DE_NULL, numSemaphores, getDataOrNullptr(waitSemaphores))); in iterate()
223 …otherQueues[numQueues - 2], 0u, DE_NULL, DE_NULL, 1u, getDataOrNullptr(waitSemaphores, numSemaphor… in iterate()
234 …sparseQueue, m_params.numWaitSemaphores, getDataOrNullptr(waitSemaphores), m_params.numSignalSemap… in iterate()
/external/skqp/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp65 const GrBackendSemaphore waitSemaphores[]) { in wait() argument
66 return fDevice->wait(numSemaphores, waitSemaphores); in wait()
DGrVkCommandBuffer.cpp481 const VkSemaphore* waitSemaphores, in submit_to_queue() argument
492 submitInfo.pWaitSemaphores = waitSemaphores; in submit_to_queue()
506 SkTArray<GrVkSemaphore::Resource*>& waitSemaphores) { in submitToQueue() argument
522 int waitCount = waitSemaphores.count(); in submitToQueue()
543 if (waitSemaphores[i]->shouldWait()) { in submitToQueue()
544 this->addResource(waitSemaphores[i]); in submitToQueue()
545 vkWaitSems.push_back(waitSemaphores[i]->semaphore()); in submitToQueue()
562 waitSemaphores[i]->markAsWaited(); in submitToQueue()
DGrVkSecondaryCBDrawContext.h84 bool wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[]);
DGrVkCommandBuffer.h302 SkTArray<GrVkSemaphore::Resource*>& waitSemaphores);
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp484 const VkSemaphore* waitSemaphores, in submit_to_queue() argument
495 submitInfo.pWaitSemaphores = waitSemaphores; in submit_to_queue()
509 SkTArray<GrVkSemaphore::Resource*>& waitSemaphores) { in submitToQueue() argument
525 int waitCount = waitSemaphores.count(); in submitToQueue()
546 if (waitSemaphores[i]->shouldWait()) { in submitToQueue()
547 this->addResource(waitSemaphores[i]); in submitToQueue()
548 vkWaitSems.push_back(waitSemaphores[i]->semaphore()); in submitToQueue()
565 waitSemaphores[i]->markAsWaited(); in submitToQueue()
DGrVkSecondaryCBDrawContext.cpp71 const GrBackendSemaphore waitSemaphores[]) { in wait() argument
72 return fDevice->wait(numSemaphores, waitSemaphores); in wait()
DGrVkSecondaryCBDrawContext.h85 bool wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[]);
DGrVkCommandBuffer.h303 SkTArray<GrVkSemaphore::Resource*>& waitSemaphores);
/external/skia/src/gpu/
DGrContext.cpp235 bool GrContext::wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[]) { in wait() argument
241 waitSemaphores[i], GrResourceProvider::SemaphoreWrapType::kWillWait, in wait()
DSkGpuDevice.h127 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
/external/skqp/src/image/
DSkSurface_Gpu.h37 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) override;
DSkSurface.cpp255 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() argument
256 return asSB(this)->onWait(numSemaphores, waitSemaphores); in wait()
DSkSurface_Base.h93 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait() argument
DSkSurface_Gpu.cpp161 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait() argument
162 return fDevice->wait(numSemaphores, waitSemaphores); in onWait()
/external/skia/src/image/
DSkSurface_Gpu.h40 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) override;
DSkSurface_Base.h96 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait() argument
DSkSurface.cpp271 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() argument
272 return asSB(this)->onWait(numSemaphores, waitSemaphores); in wait()
DSkSurface_Gpu.cpp170 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait() argument
171 return fDevice->wait(numSemaphores, waitSemaphores); in onWait()
/external/skia/include/gpu/
DGrContext.h253 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h1063 …MISSION(std::vector<VkCommandBuffer> const &cbs, std::vector<SEMAPHORE_WAIT> const &waitSemaphores,
1067 waitSemaphores(waitSemaphores),
1073 std::vector<SEMAPHORE_WAIT> waitSemaphores;
/external/skqp/include/core/
DSkSurface.h712 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
/external/skia/include/core/
DSkSurface.h802 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
/external/skqp/src/gpu/
DSkGpuDevice.h125 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
DGrRenderTargetContext.h376 bool waitOnSemaphores(int numSemaphores, const GrBackendSemaphore* waitSemaphores);

12