Home
last modified time | relevance | path

Searched refs:add_header_line (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp237 void add_header_line(const std::string &str);
Dspirv_cross_c.cpp765 static_cast<CompilerGLSL *>(compiler->compiler.get())->add_header_line(line); in spvc_compiler_add_header_line()
Dspirv_msl.cpp1486 add_header_line("#include <metal_atomic>"); in preprocess_op_codes()
Dspirv_glsl.cpp13577 void CompilerGLSL::add_header_line(const std::string &line) in add_header_line() function in CompilerGLSL