Home
last modified time | relevance | path

Searched refs:PostCallRecordWaitForFences (Results 1 – 6 of 6) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dthread_safety.h792 void PostCallRecordWaitForFences(
Dthread_safety.cpp643 void ThreadSafety::PostCallRecordWaitForFences( in PostCallRecordWaitForFences() function in ThreadSafety
Dchassis.h2643 …virtual void PostCallRecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFen… in PostCallRecordWaitForFences() function
Dchassis.cpp1711 … intercept->PostCallRecordWaitForFences(device, fenceCount, pFences, waitAll, timeout, result); in WaitForFences()
/external/vulkan-validation-layers/layers/
Dcore_validation.h1642 …void PostCallRecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB…
Dcore_validation.cpp4049 void CoreChecks::PostCallRecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *p… in PostCallRecordWaitForFences() function in CoreChecks