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.h38 kSelection, enumerator
102 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock()
Dconstruct.cpp44 case ConstructType::kSelection: in ValidateConstructSize()
109 if (block_depth == header_depth && type() == ConstructType::kSelection && in blocks()
Dvalidate_cfg.cpp268 case ConstructType::kSelection: in ConstructNames()
568 if (construct.type() == ConstructType::kSelection && in StructuredControlFlowChecks()
Dfunction.cpp100 AddConstruct({ConstructType::kSelection, current_block(), &merge_block}); in RegisterSelectionMerge()
/external/deqp-deps/SPIRV-Tools/source/val/
Dconstruct.h38 kSelection, enumerator
102 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock()
Dconstruct.cpp44 case ConstructType::kSelection: in ValidateConstructSize()
109 if (block_depth == header_depth && type() == ConstructType::kSelection && in blocks()
Dvalidate_cfg.cpp268 case ConstructType::kSelection: in ConstructNames()
568 if (construct.type() == ConstructType::kSelection && in StructuredControlFlowChecks()
Dfunction.cpp100 AddConstruct({ConstructType::kSelection, current_block(), &merge_block}); in RegisterSelectionMerge()