Searched refs:HasShader (Results 1 – 4 of 4) sorted by relevance
287 TEST_F(SectionParserTest, HasShader) { in TEST_F() argument288 EXPECT_TRUE(SectionParser::HasShader(NodeType::kShader)); in TEST_F()296 EXPECT_FALSE(SectionParser::HasShader(type)); in TEST_F()
29 bool SectionParser::HasShader(const NodeType type) { in HasShader() function in amber::vkscript::SectionParser119 if (!SectionParser::HasShader(*section_type) && in NameToNodeType()
50 static bool HasShader(const NodeType type);
79 if (!SectionParser::HasShader(section.section_type)) in GenerateDefaultPipeline()116 if (SectionParser::HasShader(section.section_type)) in ProcessSection()131 assert(SectionParser::HasShader(section.section_type)); in ProcessShaderBlock()