/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesQueueBindSparseTests.cpp | 134 bool waitForFences (const DeviceInterface& vk, const VkDevice device, const std::vector<FenceSp>& f… in waitForFences() function
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDevice.cpp | 228 VkResult Device::waitForFences(uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint6… in waitForFences() function in vk::Device
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceFunctionPointers.inl | 27 WaitForFencesFunc waitForFences; variable
|
D | vkDeviceDriverImpl.inl | 120 VkResult DeviceDriver::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences,… function in DeviceDriver
|
D | vkNullDriverImpl.inl | 645 VKAPI_ATTR VkResult VKAPI_CALL waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* … function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 445 void waitForFences (const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence*… in waitForFences() function
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_funcs.hpp | 1560 …VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::waitForFences( uint32_t … in waitForFences() function in VULKAN_HPP_NAMESPACE::Device 1574 Device::waitForFences( ArrayProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, in waitForFences() function in VULKAN_HPP_NAMESPACE::Device
|
D | vulkan_raii.hpp | 10362 Device::waitForFences( ArrayProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, in waitForFences() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_funcs.hpp | 1530 …VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::waitForFences( uint32_t … in waitForFences() function in VULKAN_HPP_NAMESPACE::Device 1544 Device::waitForFences( ArrayProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, in waitForFences() function in VULKAN_HPP_NAMESPACE::Device
|
D | vulkan_raii.hpp | 9609 Device::waitForFences( ArrayProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, in waitForFences() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device
|