Searched refs:fence_node (Results 1 – 1 of 1) sorted by relevance
4029 FENCE_NODE *fence_node = GetFenceNode(fence); in PreCallValidateDestroyFence() local4031 if (fence_node) { in PreCallValidateDestroyFence()4032 if (fence_node->scope == kSyncScopeInternal && fence_node->state == FENCE_INFLIGHT) { in PreCallValidateDestroyFence()5048 auto &fence_node = device_data->fenceMap[*pFence]; in PostCallRecordCreateFence() local5049 fence_node.fence = *pFence; in PostCallRecordCreateFence()5050 fence_node.createInfo = *pCreateInfo; in PostCallRecordCreateFence()5051 …fence_node.state = (pCreateInfo->flags & VK_FENCE_CREATE_SIGNALED_BIT) ? FENCE_RETIRED : FENCE_UNS… in PostCallRecordCreateFence()11437 FENCE_NODE *fence_node = GetFenceNode(fence); in ValidateImportFence() local11439 …if (fence_node && fence_node->scope == kSyncScopeInternal && fence_node->state == FENCE_INFLIGHT) { in ValidateImportFence()11449 FENCE_NODE *fence_node = GetFenceNode(fence); in RecordImportFenceState() local[all …]