Home
last modified time | relevance | path

Searched refs:support_case_fallthrough (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp584 bool support_case_fallthrough = true; member
Dspirv_glsl.cpp644 backend.support_case_fallthrough = false; in compile()
14848 for (size_t i = 1; backend.support_case_fallthrough && i < num_blocks; i++) in emit_block_chain()
14955 if (backend.support_case_fallthrough && i + 1 < num_blocks && in emit_block_chain()
Dspirv_hlsl.cpp5767 backend.support_case_fallthrough = false; in compile()