/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()
|
H A D | transformation_add_early_terminator_wrapper.cpp | 82 {uint32_t(spv::FunctionControlMask::MaskNone)}}, in Apply()
|
/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()
|
H A D | operand_capabilities_test.cpp | 620 CASE0(FUNCTION_CONTROL, FunctionControlMask::MaskNone), 621 CASE0(FUNCTION_CONTROL, FunctionControlMask::Inline), 622 CASE0(FUNCTION_CONTROL, FunctionControlMask::DontInline), 623 CASE0(FUNCTION_CONTROL, FunctionControlMask::Pure), 624 CASE0(FUNCTION_CONTROL, FunctionControlMask::Const),
|
/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()
|
H A D | transformation_add_function_test.cpp | 159 {uint32_t(spv::FunctionControlMask::MaskNone)}}, in TEST() 315 {uint32_t(spv::FunctionControlMask::MaskNone)}}, in TEST() 539 {uint32_t(spv::FunctionControlMask::MaskNone)}}, in TEST() 551 {uint32_t(spv::FunctionControlMask::MaskNone)}}, in TEST() 561 {uint32_t(spv::FunctionControlMask::MaskNone)}}, in TEST() 599 {uint32_t(spv::FunctionControlMask::MaskNone)}}, in TEST() 863 {uint32_t(spv::FunctionControlMask::MaskNone)}}, in TEST() 1027 {uint32_t(spv::FunctionControlMask::MaskNone)}}, in TEST() 1225 {uint32_t(spv::FunctionControlMask::MaskNone)}}, in TEST() 1674 {uint32_t(spv::FunctionControlMask in TEST() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | remove_dontinline_pass.cpp | 40 if ((function_control & uint32_t(spv::FunctionControlMask::DontInline)) == in ClearDontInlineFunctionControl() 44 function_control &= ~uint32_t(spv::FunctionControlMask::DontInline); in ClearDontInlineFunctionControl()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.hpp | 491 enum FunctionControlMask { enum 994 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
H A D | spirv.cs | 491 public enum FunctionControlMask enum in Spv.Specification
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.hpp | 500 enum FunctionControlMask { enum 1016 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(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 | 491 enum FunctionControlMask { enum 994 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(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 | 500 enum FunctionControlMask { enum 1016 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/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 FunctionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.hpp | 500 enum FunctionControlMask { enum 1016 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.hpp | 505 enum FunctionControlMask { enum 1022 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(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 | 505 enum FunctionControlMask { enum 1022 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/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 FunctionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/glslang/SPIRV/ |
H A D | spirv.hpp | 805 enum FunctionControlMask { enum 2764 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); } in operator |() 2765 inline FunctionControlMask operator&(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) & unsigned(b)); } in operator &() 2766 inline FunctionControlMask operato in operator &() [all...] |
/third_party/spirv-headers/include/spirv/unified1/ |
H A D | spirv.hpp | 837 enum FunctionControlMask { enum 2850 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); } in operator |() 2851 inline FunctionControlMask operator&(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) & unsigned(b)); } in operator &() 2852 inline FunctionControlMask operato in operator &() [all...] |
/third_party/spirv-tools/source/val/ |
H A D | function.h | 58 spv::FunctionControlMask function_control, 291 spv::FunctionControlMask function_control_;
|
H A D | validate_layout.cpp | 177 auto control_mask = inst->GetOperandAs<spv::FunctionControlMask>(2); in FunctionScopedInstructions()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv.hpp | 690 enum FunctionControlMask { enum 2193 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | spirv.hpp | 736 enum FunctionControlMask { enum 2478 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(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 | 737 enum FunctionControlMask { enum 2479 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); } in operator |()
|