/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesQueueBindSparseTests.cpp | 182 std::vector<VkSemaphore> waitSemaphores; in iterate() local 190 waitSemaphores.push_back(**allSemaphores.back()); in iterate() 211 sparseQueue, 0u, DE_NULL, DE_NULL, numSemaphores, getDataOrNullptr(waitSemaphores))); in iterate() 218 …otherQueues[numQueues - 2], 0u, DE_NULL, DE_NULL, 1u, getDataOrNullptr(waitSemaphores, numSemaphor… in iterate() 229 …sparseQueue, m_params.numWaitSemaphores, getDataOrNullptr(waitSemaphores), m_params.numSignalSemap… in iterate()
|
/external/skqp/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 65 const GrBackendSemaphore waitSemaphores[]) { in wait() argument 66 return fDevice->wait(numSemaphores, waitSemaphores); in wait()
|
D | GrVkCommandBuffer.cpp | 481 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()
|
D | GrVkSecondaryCBDrawContext.h | 84 bool wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[]);
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCmdUtil.cpp | 208 const VkSemaphore* waitSemaphores, in submitCommandsAndWait() argument 216 DE_ASSERT(waitSemaphores != nullptr); in submitCommandsAndWait() 239 waitSemaphores, // const VkSemaphore* pWaitSemaphores; in submitCommandsAndWait()
|
D | vkCmdUtil.hpp | 120 const VkSemaphore* waitSemaphores = nullptr,
|
D | vkInitDeviceFunctionPointers.inl | 195 m_vk.waitSemaphores = (WaitSemaphoresFunc) GET_PROC_ADDR("vkWaitSemaphores"); 196 if (!m_vk.waitSemaphores) 197 m_vk.waitSemaphores = (WaitSemaphoresFunc) GET_PROC_ADDR("vkWaitSemaphoresKHR");
|
/external/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 74 const GrBackendSemaphore waitSemaphores[], in wait() argument 76 return fDevice->wait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in wait()
|
D | GrVkCommandBuffer.cpp | 538 const VkSemaphore* waitSemaphores, in submit_to_queue() argument 558 submitInfo.pWaitSemaphores = waitSemaphores; in submit_to_queue() 573 SkTArray<GrVkSemaphore::Resource*>& waitSemaphores) { in submitToQueue() argument 594 int waitCount = waitSemaphores.count(); in submitToQueue() 616 if (waitSemaphores[i]->shouldWait()) { in submitToQueue() 617 this->addResource(waitSemaphores[i]); in submitToQueue() 618 vkWaitSems.push_back(waitSemaphores[i]->semaphore()); in submitToQueue() 631 waitSemaphores[i]->markAsWaited(); in submitToQueue()
|
D | GrVkSecondaryCBDrawContext.h | 90 bool wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[],
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 25 const std::vector<VkSemaphore> &waitSemaphores, in InitializeSubmitInfo() argument 31 ASSERT(waitSemaphores.size() == waitSemaphoreStageMasks.size()); in InitializeSubmitInfo() 35 submitInfo->waitSemaphoreCount = static_cast<uint32_t>(waitSemaphores.size()); in InitializeSubmitInfo() 36 submitInfo->pWaitSemaphores = waitSemaphores.data(); in InitializeSubmitInfo() 208 const std::vector<VkSemaphore> &waitSemaphores, in initFlushAndQueueSubmit() argument 217 mWaitSemaphores = waitSemaphores; in initFlushAndQueueSubmit() 647 const std::vector<VkSemaphore> &waitSemaphores, in submitFrame() argument 657 task.initFlushAndQueueSubmit(waitSemaphores, waitSemaphoreStageMasks, signalSemaphore, in submitFrame() 995 const std::vector<VkSemaphore> &waitSemaphores, in submitFrame() argument 1008 InitializeSubmitInfo(&submitInfo, commandBuffer, waitSemaphores, waitSemaphoreStageMasks, in submitFrame()
|
D | CommandProcessor.h | 94 void initFlushAndQueueSubmit(const std::vector<VkSemaphore> &waitSemaphores, 270 const std::vector<VkSemaphore> &waitSemaphores, 328 const std::vector<VkSemaphore> &waitSemaphores, 476 const std::vector<VkSemaphore> &waitSemaphores,
|
/external/skqp/src/image/ |
D | SkSurface_Gpu.h | 37 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) override;
|
D | SkSurface_Base.h | 93 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait() argument
|
D | SkSurface.cpp | 255 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in wait() argument 256 return asSB(this)->onWait(numSemaphores, waitSemaphores); in wait()
|
D | SkSurface_Gpu.cpp | 161 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores) { in onWait() argument 162 return fDevice->wait(numSemaphores, waitSemaphores); in onWait()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationTimelineSemaphoreTests.cpp | 224 VkResult result = vk.waitSemaphores(device, &waitInfo, 0ull); in iterate() 337 VkResult result = vk.waitSemaphores(device, &waitInfo, 0ull); in iterate() 355 VkResult result = vk.waitSemaphores(device, &waitInfo, ~(0ull)); in iterate() 658 result = vk.waitSemaphores(device, &waitInfo, 0ull); in initialValueCase() 688 result = vk.waitSemaphores(device, &waitInfo, 0ull); in initialValueCase() 703 result = vk.waitSemaphores(device, &waitInfo, 0ull); in initialValueCase() 806 result = m_vkd.waitSemaphores(m_device, &waitInfo, ~(deUint64)0u); in run() 2409 VK_CHECK(vkd.waitSemaphores(device, &waitInfo, kTimeout)); in hostWait() 2418 SemaphoreVec waitSemaphores; in iterate() local 2423 waitSemaphores.emplace_back(createTimelineSemaphore(vkd, device, i)); in iterate() [all …]
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 289 threadResult = vk.waitSemaphores(device, &waitOne, waitTimeout); in basicThreadTimelineCase() 309 VkResult mainResult = vk.waitSemaphores(device, &waitTwo, waitTimeout); in basicThreadTimelineCase()
|
/external/skia/src/image/ |
D | SkSurface_Gpu.h | 56 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores,
|
D | SkSurface_Base.h | 121 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait() argument
|
D | SkSurface.cpp | 336 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in wait() argument 338 return asSB(this)->onWait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in wait()
|
D | SkSurface_Gpu.cpp | 228 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait() argument 230 return fDevice->wait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in onWait()
|
/external/skqp/include/core/ |
D | SkSurface.h | 712 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
|
/external/angle/src/tests/test_utils/ |
D | VulkanExternalHelper.cpp | 811 const VkSemaphore waitSemaphores[] = { in waitSemaphoreAndAcquireImage() local 817 constexpr uint32_t waitSemaphoreCount = std::extent<decltype(waitSemaphores)>(); in waitSemaphoreAndAcquireImage() 827 /* .pWaitSemaphores = */ waitSemaphores, in waitSemaphoreAndAcquireImage()
|
/external/skia/src/gpu/ |
D | SkGpuDevice.h | 112 bool wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores,
|