Searched refs:NameToNodeType (Results 1 – 3 of 3) sorted by relevance
66 return NameToNodeType(name, section_type, shader_type, fmt); in NameToNodeTypeForTesting()76 Result NameToNodeType(const std::string& name,
44 Result SectionParser::NameToNodeType(const std::string& data, in NameToNodeType() function in amber::vkscript::SectionParser198 NameToNodeType(name, ¤t_type, ¤t_shader, ¤t_fmt); in SplitSections()
185 TEST_F(SectionParserTest, NameToNodeType) { in TEST_F() argument