Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp286 if (source == EShSourceHlsl) { in addUnaryMath()
471 if (source == EShSourceHlsl && node->getBasicType() == EbtSampler) in isConversionAllowed()
799 if (source == EShSourceHlsl) in addConversion()
810 if (source == EShSourceHlsl) { in addConversion()
1010 if (source == EShSourceHlsl && node->getType().getBasicType() == EbtBool) in addConversion()
1057 case EShSourceHlsl: in addUniShapeConversion()
1110 case EShSourceHlsl: in addBiShapeConversion()
1212 if (source == EShSourceHlsl) { in addShapeConversion()
1375 return version >= 400 || (source == EShSourceHlsl); in isIntegralConversion()
1465 if (source == EShSourceHlsl) { in canImplicitlyPromote()
[all …]
DShaderLang.cpp89 case EShSourceHlsl: return new TBuiltInParseablesHlsl(); // HLSL intrinsics in CreateBuiltInParseables()
114 case EShSourceHlsl: in CreateParseContext()
202 case EShSourceHlsl: index = 1; break; in MapSourceToIndex()
484 if (source == EShSourceHlsl) { in DeduceVersionProfile()
710 case EShSourceHlsl: in TranslateEnvironment()
711 source = EShSourceHlsl; in TranslateEnvironment()
824 EShSource source = (messages & EShMsgReadHlsl) != 0 ? EShSourceHlsl : EShSourceGlsl; in ProcessDeferred()
838 bool versionNotFirst = (source == EShSourceHlsl) in ProcessDeferred()
878 if ((messages & EShMsgHlslOffsets) || source == EShSourceHlsl) in ProcessDeferred()
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp139 if (ch == '#' && (ifdepth > 0 || parseContext.intermediate.getSource() == EShSourceHlsl)) { in lFloatConst()
268 } else if (parseContext.intermediate.getSource() == EShSourceHlsl) { in lFloatConst()
287 } else if (parseContext.intermediate.getSource() == EShSourceHlsl) { in lFloatConst()
370 if (parseContext.intermediate.getSource() != EShSourceHlsl) { in characterLiteral()
1109 if (ifdepth == 0 && parseContext.intermediate.getSource() != EShSourceHlsl) { in tokenize()
/external/deqp-deps/glslang/gtests/
DTestFixture.h233 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl
241 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h133 EShSourceHlsl, enumerator
/external/deqp-deps/glslang/
DREADME.md257 setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientVulkan or EShClientOpenGL, 100);
/external/deqp-deps/glslang/StandAlone/
DStandAlone.cpp990 shader->setEnvInput((Options & EOptionReadHlsl) ? glslang::EShSourceHlsl in CompileAndLinkShaderUnits()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp272 case glslang::EShSourceHlsl: in TranslateSourceLanguage()
1094 if (glslangIntermediate->getSource() != glslang::EShSourceHlsl || in TranslateStorageClass()
3278 glslangIntermediate->getSource() == glslang::EShSourceHlsl) { in decorateStructType()
3719 if (glslangIntermediate->getSource() == glslang::EShSourceHlsl) in originalParam()
7632 … (! node->getType().isScalarOrVec1() || glslangIntermediate->getSource() == glslang::EShSourceHlsl)
7843 …if ((intermediate.getSource() == EShSourceHlsl || options->optimizeSize) && !options->disableOptim…