Home
last modified time | relevance | path

Searched refs:SelectionControlMask (Results 1 - 25 of 48) sorted by relevance

12

/third_party/spirv-tools/test/fuzz/
H A Dtransformation_set_selection_control_test.cpp113 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 Dtransformation_set_selection_control.cpp32 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 Dfuzzer_pass_adjust_selection_controls.cpp51 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 Dtransformation_wrap_region_in_selection.cpp77 {uint32_t(spv::SelectionControlMask::MaskNone)}}})); in Apply()
H A Dtransformation_add_dead_block.cpp139 {uint32_t(spv::SelectionControlMask::MaskNone)}}}))); in Apply()
H A Dtransformation_replace_opselect_with_conditional_branch.cpp144 {uint32_t(spv::SelectionControlMask::MaskNone)}}})); in Apply()
/third_party/spirv-tools/test/
H A Dtext_to_binary.control_flow_test.cpp43 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 Doperand_capabilities_test.cpp592 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 Dspirv.hpp465 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 Dspirv.hpp470 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 Dspirv.hpp465 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 Dspirv.hpp470 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 Dspirv.hpp465 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 Dspirv.hpp470 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 Dspirv.hpp475 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 Dspirv.hpp475 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 Dspirv.hpp475 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 Dspirv.hpp744 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 Dspirv.hpp776 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 Dif_conversion.cpp177 if (spv::SelectionControlMask(merge->GetSingleWordInOperand(1)) == in CheckBlock()
178 spv::SelectionControlMask::DontFlatten) { in CheckBlock()
H A Dir_builder.h179 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 Dstructured_loop_to_selection_reduction_opportunity.cpp187 {uint32_t(spv::SelectionControlMask::MaskNone)}}}); in ChangeLoopToSelection()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv.hpp636 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 Dspirv.hpp679 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 Dspirv.hpp680 enum SelectionControlMask { enum
2477 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); } in operator |()

Completed in 73 milliseconds

12