Searched refs:FENCE_UNSIGNALED (Results 1 – 2 of 2) sorted by relevance
51 enum FENCE_STATUS { FENCE_UNSIGNALED, FENCE_INFLIGHT, FENCE_RETIRED }; enumerator62 FENCE_STATE() : state(FENCE_UNSIGNALED), scope(kSyncScopeInternal) {} in FENCE_STATE()
4897 pFence->state = FENCE_UNSIGNALED; in PostCallRecordResetFences()4989 …te->state = (pCreateInfo->flags & VK_FENCE_CREATE_SIGNALED_BIT) ? FENCE_RETIRED : FENCE_UNSIGNALED; in PostCallRecordCreateFence()12521 fence_state->state = FENCE_UNSIGNALED; in RecordGetExternalFenceState()