/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_set_selection_control_test.cpp | 113 44, uint32_t(spv::SelectionControlMask::Flatten)) in TEST() 117 13, uint32_t(spv::SelectionControlMask::MaskNone)) in TEST() 121 10, uint32_t(spv::SelectionControlMask::MaskNone)) in TEST() 125 11, uint32_t(spv::SelectionControlMask::DontFlatten)); in TEST() 132 23, uint32_t(spv::SelectionControlMask::Flatten)); in TEST() 139 31, uint32_t(spv::SelectionControlMask::MaskNone)); in TEST() 146 31, uint32_t(spv::SelectionControlMask::Flatten)); in TEST()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_set_selection_control.cpp | 32 assert((spv::SelectionControlMask(message_.selection_control()) == in IsApplicable() 33 spv::SelectionControlMask::MaskNone || in IsApplicable() 34 spv::SelectionControlMask(message_.selection_control()) == in IsApplicable() 35 spv::SelectionControlMask::Flatten || in IsApplicable() 36 spv::SelectionControlMask(message_.selection_control()) == in IsApplicable() 37 spv::SelectionControlMask::DontFlatten) && in IsApplicable()
|
H A D | fuzzer_pass_adjust_selection_controls.cpp | 51 for (auto control : {spv::SelectionControlMask::MaskNone, in Apply() 52 spv::SelectionControlMask::Flatten, in Apply() 53 spv::SelectionControlMask::DontFlatten}) { in Apply() 55 spv::SelectionControlMask(merge_inst->GetSingleWordOperand(1))) { in Apply()
|
H A D | transformation_wrap_region_in_selection.cpp | 77 {uint32_t(spv::SelectionControlMask::MaskNone)}}})); in Apply()
|
H A D | transformation_add_dead_block.cpp | 139 {uint32_t(spv::SelectionControlMask::MaskNone)}}}))); in Apply()
|
H A D | transformation_replace_opselect_with_conditional_branch.cpp | 144 {uint32_t(spv::SelectionControlMask::MaskNone)}}})); in Apply()
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.control_flow_test.cpp | 43 TestWithParam<EnumCase<spv::SelectionControlMask>>>; 53 #define CASE(VALUE,NAME) { spv::SelectionControlMask::VALUE, NAME} 55 ValuesIn(std::vector<EnumCase<spv::SelectionControlMask>>{ 66 uint32_t(spv::SelectionControlMask::Flatten | in TEST_F() 67 spv::SelectionControlMask::DontFlatten); in TEST_F()
|
H A D | operand_capabilities_test.cpp | 592 CASE0(SELECTION_CONTROL, SelectionControlMask::MaskNone), 593 CASE0(SELECTION_CONTROL, SelectionControlMask::Flatten), 594 CASE0(SELECTION_CONTROL, SelectionControlMask::DontFlatten),
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.hpp | 465 enum SelectionControlMask { enum 992 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.hpp | 470 enum SelectionControlMask { enum 1014 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.hpp | 465 enum SelectionControlMask { enum 992 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.hpp | 470 enum SelectionControlMask { enum 1014 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.hpp | 465 enum SelectionControlMask { enum 992 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.hpp | 470 enum SelectionControlMask { enum 1014 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.hpp | 475 enum SelectionControlMask { enum 1020 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.hpp | 475 enum SelectionControlMask { enum 1020 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.hpp | 475 enum SelectionControlMask { enum 1020 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/glslang/SPIRV/ |
H A D | spirv.hpp | 744 enum SelectionControlMask { enum 2756 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |() 2757 inline SelectionControlMask operator&(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) & unsigned(b)); } in operator &() 2758 inline SelectionControlMask operato in operator &() [all...] |
/third_party/spirv-headers/include/spirv/unified1/ |
H A D | spirv.hpp | 776 enum SelectionControlMask { enum 2842 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |() 2843 inline SelectionControlMask operator&(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) & unsigned(b)); } in operator &() 2844 inline SelectionControlMask operato in operator &() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | if_conversion.cpp | 177 if (spv::SelectionControlMask(merge->GetSingleWordInOperand(1)) == in CheckBlock() 178 spv::SelectionControlMask::DontFlatten) { in CheckBlock()
|
H A D | ir_builder.h | 179 spv::SelectionControlMask::MaskNone)) { in AddSelectionMerge() 232 static_cast<uint32_t>(spv::SelectionControlMask::MaskNone)) { in AddConditionalBranch() 262 static_cast<uint32_t>(spv::SelectionControlMask::MaskNone)) { in AddSwitch()
|
/third_party/spirv-tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 187 {uint32_t(spv::SelectionControlMask::MaskNone)}}}); in ChangeLoopToSelection()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv.hpp | 636 enum SelectionControlMask { enum 2191 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | spirv.hpp | 679 enum SelectionControlMask { enum 2476 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.hpp | 680 enum SelectionControlMask { enum 2477 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|