Home
last modified time | relevance | path

Searched refs:false_label (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h229 SpvId true_label, SpvId false_label);
Dspirv_builder.c591 SpvId true_label, SpvId false_label) in spirv_builder_emit_branch_conditional() argument
597 spirv_buffer_emit_word(&b->instructions, false_label); in spirv_builder_emit_branch_conditional()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp646 const auto false_label = terminator->GetOperandAs<uint32_t>(2); in ValidateStructuredSelections() local
651 seen.insert(true_label).second && seen.insert(false_label).second; in ValidateStructuredSelections()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_cfg.cpp646 const auto false_label = terminator->GetOperandAs<uint32_t>(2); in ValidateStructuredSelections() local
651 seen.insert(true_label).second && seen.insert(false_label).second; in ValidateStructuredSelections()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp646 const auto false_label = terminator->GetOperandAs<uint32_t>(2); in ValidateStructuredSelections() local
651 seen.insert(true_label).second && seen.insert(false_label).second; in ValidateStructuredSelections()