Home
last modified time | relevance | path

Searched refs:FunctionControlMask (Results 1 - 25 of 47) sorted by relevance

12

/third_party/spirv-tools/source/fuzz/
H A Dtransformation_set_function_control.cpp44 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 Dfuzzer_pass_adjust_function_controls.cpp43 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 Dtransformation_add_early_terminator_wrapper.cpp82 {uint32_t(spv::FunctionControlMask::MaskNone)}}, in Apply()
/third_party/spirv-tools/test/
H A Dtext_to_binary.function_test.cpp36 ::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 Doperand_capabilities_test.cpp620 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 Dtransformation_set_function_control_test.cpp128 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 Dtransformation_add_function_test.cpp159 {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 Dremove_dontinline_pass.cpp40 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 Dspirv.hpp491 enum FunctionControlMask { enum
994 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); } in operator |()
H A Dspirv.cs491 public enum FunctionControlMask enum in Spv.Specification
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp500 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 Dspirv.hpp491 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 Dspirv.hpp500 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 Dspirv.hpp491 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 Dspirv.hpp500 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 Dspirv.hpp505 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 Dspirv.hpp505 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 Dspirv.hpp505 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 Dspirv.hpp805 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 Dspirv.hpp837 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 Dfunction.h58 spv::FunctionControlMask function_control,
291 spv::FunctionControlMask function_control_;
H A Dvalidate_layout.cpp177 auto control_mask = inst->GetOperandAs<spv::FunctionControlMask>(2); in FunctionScopedInstructions()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv.hpp690 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 Dspirv.hpp736 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 Dspirv.hpp737 enum FunctionControlMask { enum
2479 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); } in operator |()

Completed in 106 milliseconds

12