Home
last modified time | relevance | path

Searched refs:FPFastMathMode (Results 1 – 25 of 73) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp946 unsigned Flags = SPIRV::FPFastMathMode::None; in getFastMathFlags()
948 Flags |= SPIRV::FPFastMathMode::NotNaN; in getFastMathFlags()
950 Flags |= SPIRV::FPFastMathMode::NotInf; in getFastMathFlags()
952 Flags |= SPIRV::FPFastMathMode::NSZ; in getFastMathFlags()
954 Flags |= SPIRV::FPFastMathMode::AllowRecip; in getFastMathFlags()
956 Flags |= SPIRV::FPFastMathMode::Fast; in getFastMathFlags()
981 if (FMFlags == SPIRV::FPFastMathMode::None) in handleMIFlagDecoration()
984 buildOpDecorate(DstReg, I, TII, SPIRV::Decoration::FPFastMathMode, {FMFlags}); in handleMIFlagDecoration()
H A DSPIRVSymbolicOperands.td904 // Multiclass used to define FPFastMathMode enum values and at the same time
908 def FPFastMathMode : GenericEnum, Operand<i32> {
909 let FilterClass = "FPFastMathMode";
915 class FPFastMathMode<string name, bits<32> value> {
921 def : FPFastMathMode<NAME, value>;
1103 defm FPFastMathMode : DecorationOperand<40, 0, 0, [], [Kernel]>;
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp77 case spv::Decoration::FPFastMathMode: in IsNotMemberDecoration()
270 if (decoration == spv::Decoration::FPFastMathMode) { in ValidateDecorate()
291 if (_.HasDecoration(target_id, spv::Decoration::FPFastMathMode)) { in ValidateDecorate()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_annotation.cpp77 case spv::Decoration::FPFastMathMode: in IsNotMemberDecoration()
271 if (decoration == spv::Decoration::FPFastMathMode) { in ValidateDecorate()
292 if (_.HasDecoration(target_id, spv::Decoration::FPFastMathMode)) { in ValidateDecorate()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_annotation.cpp77 case spv::Decoration::FPFastMathMode: in IsNotMemberDecoration()
276 if (decoration == spv::Decoration::FPFastMathMode) { in ValidateDecorate()
297 if (_.HasDecoration(target_id, spv::Decoration::FPFastMathMode)) { in ValidateDecorate()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.extension_test.cpp1289 {1, (uint32_t)spv::Decoration::FPFastMathMode, in TEST_F()
1294 {1, (uint32_t)spv::Decoration::FPFastMathMode, in TEST_F()
1299 {1, (uint32_t)spv::Decoration::FPFastMathMode, in TEST_F()
Dtext_to_binary.annotation_test.cpp310 …{ uint32_t(spv::FPFastMathModeMask::ENUM), #NAME, uint32_t(spv::Decoration::FPFastMathMode), "FPFa…
327 const uint32_t expected_enum = uint32_t(spv::Decoration::FPFastMathMode); in TEST_F()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.extension_test.cpp1289 {1, (uint32_t)spv::Decoration::FPFastMathMode, in TEST_F()
1294 {1, (uint32_t)spv::Decoration::FPFastMathMode, in TEST_F()
1299 {1, (uint32_t)spv::Decoration::FPFastMathMode, in TEST_F()
H A Dtext_to_binary.annotation_test.cpp310 …{ uint32_t(spv::FPFastMathModeMask::ENUM), #NAME, uint32_t(spv::Decoration::FPFastMathMode), "FPFa…
327 const uint32_t expected_enum = uint32_t(spv::Decoration::FPFastMathMode); in TEST_F()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dtext_to_binary.annotation_test.cpp310 …{ uint32_t(spv::FPFastMathModeMask::ENUM), #NAME, uint32_t(spv::Decoration::FPFastMathMode), "FPFa…
327 const uint32_t expected_enum = uint32_t(spv::Decoration::FPFastMathMode); in TEST_F()
H A Dtext_to_binary.extension_test.cpp1290 {1, (uint32_t)spv::Decoration::FPFastMathMode, in TEST_F()
1295 {1, (uint32_t)spv::Decoration::FPFastMathMode, in TEST_F()
1300 {1, (uint32_t)spv::Decoration::FPFastMathMode, in TEST_F()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h104 namespace FPFastMathMode {
H A DSPIRVInstPrinter.cpp227 case Decoration::FPFastMathMode: in printOpDecorate()
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.lua353 FPFastMathMode = 40,
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs375 FPFastMathMode = 40, enumerator
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.lua353 FPFastMathMode = 40,
Dspirv.cs379 FPFastMathMode = 40, enumerator
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.lua356 FPFastMathMode = 40,
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
H A Dspirv.lua353 FPFastMathMode = 40,
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
H A Dspirv.cs375 FPFastMathMode = 40, enumerator
H A Dspirv.lua349 FPFastMathMode = 40,
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.lua356 FPFastMathMode = 40,
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs375 FPFastMathMode = 40, enumerator
Dspirv.lua349 FPFastMathMode = 40,
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.cs375 FPFastMathMode = 40, enumerator

123