Searched refs:add_header_line (Results 1 – 4 of 4) sorted by relevance
237 void add_header_line(const std::string &str);
765 static_cast<CompilerGLSL *>(compiler->compiler.get())->add_header_line(line); in spvc_compiler_add_header_line()
1486 add_header_line("#include <metal_atomic>"); in preprocess_op_codes()
13577 void CompilerGLSL::add_header_line(const std::string &line) in add_header_line() function in CompilerGLSL