Searched refs:current_emitting_switch (Results 1 – 2 of 2) sorted by relevance
355 SPIRBlock *current_emitting_switch = nullptr; member in SPIRV_CROSS_NAMESPACE::CompilerGLSL
14084 if (current_emitting_switch && is_loop_break(to) && in branch()14085 current_emitting_switch->loop_dominator != BlockID(SPIRBlock::NoDominator) && in branch()14086 get<SPIRBlock>(current_emitting_switch->loop_dominator).merge_block == to) in branch()14088 if (!current_emitting_switch->need_ladder_break) in branch()14091 current_emitting_switch->need_ladder_break = true; in branch()14094 statement("_", current_emitting_switch->self, "_ladder_break = true;"); in branch()14753 SPIRBlock *old_emitting_switch = current_emitting_switch; in emit_block_chain()14754 current_emitting_switch = █ in emit_block_chain()15012 current_emitting_switch = old_emitting_switch; in emit_block_chain()