Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp196 FENCE_NODE *CoreChecks::GetFenceNode(VkFence fence) { in GetFenceNode() function in CoreChecks
2687 auto fence_state = GetFenceNode(fence); in VerifyQueueStateToFence()
2766 auto pFence = GetFenceNode(submission.fence); in RetireWorkOnQueue()
2993 auto pFence = GetFenceNode(fence); in PostCallRecordQueueSubmit()
3104 auto pFence = GetFenceNode(fence); in PreCallValidateQueueSubmit()
3885 auto pFence = GetFenceNode(fence); in VerifyWaitFenceState()
3898 auto pFence = GetFenceNode(fence); in RetireFence()
4029 FENCE_NODE *fence_node = GetFenceNode(fence); in PreCallValidateDestroyFence()
4897 auto pFence = GetFenceNode(pFences[i]); in PreCallValidateResetFences()
4909 auto pFence = GetFenceNode(pFences[i]); in PostCallRecordResetFences()
[all …]
Dcore_validation.h266 FENCE_NODE* GetFenceNode(VkFence fence);