Searched refs:FENCE_UNSIGNALED (Results 1 – 2 of 2) sorted by relevance
50 enum FENCE_STATE { FENCE_UNSIGNALED, FENCE_INFLIGHT, FENCE_RETIRED }; enumerator61 FENCE_NODE() : state(FENCE_UNSIGNALED), scope(kSyncScopeInternal) {} in FENCE_NODE()
3887 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()