Home
last modified time | relevance | path

Searched refs:SelectionControlMask (Results 1 – 25 of 120) sorted by relevance

12345

/external/angle/third_party/spirv-tools/src/test/fuzz/
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()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
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()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
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()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
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()
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()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
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()
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()
/external/angle/third_party/spirv-tools/src/source/fuzz/
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()
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()
/external/deqp-deps/SPIRV-Tools/test/
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()
/external/angle/third_party/spirv-tools/src/test/
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()
/external/swiftshader/third_party/SPIRV-Tools/test/
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()
/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
Dspirv.hpp470 enum SelectionControlMask { enum
1014 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.hpp470 enum SelectionControlMask { enum
1014 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.hpp465 enum SelectionControlMask { enum
992 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.hpp475 enum SelectionControlMask { enum
1020 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.hpp470 enum SelectionControlMask { enum
1014 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.hpp465 enum SelectionControlMask { enum
992 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.hpp465 enum SelectionControlMask { enum
992 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
/external/angle/third_party/spirv-headers/src/include/spirv/1.2/
Dspirv.hpp475 enum SelectionControlMask { enum
1020 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.hpp475 enum SelectionControlMask { enum
1020 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.hpp465 enum SelectionControlMask { enum
992 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.hpp470 enum SelectionControlMask { enum
1014 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.hpp475 enum SelectionControlMask { enum
1020 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.hpp791 enum SelectionControlMask { enum
2899 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator |()
2900 inline SelectionControlMask operator&(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator &()
2901 inline SelectionControlMask operator^(SelectionControlMask a, SelectionControlMask b) { return Sele… in operator ^()
2902 inline SelectionControlMask operator~(SelectionControlMask a) { return SelectionControlMask(~unsign… in operator ~()

12345