Home
last modified time | relevance | path

Searched defs:false_label (Results 1 – 4 of 4) sorted by relevance

/third_party/spirv-tools/source/val/
Dvalidate_cfg.cpp646 const auto false_label = terminator->GetOperandAs<uint32_t>(2); in ValidateStructuredSelections() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp658 const auto false_label = terminator->GetOperandAs<uint32_t>(2); in ValidateStructuredSelections() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_cfg.cpp658 const auto false_label = terminator->GetOperandAs<uint32_t>(2); in ValidateStructuredSelections() local
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c696 SpvId true_label, SpvId false_label) in spirv_builder_emit_branch_conditional()