Home
last modified time | relevance | path

Searched refs:redirect_statement (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp470 if (redirect_statement) in statement()
472 redirect_statement->push_back(join(std::forward<Ts>(ts)...)); in statement()
496 SmallVector<std::string> *redirect_statement = nullptr; member in SPIRV_CROSS_NAMESPACE::CompilerGLSL
Dspirv_glsl.cpp14183 auto *old = redirect_statement; in emit_continue_block()
14184 redirect_statement = &statements; in emit_continue_block()
14216 redirect_statement = old; in emit_continue_block()
15632 if (redirect_statement) in emit_line_directive()