HomeSort by relevance Sort by last modified time
    Searched defs:waitForFences (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesQueueBindSparseTests.cpp 134 bool waitForFences (const DeviceInterface& vk, const VkDevice device, const std::vector<FenceSp>& fences)
138 if (vk.waitForFences(device, 1u, &(***fenceSpIter), VK_TRUE, ~0ull) != VK_SUCCESS)
296 if (!waitForFences(vk, getDevice(), bindSparseFences))
299 if (!waitForFences(vk, getDevice(), regularFences))
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 392 void waitForFences (const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout)
394 VK_CHECK(vk.waitForFences(device, fenceCount, pFences, waitAll, timeout));
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 67 milliseconds