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() 598 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 609 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 618 if (isInt64 && pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 629 if (pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 706 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 717 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() [all …]
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 90 case EShSourceGlsl: return new TBuiltIns(); // GLSL builtIns in CreateBuiltInParseables() 109 case EShSourceGlsl: { in CreateParseContext() 208 case EShSourceGlsl: index = 0; break; in MapSourceToIndex() 734 case EShSourceGlsl: in TranslateEnvironment() 735 source = EShSourceGlsl; in TranslateEnvironment() 856 EShSource sourceGuess = (messages & EShMsgReadHlsl) != 0 ? EShSourceHlsl : EShSourceGlsl; in ProcessDeferred() 865 const EShSource source = EShSourceGlsl; in ProcessDeferred() 878 if (forceDefaultVersionAndProfile && source == EShSourceGlsl) { in ProcessDeferred() 896 if (source == EShSourceGlsl && overrideVersion != 0) { in ProcessDeferred() 974 if (source == EShSourceGlsl) in ProcessDeferred()
|
D | localintermediate.h | 486 bool getEnhancedMsgs() const { return enhancedMsgs && getSource() == EShSourceGlsl; } in getEnhancedMsgs() 492 void setSource(EShSource s) { assert(s == EShSourceGlsl); (void)s; } in setSource() 493 EShSource getSource() const { return EShSourceGlsl; } in getSource()
|
D | Intermediate.cpp | 1216 case EShSourceGlsl: in addUniShapeConversion() 1269 case EShSourceGlsl: in addBiShapeConversion() 3423 if (getSource() == EShSourceGlsl) { in promoteBinary()
|
D | linkValidate.cpp | 1192 if (getSource() == EShSourceGlsl) in finalCheck() 1280 if (getSource() == EShSourceGlsl) { in finalCheck()
|
/third_party/glslang/glslang/OSDependent/Web/ |
D | glslang.js.cpp | 223 shader.setEnvInput(glslang::EShSourceGlsl, stage, glslang::EShClientVulkan, 100); in convert_glsl_to_spirv()
|
/third_party/glslang/gtests/ |
D | GlslMapIO.FromFile.cpp | 262 : glslang::EShSourceGlsl, in TEST_P() 268 : glslang::EShSourceGlsl, in TEST_P()
|
D | TestFixture.h | 238 : glslang::EShSourceGlsl, 244 : glslang::EShSourceGlsl,
|
D | VkRelaxed.FromFile.cpp | 215 … shader->setEnvInput(glslang::EShSourceGlsl, shader->getStage(), glslang::EShClientVulkan, 100); in TEST_P()
|
/third_party/glslang/glslang/CInterface/ |
D | glslang_c_interface.cpp | 300 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 | 390 setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientVulkan or EShClientOpenGL, 100); 406 setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientNone, 0);
|
/third_party/glslang/StandAlone/ |
D | StandAlone.cpp | 1400 : glslang::EShSourceGlsl, in CompileAndLinkShaderUnits()
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 301 case glslang::EShSourceGlsl: in TranslateSourceLanguage() 2540 if (glslangIntermediate->getSource() == glslang::EShSourceGlsl) { in visitUnary()
|