Searched refs:false_label (Results 1 – 5 of 5) sorted by relevance
229 SpvId true_label, SpvId false_label);
591 SpvId true_label, SpvId false_label) in spirv_builder_emit_branch_conditional() argument597 spirv_buffer_emit_word(&b->instructions, false_label); in spirv_builder_emit_branch_conditional()
646 const auto false_label = terminator->GetOperandAs<uint32_t>(2); in ValidateStructuredSelections() local651 seen.insert(true_label).second && seen.insert(false_label).second; in ValidateStructuredSelections()