Home
last modified time | relevance | path

Searched refs:kSelection (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.h39 kSelection, enumerator
103 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock()
Dconstruct.cpp45 case ConstructType::kSelection: in ValidateConstructSize()
110 type() == ConstructType::kSelection && in blocks()
167 assert(type() == ConstructType::kSelection); in IsStructuredExit()
Dfunction.cpp105 AddConstruct({ConstructType::kSelection, current_block(), &merge_block}); in RegisterSelectionMerge()
Dvalidate_cfg.cpp403 case ConstructType::kSelection: in ConstructNames()
806 if (construct.type() == ConstructType::kSelection && in StructuredControlFlowChecks()
/external/deqp-deps/SPIRV-Tools/source/val/
Dconstruct.h39 kSelection, enumerator
103 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock()
Dconstruct.cpp45 case ConstructType::kSelection: in ValidateConstructSize()
110 type() == ConstructType::kSelection && in blocks()
167 assert(type() == ConstructType::kSelection); in IsStructuredExit()
Dfunction.cpp105 AddConstruct({ConstructType::kSelection, current_block(), &merge_block}); in RegisterSelectionMerge()
Dvalidate_cfg.cpp403 case ConstructType::kSelection: in ConstructNames()
806 if (construct.type() == ConstructType::kSelection && in StructuredControlFlowChecks()