Searched refs:EShSourceHlsl (Results 1 – 8 of 8) sorted by relevance
286 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 …]
89 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()
139 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()
233 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl241 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl
133 EShSourceHlsl, enumerator
257 setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientVulkan or EShClientOpenGL, 100);
990 shader->setEnvInput((Options & EOptionReadHlsl) ? glslang::EShSourceHlsl in CompileAndLinkShaderUnits()
272 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…