Home
last modified time | relevance | path

Searched refs:EShSourceHlsl (Results 1 – 9 of 9) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp363 if (getSource() == EShSourceHlsl) { in addUnaryMath()
547 if (getSource() == EShSourceHlsl && node->getBasicType() == EbtSampler) in isConversionAllowed()
955 if (getSource() == EShSourceHlsl) in addPairConversion()
966 if (getSource() == EShSourceHlsl) { in addPairConversion()
1134 if (!(getSource() == EShSourceHlsl && node->getType().getBasicType() == EbtBool)) { in addConversion()
1210 case EShSourceHlsl: in addUniShapeConversion()
1263 case EShSourceHlsl: in addBiShapeConversion()
1365 if (getSource() == EShSourceHlsl) { in addShapeConversion()
1486 return version >= 400 || getSource() == EShSourceHlsl; in isIntegralConversion()
1627 if (getSource() == EShSourceHlsl) { in canImplicitlyPromote()
[all …]
DShaderLang.cpp92 case EShSourceHlsl: return new TBuiltInParseablesHlsl(); // HLSL intrinsics in CreateBuiltInParseables()
117 case EShSourceHlsl: in CreateParseContext()
205 case EShSourceHlsl: index = 1; break; in MapSourceToIndex()
517 if (source == EShSourceHlsl) { in DeduceVersionProfile()
741 case EShSourceHlsl: in TranslateEnvironment()
742 source = EShSourceHlsl; in TranslateEnvironment()
858 EShSource sourceGuess = (messages & EShMsgReadHlsl) != 0 ? EShSourceHlsl : EShSourceGlsl; in ProcessDeferred()
876 bool versionNotFirst = (source == EShSourceHlsl) in ProcessDeferred()
928 if ((messages & EShMsgHlslOffsets) || source == EShSourceHlsl) in ProcessDeferred()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp147 if (ch == '#' && (ifdepth > 0 || parseContext.intermediate.getSource() == EShSourceHlsl)) { in lFloatConst()
278 } else if (parseContext.intermediate.getSource() == EShSourceHlsl) { in lFloatConst()
297 } else if (parseContext.intermediate.getSource() == EShSourceHlsl) { in lFloatConst()
384 if (parseContext.intermediate.getSource() != EShSourceHlsl) { in characterLiteral()
1193 if (ifdepth == 0 && parseContext.intermediate.getSource() != EShSourceHlsl) { in tokenize()
/third_party/glslang/gtests/
DTestFixture.h236 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl
242 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl
/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp295 return glslang::EShSourceHlsl; in c_shader_source()
/third_party/glslang/glslang/Public/
DShaderLang.h147 EShSourceHlsl, // HLSL enumerator
/third_party/glslang/
DREADME.md373 setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientVulkan or EShClientOpenGL, 100);
389 setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientNone, 0);
/third_party/glslang/StandAlone/
DStandAlone.cpp1081 shader->setEnvInput((Options & EOptionReadHlsl) ? glslang::EShSourceHlsl in CompileAndLinkShaderUnits()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp302 case glslang::EShSourceHlsl: in TranslateSourceLanguage()
1206 if (glslangIntermediate->getSource() != glslang::EShSourceHlsl || in TranslateStorageClass()
3974 glslangIntermediate->getSource() == glslang::EShSourceHlsl) { in decorateStructType()
4444 if (glslangIntermediate->getSource() == glslang::EShSourceHlsl) in originalParam()
8560 … (! node->getType().isScalarOrVec1() || glslangIntermediate->getSource() == glslang::EShSourceHlsl) in isTrivial()
8779 bool prelegalization = intermediate.getSource() == EShSourceHlsl; in GlslangToSpv()