Home
last modified time | relevance | path

Searched defs:subpass_to_node (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp8992 …2 FindDependency(const int index, const int dependent, const std::vector<DAGNode> &subpass_to_node, in FindDependency()
9012 const std::vector<DAGNode> &subpass_to_node, VkBool32 &skip_call) { in CheckDependencyExists()
9045 …const uint32_t attachment, const std::vector<DAGNode> &subpass_to_node, int depth, VkBool32 &skip_… in CheckPreserved()
9093 const std::vector<DAGNode> &subpass_to_node) { in ValidateDependencies()
9266std::vector<DAGNode> &subpass_to_node, std::vector<bool> &has_self_dependency) { in CreatePassDAG()
9327 std::vector<DAGNode> subpass_to_node(pCreateInfo->subpassCount); in vkCreateRenderPass() local