/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.cpp | 946 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 D | SPIRVSymbolicOperands.td | 904 // 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/ |
D | validate_annotation.cpp | 77 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 D | validate_annotation.cpp | 77 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 D | validate_annotation.cpp | 77 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/ |
D | text_to_binary.extension_test.cpp | 1289 {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()
|
D | text_to_binary.annotation_test.cpp | 310 …{ 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 D | text_to_binary.extension_test.cpp | 1289 {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 D | text_to_binary.annotation_test.cpp | 310 …{ 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 D | text_to_binary.annotation_test.cpp | 310 …{ 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 D | text_to_binary.extension_test.cpp | 1290 {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 D | SPIRVBaseInfo.h | 104 namespace FPFastMathMode {
|
H A D | SPIRVInstPrinter.cpp | 227 case Decoration::FPFastMathMode: in printOpDecorate()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.lua | 353 FPFastMathMode = 40,
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 375 FPFastMathMode = 40, enumerator
|
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.lua | 353 FPFastMathMode = 40,
|
D | spirv.cs | 379 FPFastMathMode = 40, enumerator
|
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.lua | 356 FPFastMathMode = 40,
|
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.1/ |
H A D | spirv.lua | 353 FPFastMathMode = 40,
|
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.0/ |
H A D | spirv.cs | 375 FPFastMathMode = 40, enumerator
|
H A D | spirv.lua | 349 FPFastMathMode = 40,
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.lua | 356 FPFastMathMode = 40,
|
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 375 FPFastMathMode = 40, enumerator
|
D | spirv.lua | 349 FPFastMathMode = 40,
|
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.cs | 375 FPFastMathMode = 40, enumerator
|