Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dthread_safety.h780 void PostCallRecordGetFenceStatus(
Dthread_safety.cpp621 void ThreadSafety::PostCallRecordGetFenceStatus( in PostCallRecordGetFenceStatus() function in ThreadSafety
Dchassis.h2640 … virtual void PostCallRecordGetFenceStatus(VkDevice device, VkFence fence, VkResult result) {}; in PostCallRecordGetFenceStatus() function
Dchassis.cpp1686 intercept->PostCallRecordGetFenceStatus(device, fence, result); in GetFenceStatus()
/external/vulkan-validation-layers/layers/
Dcore_validation.h1644 void PostCallRecordGetFenceStatus(VkDevice device, VkFence fence, VkResult result);
Dcore_validation.cpp4064 void CoreChecks::PostCallRecordGetFenceStatus(VkDevice device, VkFence fence, VkResult result) { in PostCallRecordGetFenceStatus() function in CoreChecks