Home
last modified time | relevance | path

Searched defs:waitAll (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_device.c1685 VkBool32 waitAll, in anv_WaitForFences()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c1365 VkBool32 waitAll, in radv_WaitForFences()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl115 …nces (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 tim…
DvkNullDriverImpl.inl471 …nces (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 tim…
/external/vulkan-validation-layers/loader/
Dtrampoline.c1185 VkBool32 waitAll, uint64_t timeout) {
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp359 …ences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t tim… in vkWaitForFences()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp868 …_CALL WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, in WaitForFences()
Dparameter_validation.cpp2162 …_CALL WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, in WaitForFences()
Dcore_validation.cpp5302 WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint6… in WaitForFences()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp417 …& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 tim… in waitForFences()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16292 …Result waitForFences( uint32_t fenceCount, const Fence* pFences, Bool32 waitAll, uint64_t timeout … in waitForFences()
16298 Result waitForFences( ArrayProxy<const Fence> fences, Bool32 waitAll, uint64_t timeout ) const in waitForFences()