Home
last modified time | relevance | path

Searched defs:waitForFences (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesQueueBindSparseTests.cpp134 bool waitForFences (const DeviceInterface& vk, const VkDevice device, const std::vector<FenceSp>& f… in waitForFences() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl26 WaitForFencesFunc waitForFences; variable
DvkDeviceDriverImpl.inl115 VkResult DeviceDriver::waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences,… function in DeviceDriver
DvkNullDriverImpl.inl471 VKAPI_ATTR VkResult VKAPI_CALL waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* … function
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp417 void waitForFences (const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence*… in waitForFences() function
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16292 …Result waitForFences( uint32_t fenceCount, const Fence* pFences, Bool32 waitAll, uint64_t timeout … in waitForFences() function in vk::Device
16298 Result waitForFences( ArrayProxy<const Fence> fences, Bool32 waitAll, uint64_t timeout ) const in waitForFences() function in vk::Device