Searched refs:ToShaderType (Results 1 – 2 of 2) sorted by relevance
44 Result ToShaderType(const std::string& str, ShaderType* type);
231 Result Parser::ToShaderType(const std::string& str, ShaderType* type) { in ToShaderType() function in amber::amberscript::Parser296 Result r = ToShaderType(token->AsString(), &type); in ParseShaderBlock()459 Result r = ToShaderType(token->AsString(), &shader_type); in ParsePipelineAttach()