/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 115 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout… argument 117 return m_vk.waitForFences(device, fenceCount, pFences, waitAll, timeout);
|
D | vkConcreteDeviceInterface.inl | 26 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout…
|
D | vkVirtualDeviceInterface.inl | 26 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout…
|
D | vkNullDriverImpl.inl | 490 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) argument 495 DE_UNREF(waitAll);
|
D | vkFunctionPointerTypes.inl | 43 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout…
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation.cpp | 2305 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()
|
D | core_validation.cpp | 5540 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/ |
D | trampoline.c | 1093 VkBool32 waitAll, uint64_t timeout) { argument 1098 return disp->WaitForFences(device, fenceCount, pFences, waitAll, timeout);
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 2236 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 2543 VkBool32 waitAll,
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 2245 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 2552 VkBool32 waitAll,
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 325 …, 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()
|