/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/ |
H A D | transformation_set_function_control.cpp | 44 spv::FunctionControlMask::Inline | spv::FunctionControlMask::DontInline | in IsApplicable() 45 spv::FunctionControlMask::Pure | spv::FunctionControlMask::Const); in IsApplicable() 55 (uint32_t)spv::FunctionControlMask::Inline) && in IsApplicable() 57 (uint32_t)spv::FunctionControlMask::DontInline)) && in IsApplicable() 64 {spv::FunctionControlMask::Pure, spv::FunctionControlMask::Const}) { in IsApplicable()
|
H A D | fuzzer_pass_adjust_function_controls.cpp | 43 std::vector<spv::FunctionControlMask> basic_function_control_masks = { in Apply() 44 spv::FunctionControlMask::MaskNone, spv::FunctionControlMask::Inline, in Apply() 45 spv::FunctionControlMask::DontInline}; in Apply() 54 {spv::FunctionControlMask::Pure, spv::FunctionControlMask::Const}) { in Apply()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_set_function_control.cpp | 44 spv::FunctionControlMask::Inline | spv::FunctionControlMask::DontInline | in IsApplicable() 45 spv::FunctionControlMask::Pure | spv::FunctionControlMask::Const); in IsApplicable() 55 (uint32_t)spv::FunctionControlMask::Inline) && in IsApplicable() 57 (uint32_t)spv::FunctionControlMask::DontInline)) && in IsApplicable() 64 {spv::FunctionControlMask::Pure, spv::FunctionControlMask::Const}) { in IsApplicable()
|
D | fuzzer_pass_adjust_function_controls.cpp | 43 std::vector<spv::FunctionControlMask> basic_function_control_masks = { in Apply() 44 spv::FunctionControlMask::MaskNone, spv::FunctionControlMask::Inline, in Apply() 45 spv::FunctionControlMask::DontInline}; in Apply() 54 {spv::FunctionControlMask::Pure, spv::FunctionControlMask::Const}) { in Apply()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_set_function_control.cpp | 44 spv::FunctionControlMask::Inline | spv::FunctionControlMask::DontInline | in IsApplicable() 45 spv::FunctionControlMask::Pure | spv::FunctionControlMask::Const); in IsApplicable() 55 (uint32_t)spv::FunctionControlMask::Inline) && in IsApplicable() 57 (uint32_t)spv::FunctionControlMask::DontInline)) && in IsApplicable() 64 {spv::FunctionControlMask::Pure, spv::FunctionControlMask::Const}) { in IsApplicable()
|
H A D | fuzzer_pass_adjust_function_controls.cpp | 43 std::vector<spv::FunctionControlMask> basic_function_control_masks = { in Apply() 44 spv::FunctionControlMask::MaskNone, spv::FunctionControlMask::Inline, in Apply() 45 spv::FunctionControlMask::DontInline}; in Apply() 54 {spv::FunctionControlMask::Pure, spv::FunctionControlMask::Const}) { in Apply()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_set_function_control_test.cpp | 128 36, uint32_t(spv::FunctionControlMask::MaskNone)) in TEST() 132 4, uint32_t(spv::FunctionControlMask::Pure)) in TEST() 137 21, uint32_t(spv::FunctionControlMask::Const)) in TEST() 142 11, uint32_t(spv::FunctionControlMask::MaskNone)); in TEST() 150 4, uint32_t(spv::FunctionControlMask::Inline)); in TEST() 158 17, uint32_t(spv::FunctionControlMask::Pure)); in TEST() 166 13, uint32_t(spv::FunctionControlMask::DontInline)); in TEST()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_set_function_control_test.cpp | 128 36, uint32_t(spv::FunctionControlMask::MaskNone)) in TEST() 132 4, uint32_t(spv::FunctionControlMask::Pure)) in TEST() 137 21, uint32_t(spv::FunctionControlMask::Const)) in TEST() 142 11, uint32_t(spv::FunctionControlMask::MaskNone)); in TEST() 150 4, uint32_t(spv::FunctionControlMask::Inline)); in TEST() 158 17, uint32_t(spv::FunctionControlMask::Pure)); in TEST() 166 13, uint32_t(spv::FunctionControlMask::DontInline)); in TEST()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/ |
H A D | transformation_set_function_control_test.cpp | 128 36, uint32_t(spv::FunctionControlMask::MaskNone)) in TEST() 132 4, uint32_t(spv::FunctionControlMask::Pure)) in TEST() 137 21, uint32_t(spv::FunctionControlMask::Const)) in TEST() 142 11, uint32_t(spv::FunctionControlMask::MaskNone)); in TEST() 150 4, uint32_t(spv::FunctionControlMask::Inline)); in TEST() 158 17, uint32_t(spv::FunctionControlMask::Pure)); in TEST() 166 13, uint32_t(spv::FunctionControlMask::DontInline)); in TEST()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.function_test.cpp | 36 ::testing::TestWithParam<EnumCase<spv::FunctionControlMask>>>; 47 #define CASE(VALUE,NAME) { spv::FunctionControlMask::VALUE, NAME } 49 ::testing::ValuesIn(std::vector<EnumCase<spv::FunctionControlMask>>{ 64 const uint32_t expected_mask = uint32_t(spv::FunctionControlMask::Inline | in TEST_F() 65 spv::FunctionControlMask::Pure | in TEST_F() 66 spv::FunctionControlMask::Const); in TEST_F()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.function_test.cpp | 36 ::testing::TestWithParam<EnumCase<spv::FunctionControlMask>>>; 47 #define CASE(VALUE,NAME) { spv::FunctionControlMask::VALUE, NAME } 49 ::testing::ValuesIn(std::vector<EnumCase<spv::FunctionControlMask>>{ 64 const uint32_t expected_mask = uint32_t(spv::FunctionControlMask::Inline | in TEST_F() 65 spv::FunctionControlMask::Pure | in TEST_F() 66 spv::FunctionControlMask::Const); in TEST_F()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/ |
H A D | text_to_binary.function_test.cpp | 36 ::testing::TestWithParam<EnumCase<spv::FunctionControlMask>>>; 47 #define CASE(VALUE,NAME) { spv::FunctionControlMask::VALUE, NAME } 49 ::testing::ValuesIn(std::vector<EnumCase<spv::FunctionControlMask>>{ 64 const uint32_t expected_mask = uint32_t(spv::FunctionControlMask::Inline | in TEST_F() 65 spv::FunctionControlMask::Pure | in TEST_F() 66 spv::FunctionControlMask::Const); in TEST_F()
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | spirv.hpp | 808 enum FunctionControlMask { enum 2773 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |() 2774 inline FunctionControlMask operator&(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator &() 2775 inline FunctionControlMask operator^(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator ^() 2776 inline FunctionControlMask operator~(FunctionControlMask a) { return FunctionControlMask(~unsigned(… in operator ~()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.hpp | 852 enum FunctionControlMask { enum 2907 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |() 2908 inline FunctionControlMask operator&(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator &() 2909 inline FunctionControlMask operator^(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator ^() 2910 inline FunctionControlMask operator~(FunctionControlMask a) { return FunctionControlMask(~unsigned(… in operator ~()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.hpp | 848 enum FunctionControlMask { enum 2872 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |() 2873 inline FunctionControlMask operator&(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator &() 2874 inline FunctionControlMask operator^(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator ^() 2875 inline FunctionControlMask operator~(FunctionControlMask a) { return FunctionControlMask(~unsigned(… in operator ~()
|
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.hpp | 505 enum FunctionControlMask { enum 1022 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.hpp | 505 enum FunctionControlMask { enum 1022 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.hpp | 491 enum FunctionControlMask { enum 994 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |()
|
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.2/ |
H A D | spirv.hpp | 505 enum FunctionControlMask { enum 1022 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.hpp | 491 enum FunctionControlMask { enum 994 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.hpp | 505 enum FunctionControlMask { enum 1022 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |()
|
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.1/ |
H A D | spirv.hpp | 500 enum FunctionControlMask { enum 1016 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.hpp | 500 enum FunctionControlMask { enum 1016 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |()
|
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.hpp | 500 enum FunctionControlMask { enum 1016 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |()
|
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.hpp | 491 enum FunctionControlMask { enum 994 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return Functio… in operator |()
|