Home
last modified time | relevance | path

Searched refs:ENoProfile (Results 1 – 17 of 17) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DVersions.h58 ENoProfile = (1 << 0), // only for desktop, before profiles showed up enumerator
73 case ENoProfile: return "none"; in ProfileName()
DShaderLang.cpp185 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()
Dglslang.y870 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 …]
Dglslang.m4870 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 …]
DParseHelper.cpp808 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 …]
Dglslang_tab.cpp5113 … 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 …]
DVersions.cpp1026 profileRequires(loc, ENoProfile, 130, nullptr, op); in fullIntegerCheck()
DInitialize.cpp144 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()
Dlocalintermediate.h284 explicit TIntermediate(EShLanguage l, int v = 0, EProfile p = ENoProfile) :
DScan.cpp183 profile = ENoProfile; in scanVersion()
/third_party/glslang/glslang/GenericCodeGen/
DCodeGen.cpp45 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile);
/third_party/glslang/glslang/Include/
DShHandle.h96 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile) = 0;
/third_party/glslang/glslang/Public/
DShaderLang.h639 … 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/
Dglslang_c_interface.cpp309 return ENoProfile; in c_shader_profile()
/third_party/glslang/gtests/
DTestFixture.h112 defaultProfile(ENoProfile), in GlslangTest()
/third_party/glslang/StandAlone/
DStandAlone.cpp1102 …if (shader->preprocess(&Resources, defaultVersion, ENoProfile, false, false, messages, &str, inclu… in CompileAndLinkShaderUnits()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp293 case ENoProfile: in TranslateSourceLanguage()