/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.h | 58 ENoProfile = (1 << 0), // only for desktop, before profiles showed up enumerator 73 case ENoProfile: return "none"; in ProfileName()
|
D | ShaderLang.cpp | 185 case ENoProfile: index = 0; break; in MapProfileToIndex() 530 if (profile == ENoProfile) { in DeduceVersionProfile() 540 profile = ENoProfile; in DeduceVersionProfile() 549 profile = ENoProfile; in DeduceVersionProfile() 563 profile = ENoProfile; in DeduceVersionProfile() 614 if (profile == EEsProfile || profile == ENoProfile) in DeduceVersionProfile() 625 if (profile == EEsProfile || profile == ENoProfile) in DeduceVersionProfile() 874 EProfile profile = ENoProfile; in ProcessDeferred() 1489 "", optLevel, resources, defaultVersion, ENoProfile, false, in ShCompile() 1746 virtual bool compile(TIntermNode*, int = 0, EProfile = ENoProfile) { return true; } in compile()
|
D | glslang.y | 870 parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "precision statement"); 999 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1014 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1147 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1157 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1181 parseContext.profileRequires($$.loc, ENoProfile, 120, 0, "invariant"); 1190 parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "smooth"); 1197 parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "flat"); 1206 parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "noperspective"); 1362 parseContext.profileRequires($1.loc, ENoProfile, 120, 0, "centroid"); [all …]
|
D | glslang.m4 | 870 parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "precision statement"); 999 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1014 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1147 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1157 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1181 parseContext.profileRequires($$.loc, ENoProfile, 120, 0, "invariant"); 1190 parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "smooth"); 1197 parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "flat"); 1206 parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "noperspective"); 1362 parseContext.profileRequires($1.loc, ENoProfile, 120, 0, "centroid"); [all …]
|
D | ParseHelper.cpp | 808 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, ".length"); in handleDotDereference() 2500 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed constructor"); in handleConstructorCall() 2597 profileRequires(symbol->getLoc(), ENoProfile, 120, nullptr, "gl_PointCoord"); in variableCheck() 3153 profileRequires(loc, ENoProfile, 120, nullptr, "constructing matrix from matrix"); in constructorError() 3389 profileRequires(loc, ENoProfile, 130, nullptr, "in for stage inputs"); in globalQualifierFixCheck() 3395 profileRequires(loc, ENoProfile, 130, nullptr, "out for stage outputs"); in globalQualifierFixCheck() 3490 profileRequires(loc, ENoProfile, 150, nullptr, "vertex input arrays"); in globalQualifierTypeCheck() 3841 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, "const array"); in arrayQualifierError() 3847 profileRequires(loc, ENoProfile, 150, nullptr, "vertex input arrays"); in arrayQualifierError() 4653 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, op); in arrayObjectCheck() [all …]
|
D | glslang_tab.cpp | 5113 … parseContext.profileRequires((yyvsp[-3].lex).loc, ENoProfile, 130, 0, "precision statement"); in yyparse() 5306 …parseContext.profileRequires((yyvsp[-1].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects,… in yyparse() 5326 …parseContext.profileRequires((yyvsp[-2].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects,… in yyparse() 5517 …parseContext.profileRequires((yyvsp[0].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, … in yyparse() 5532 …parseContext.profileRequires((yyvsp[0].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, … in yyparse() 5558 parseContext.profileRequires((yyval.interm.type).loc, ENoProfile, 120, 0, "invariant"); in yyparse() 5569 parseContext.profileRequires((yyvsp[0].lex).loc, ENoProfile, 130, 0, "smooth"); in yyparse() 5581 parseContext.profileRequires((yyvsp[0].lex).loc, ENoProfile, 130, 0, "flat"); in yyparse() 5594 parseContext.profileRequires((yyvsp[0].lex).loc, ENoProfile, 130, 0, "noperspective"); in yyparse() 5855 parseContext.profileRequires((yyvsp[0].lex).loc, ENoProfile, 120, 0, "centroid"); in yyparse() [all …]
|
D | Versions.cpp | 1026 profileRequires(loc, ENoProfile, 130, nullptr, op); in fullIntegerCheck()
|
D | Initialize.cpp | 144 EProfile EDesktopProfile = static_cast<EProfile>(ENoProfile | ECoreProfile | ECompatibilityProfile); 1490 profile == ENoProfile) { in initialize() 1509 profile == ENoProfile) { in initialize() 4017 profile == ENoProfile) { in initialize() 4032 profile == ENoProfile) { in initialize()
|
D | localintermediate.h | 284 explicit TIntermediate(EShLanguage l, int v = 0, EProfile p = ENoProfile) :
|
D | Scan.cpp | 183 profile = ENoProfile; in scanVersion()
|
/third_party/glslang/glslang/GenericCodeGen/ |
D | CodeGen.cpp | 45 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile);
|
/third_party/glslang/glslang/Include/ |
D | ShHandle.h | 96 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile) = 0;
|
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 639 … return parse(builtInResources, defaultVersion, ENoProfile, false, forwardCompatible, messages); in parse() 645 …return parse(builtInResources, defaultVersion, ENoProfile, false, forwardCompatible, messages, inc… in parse()
|
/third_party/glslang/glslang/CInterface/ |
D | glslang_c_interface.cpp | 309 return ENoProfile; in c_shader_profile()
|
/third_party/glslang/gtests/ |
D | TestFixture.h | 112 defaultProfile(ENoProfile), in GlslangTest()
|
/third_party/glslang/StandAlone/ |
D | StandAlone.cpp | 1102 …if (shader->preprocess(&Resources, defaultVersion, ENoProfile, false, false, messages, &str, inclu… in CompileAndLinkShaderUnits()
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 293 case ENoProfile: in TranslateSourceLanguage()
|