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.h51 enum FENCE_STATUS { FENCE_UNSIGNALED, FENCE_INFLIGHT, FENCE_RETIRED }; enumerator
62 FENCE_STATE() : state(FENCE_UNSIGNALED), scope(kSyncScopeInternal) {} in FENCE_STATE()
Dcore_validation.cpp4897 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()