Home
last modified time | relevance | path

Searched refs:Semantics (Results 1 - 16 of 16) sorted by relevance

/third_party/glslang/gtests/
H A DSpv.FromFile.cpp92 Source::GLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, in TEST_P()
102 loadFileCompileAndCheck(GlobalTestSettings.testRoot, GetParam(), Source::GLSL, Semantics::Vulkan, in TEST_P()
109 Source::GLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, in TEST_P()
118 Source::GLSL, Semantics::Vulkan, in TEST_P()
128 Source::GLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_1, glslang::EShTargetSpv_1_3, in TEST_P()
135 Source::GLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_1, glslang::EShTargetSpv_1_4, in TEST_P()
142 Source::GLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_3, glslang::EShTargetSpv_1_6, in TEST_P()
151 Source::GLSL, Semantics::OpenGL, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, in TEST_P()
160 Source::GLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, in TEST_P()
169 Source::GLSL, Semantics in TEST_P()
[all...]
H A DHlsl.FromFile.cpp76 Source::HLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, in TEST_P()
83 Source::HLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_1, glslang::EShTargetSpv_1_3, in TEST_P()
89 loadFileCompileAndCheck(GlobalTestSettings.testRoot, GetParam().fileName, Source::HLSL, Semantics::Vulkan, in TEST_P()
97 Source::HLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_3, glslang::EShTargetSpv_1_6, in TEST_P()
104 Source::HLSL, Semantics::Vulkan, in TEST_P()
113 Source::HLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, in TEST_P()
123 Source::HLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, in TEST_P()
131 Semantics::Vulkan, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, in TEST_P()
143 Source::HLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, in TEST_P()
151 Source::HLSL, Semantics in TEST_P()
[all...]
H A DGlslMapIO.FromFile.cpp50 Semantics semantics;
239 Semantics semantics = GetParam().semantics; in TEST_P()
340 {{"iomap.crossStage.vert", "iomap.crossStage.frag" }, Semantics::OpenGL},
341 {{"iomap.crossStage.2.vert", "iomap.crossStage.2.geom", "iomap.crossStage.2.frag" }, Semantics::OpenGL},
342 {{"iomap.blockOutVariableIn.vert", "iomap.blockOutVariableIn.frag"}, Semantics::OpenGL},
343 {{"iomap.variableOutBlockIn.vert", "iomap.variableOutBlockIn.frag"}, Semantics::OpenGL},
344 {{"iomap.blockOutVariableIn.2.vert", "iomap.blockOutVariableIn.geom"}, Semantics::OpenGL},
345 {{"iomap.variableOutBlockIn.2.vert", "iomap.variableOutBlockIn.geom"}, Semantics::OpenGL},
347 {{"iomap.crossStage.vk.vert", "iomap.crossStage.vk.geom", "iomap.crossStage.vk.frag" }, Semantics::Vulkan},
H A DAST.FromFile.cpp49 Source::GLSL, Semantics::OpenGL, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, in TEST_P()
57 Source::GLSL, Semantics::OpenGL, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, in TEST_P()
H A DTestFixture.cpp85 EShMessages DeriveOptions(Source source, Semantics semantics, Target target) in DeriveOptions()
112 case Semantics::OpenGL: in DeriveOptions()
114 case Semantics::Vulkan: in DeriveOptions()
H A DTestFixture.h72 enum class Semantics { class
86 EShMessages DeriveOptions(Source, Semantics, Target);
463 Semantics semantics, in loadFileCompileAndCheck()
502 Semantics semantics, in loadFileCompileAndCheckWithOptions()
531 Semantics semantics, in loadFileCompileFlattenUniformsAndCheck()
558 Semantics semantics, in loadFileCompileIoMapAndCheck()
595 Semantics semantics, in loadFileCompileRemapAndCheck()
622 Semantics semantics, in loadFileRemapAndCheck()
702 Semantics semantics, in loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck()
H A DRemap.FromFile.cpp69 Semantics::Vulkan, in TEST_P()
75 Semantics::Vulkan, in TEST_P()
H A DLink.FromFile.cpp51 const EShMessages controls = DeriveOptions(Source::GLSL, Semantics::OpenGL, Target::AST); in TEST_P()
H A DVkRelaxed.FromFile.cpp195 Semantics semantics = Semantics::Vulkan; in TEST_P()
H A DLink.FromFile.Vk.cpp51 const EShMessages controls = DeriveOptions(Source::GLSL, Semantics::Vulkan, Target::AST); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h136 /// \name Floating Point Semantics.
602 const fltSemantics *Semantics; member in llvm::detail::final
671 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage() argument
672 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
673 new (&IEEE) IEEEFloat(Semantics, std::forward<ArgTypes>(Args)...); in Storage()
676 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
677 new (&Double) DoubleAPFloat(Semantics, std::forward<ArgTypes>(Args)...); in Storage()
748 template <typename T> static bool usesLayout(const fltSemantics &Semantics) { in usesLayout() argument
752 return &Semantics == &PPCDoubleDouble(); in usesLayout()
754 return &Semantics ! in usesLayout()
816 APFloat(const fltSemantics &Semantics) APFloat() argument
818 APFloat(const fltSemantics &Semantics, integerPart I) APFloat() argument
820 APFloat(const fltSemantics &Semantics, uninitializedTag) APFloat() argument
822 APFloat(const fltSemantics &Semantics, const APInt &I) APFloat() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h149 /// \name Floating Point Semantics.
151 enum Semantics { enum
160 static const llvm::fltSemantics &EnumToSemantics(Semantics S);
161 static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem);
593 const fltSemantics *Semantics; member in llvm::detail::final
709 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage() argument
710 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
711 new (&IEEE) IEEEFloat(Semantics, std::forward<ArgTypes>(Args)...); in Storage()
714 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
715 new (&Double) DoubleAPFloat(Semantics, st in Storage()
786 usesLayout(const fltSemantics &Semantics) usesLayout() argument
853 APFloat(const fltSemantics &Semantics) APFloat() argument
855 APFloat(const fltSemantics &Semantics, integerPart I) APFloat() argument
860 APFloat(const fltSemantics &Semantics, uninitializedTag) APFloat() argument
862 APFloat(const fltSemantics &Semantics, const APInt &I) APFloat() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp116 const llvm::fltSemantics &APFloatBase::EnumToSemantics(Semantics S) { in EnumToSemantics()
134 APFloatBase::Semantics
3925 : Semantics(&S),
3927 assert(Semantics == &semPPCDoubleDouble);
3931 : Semantics(&S),
3934 assert(Semantics == &semPPCDoubleDouble);
3938 : Semantics(&S), Floats(new APFloat[2]{APFloat(semIEEEdouble, I),
3940 assert(Semantics == &semPPCDoubleDouble);
3944 : Semantics(&S),
3948 assert(Semantics
[all...]
H A DZ3Solver.cpp773 const llvm::fltSemantics &Semantics = in toAPFloat() local
780 if (useSemantics && !areEquivalent(Float.getSemantics(), Semantics)) { in toAPFloat()
785 Float = llvm::APFloat(Semantics, Int); in toAPFloat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp809 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNaN() local
810 APFloat NaN = APFloat::getNaN(Semantics, Negative, Payload); in getNaN()
820 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getQNaN() local
821 APFloat NaN = APFloat::getQNaN(Semantics, Negative, Payload); in getQNaN()
831 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getSNaN() local
832 APFloat NaN = APFloat::getSNaN(Semantics, Negative, Payload); in getSNaN()
842 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero() local
843 APFloat NegZero = APFloat::getZero(Semantics, /*Negative=*/true); in getNegativeZero()
891 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity() local
892 Constant *C = get(Ty->getContext(), APFloat::getInf(Semantics, Negativ in getInfinity()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp255 /// Parse a floating point expression using the float \p Semantics
257 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);
3107 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() argument
3124 APFloat Value(Semantics); in parseRealValue()
3128 Value = APFloat::getInf(Semantics); in parseRealValue()
3130 Value = APFloat::getNaN(Semantics, false, ~0); in parseRealValue()
3151 const fltSemantics &Semantics) { in parseDirectiveRealValue()
3154 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()
4770 bool AsmParser::parseDirectiveRealDCB(StringRef IDVal, const fltSemantics &Semantics) { in parseDirectiveRealDCB() argument
4786 if (parseRealValue(Semantics, AsIn in parseDirectiveRealDCB()
3150 parseDirectiveRealValue(StringRef IDVal, const fltSemantics &Semantics) parseDirectiveRealValue() argument
[all...]

Completed in 24 milliseconds