Searched refs:EShSourceHlsl (Results 1 – 9 of 9) sorted by relevance
363 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 …]
92 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()
147 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()
236 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl242 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl
295 return glslang::EShSourceHlsl; in c_shader_source()
147 EShSourceHlsl, // HLSL enumerator
373 setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientVulkan or EShClientOpenGL, 100);389 setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientNone, 0);
1081 shader->setEnvInput((Options & EOptionReadHlsl) ? glslang::EShSourceHlsl in CompileAndLinkShaderUnits()
302 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()