Home
last modified time | relevance | path

Searched refs:FENCE_UNSIGNALED (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.h50 enum FENCE_STATE { FENCE_UNSIGNALED, FENCE_INFLIGHT, FENCE_RETIRED }; enumerator
61 FENCE_NODE() : state(FENCE_UNSIGNALED), scope(kSyncScopeInternal) {} in FENCE_NODE()
Dcore_validation.cpp3887 if (pFence->state == FENCE_UNSIGNALED) { in VerifyWaitFenceState()
4912 pFence->state = FENCE_UNSIGNALED; in PostCallRecordResetFences()
5051 …ode.state = (pCreateInfo->flags & VK_FENCE_CREATE_SIGNALED_BIT) ? FENCE_RETIRED : FENCE_UNSIGNALED; in PostCallRecordCreateFence()
11496 fence_state->state = FENCE_UNSIGNALED; in RecordGetExternalFenceState()