Searched refs:obj_node (Results 1 – 2 of 2) sorted by relevance
1084 …bool ValidateObjectNotInUse(const BASE_NODE* obj_node, const VulkanTypedHandle& obj_struct, const …
3874 bool CoreChecks::ValidateObjectNotInUse(const BASE_NODE *obj_node, const VulkanTypedHandle &obj_str… in ValidateObjectNotInUse() argument3878 if (obj_node->in_use.load()) { in ValidateObjectNotInUse()