Searched refs:EShSourceGlsl (Results 1 – 14 of 14) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpScanner.cpp | 264 if (ifdepth == 0 && parseContext.intermediate.getSource() == EShSourceGlsl) in lFloatConst() 268 if (parseContext.intermediate.getSource() == EShSourceGlsl) { in lFloatConst() 283 if (ifdepth == 0 && parseContext.intermediate.getSource() == EShSourceGlsl) in lFloatConst() 287 if (parseContext.intermediate.getSource() == EShSourceGlsl) { in lFloatConst() 592 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 603 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 611 if (isInt64 && pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 622 if (pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 694 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 705 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() [all …]
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 93 case EShSourceGlsl: return new TBuiltIns(); // GLSL builtIns in CreateBuiltInParseables() 112 case EShSourceGlsl: { in CreateParseContext() 211 case EShSourceGlsl: index = 0; break; in MapSourceToIndex() 716 case EShSourceGlsl: in TranslateEnvironment() 717 source = EShSourceGlsl; in TranslateEnvironment() 839 EShSource sourceGuess = (messages & EShMsgReadHlsl) != 0 ? EShSourceHlsl : EShSourceGlsl; in ProcessDeferred() 848 const EShSource source = EShSourceGlsl; in ProcessDeferred() 861 if (forceDefaultVersionAndProfile && source == EShSourceGlsl) { in ProcessDeferred() 878 if (source == EShSourceGlsl && overrideVersion != 0) { in ProcessDeferred() 950 if (source == EShSourceGlsl) in ProcessDeferred()
|
D | localintermediate.h | 495 bool getEnhancedMsgs() const { return enhancedMsgs && getSource() == EShSourceGlsl; } in getEnhancedMsgs() 501 void setSource(EShSource s) { assert(s == EShSourceGlsl); (void)s; } in setSource() 502 EShSource getSource() const { return EShSourceGlsl; } in getSource()
|
D | Intermediate.cpp | 1201 case EShSourceGlsl: in addUniShapeConversion() 1254 case EShSourceGlsl: in addBiShapeConversion() 3447 if (getSource() == EShSourceGlsl) { in promoteBinary()
|
D | linkValidate.cpp | 1212 if (getSource() == EShSourceGlsl) in finalCheck() 1299 if (getSource() == EShSourceGlsl) { in finalCheck()
|
/third_party/glslang/glslang/OSDependent/Web/ |
D | glslang.js.cpp | 232 shader.setEnvInput(glslang::EShSourceGlsl, stage, glslang::EShClientVulkan, 100); in convert_glsl_to_spirv()
|
/third_party/glslang/gtests/ |
D | GlslMapIO.FromFile.cpp | 261 : glslang::EShSourceGlsl, in TEST_P() 267 : glslang::EShSourceGlsl, in TEST_P()
|
D | TestFixture.h | 239 : glslang::EShSourceGlsl, 245 : glslang::EShSourceGlsl,
|
D | VkRelaxed.FromFile.cpp | 214 … shader->setEnvInput(glslang::EShSourceGlsl, shader->getStage(), glslang::EShClientVulkan, 100); in TEST_P()
|
/third_party/glslang/glslang/CInterface/ |
D | glslang_c_interface.cpp | 280 return glslang::EShSourceGlsl; in c_shader_source()
|
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 150 EShSourceGlsl, // GLSL, includes ESSL (OpenGL ES GLSL) enumerator
|
/third_party/glslang/ |
D | README.md | 355 setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientVulkan or EShClientOpenGL, 100); 371 setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientNone, 0);
|
/third_party/glslang/StandAlone/ |
D | StandAlone.cpp | 1428 : glslang::EShSourceGlsl, in CompileAndLinkShaderUnits()
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 293 case glslang::EShSourceGlsl: in TranslateSourceLanguage() 2562 if (glslangIntermediate->getSource() == glslang::EShSourceGlsl) { in visitUnary()
|