HomeSort by relevance Sort by last modified time
    Searched refs:FenceSp (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesQueueBindSparseTests.cpp 52 typedef de::SharedPtr<Unique<VkFence> > FenceSp;
134 bool waitForFences (const DeviceInterface& vk, const VkDevice device, const std::vector<FenceSp>& fences)
136 for (std::vector<FenceSp>::const_iterator fenceSpIter = fences.begin(); fenceSpIter != fences.end(); ++fenceSpIter)
269 std::vector<FenceSp> regularFences;
270 std::vector<FenceSp> bindSparseFences;
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp     [all...]

Completed in 427 milliseconds