Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl115 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout… argument
117 return m_vk.waitForFences(device, fenceCount, pFences, waitAll, timeout);
DvkConcreteDeviceInterface.inl26 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout…
DvkVirtualDeviceInterface.inl26 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout…
DvkNullDriverImpl.inl490 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) argument
495 DE_UNREF(waitAll);
DvkFunctionPointerTypes.inl43 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout…
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp2305 bool PostWaitForFences(VkDevice device, uint32_t fenceCount, VkBool32 waitAll, uint64_t timeout, Vk… in PostWaitForFences() argument
2318 vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uin… in vkWaitForFences() argument
2324 … parameter_validation_vkWaitForFences(my_data->report_data, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
2327 …h_table(pc_device_table_map, device)->WaitForFences(device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
2329 PostWaitForFences(device, fenceCount, waitAll, timeout, result); in vkWaitForFences()
Dcore_validation.cpp5540 vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uin… in vkWaitForFences() argument
5553 …lt = dev_data->device_dispatch_table->WaitForFences(device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
5558 if (waitAll || fenceCount == 1) { in vkWaitForFences()
/external/vulkan-validation-layers/loader/
Dtrampoline.c1093 VkBool32 waitAll, uint64_t timeout) { argument
1098 return disp->WaitForFences(device, fenceCount, pFences, waitAll, timeout);
/external/skia/third_party/vulkan/
Dvulkan.h2236 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
2543 VkBool32 waitAll,
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2245 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
2552 VkBool32 waitAll,
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp325 …, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) in waitForFences() argument
327 VK_CHECK(vk.waitForFences(device, fenceCount, pFences, waitAll, timeout)); in waitForFences()