Searched refs:EShSourceHlsl (Results 1 – 10 of 10) sorted by relevance
363 if (getSource() == EShSourceHlsl) { in addUnaryMath()549 if (getSource() == EShSourceHlsl && node->getBasicType() == EbtSampler) in isConversionAllowed()942 if (getSource() == EShSourceHlsl) in addPairConversion()953 if (getSource() == EShSourceHlsl) { in addPairConversion()1125 if (!(getSource() == EShSourceHlsl && node->getType().getBasicType() == EbtBool)) { in addConversion()1199 case EShSourceHlsl: in addUniShapeConversion()1252 case EShSourceHlsl: in addBiShapeConversion()1354 if (getSource() == EShSourceHlsl) { in addShapeConversion()1471 return version >= 400 || getSource() == EShSourceHlsl; in isIntegralConversion()1606 if (getSource() == EShSourceHlsl) { in canImplicitlyPromote()[all …]
95 case EShSourceHlsl: return new TBuiltInParseablesHlsl(); // HLSL intrinsics in CreateBuiltInParseables()120 case EShSourceHlsl: in CreateParseContext()212 case EShSourceHlsl: index = 1; break; in MapSourceToIndex()497 if (source == EShSourceHlsl) { in DeduceVersionProfile()720 case EShSourceHlsl: in TranslateEnvironment()721 source = EShSourceHlsl; in TranslateEnvironment()839 EShSource sourceGuess = (messages & EShMsgReadHlsl) != 0 ? EShSourceHlsl : EShSourceGlsl; in ProcessDeferred()857 bool versionNotFirst = (source == EShSourceHlsl) in ProcessDeferred()901 if ((messages & EShMsgHlslOffsets) || source == EShSourceHlsl) in ProcessDeferred()
148 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()381 if (parseContext.intermediate.getSource() != EShSourceHlsl) { in characterLiteral()637 … else if ((ch == 'b' || ch == 'B') && pp->parseContext.intermediate.getSource() == EShSourceHlsl) { in scan()1284 if (ifdepth == 0 && parseContext.intermediate.getSource() != EShSourceHlsl) { in tokenize()
260 shader->setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl in TEST_P()266 shader->setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl in TEST_P()
238 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl244 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl
282 return glslang::EShSourceHlsl; in c_shader_source()
151 EShSourceHlsl, // HLSL enumerator
355 setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientVulkan or EShClientOpenGL, 100);371 setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientNone, 0);
304 case glslang::EShSourceHlsl: in TranslateSourceLanguage()1299 if (glslangIntermediate->getSource() != glslang::EShSourceHlsl || in TranslateStorageClass()2640 glslangIntermediate->getSource() != glslang::EShSourceHlsl) || in visitUnary()3460 lvalue = glslangIntermediate->getSource() != glslang::EShSourceHlsl; in visitAggregate()4162 if (glslangIntermediate->getSource() == glslang::EShSourceHlsl) { in visitBranch()4928 glslangIntermediate->getSource() == glslang::EShSourceHlsl) { in decorateStructType()5406 if (glslangIntermediate->getSource() == glslang::EShSourceHlsl) in originalParam()5442 if (glslangIntermediate->getSource() != glslang::EShSourceHlsl) { in makeFunctions()9968 … (! node->getType().isScalarOrVec1() || glslangIntermediate->getSource() == glslang::EShSourceHlsl) in isTrivial()10190 bool prelegalization = intermediate.getSource() == EShSourceHlsl; in GlslangToSpv()
1427 shader->setEnvInput((Options & EOptionReadHlsl) ? glslang::EShSourceHlsl in CompileAndLinkShaderUnits()