Home
last modified time | relevance | path

Searched refs:EEsProfile (Results 1 – 16 of 16) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp155 const Versioning Es300Desktop130Version[] = { { EEsProfile, 0, 300, 0, nullptr },
160 const Versioning Es310Desktop420Version[] = { { EEsProfile, 0, 310, 0, nullptr },
165 const Versioning Es310Desktop450Version[] = { { EEsProfile, 0, 310, 0, nullptr },
472 if ((profile == EEsProfile && version >= 320) || (profile != EEsProfile && version >= 450)) in addTabledBuiltins()
486 …return profile != EEsProfile && (version <= 130 || (spvVersion.spv == 0 && ARBCompatibility) || pr… in IncludeLegacy()
551 profile = EEsProfile; in initialize()
704 if (profile != EEsProfile && version >= 150) { // ARB_gpu_shader_fp64 in initialize()
934 if (profile != EEsProfile && version >= 450) { in initialize()
1093 if (profile != EEsProfile && version >= 430) { in initialize()
1190 if ((profile == EEsProfile && version >= 310) || in initialize()
[all …]
DShaderLang.cpp188 case EEsProfile: index = 3; break; in MapProfileToIndex()
284 return (profile == EEsProfile && language == EShLangFragment) ? EPcFragment : EPcGeneral; in CommonIndex()
295 profile = EEsProfile; in InitializeStageSymbolTable()
306 if (profile == EEsProfile && version >= 300) in InitializeStageSymbolTable()
319 profile = EEsProfile; in InitializeSymbolTables()
336 if (profile == EEsProfile) in InitializeSymbolTables()
350 if ((profile != EEsProfile && version >= 150) || in InitializeSymbolTables()
351 (profile == EEsProfile && version >= 310)) { in InitializeSymbolTables()
359 if ((profile != EEsProfile && version >= 150) || in InitializeSymbolTables()
360 (profile == EEsProfile && version >= 310)) in InitializeSymbolTables()
[all …]
DParseHelper.cpp494 requireProfile(base->getLoc(), ~EEsProfile, "variable indexing buffer block array"); in handleBracketDereference()
496 … profileRequires(base->getLoc(), EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_shader5, in handleBracketDereference()
502 … requireProfile(base->getLoc(), ~EEsProfile, "variable indexing fragment shader output array"); in handleBracketDereference()
505 … requireProfile(base->getLoc(), EEsProfile | ECoreProfile | ECompatibilityProfile, explanation); in handleBracketDereference()
506 …profileRequires(base->getLoc(), EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_shader5, explanation… in handleBracketDereference()
813 profileRequires(loc, EEsProfile, 300, nullptr, ".length"); in handleDotDereference()
816 requireProfile(loc, ~EEsProfile, feature); in handleDotDereference()
817 profileRequires(loc, ~EEsProfile, 420, E_GL_ARB_shading_language_420pack, feature); in handleDotDereference()
895 requireProfile(loc, ~EEsProfile, dotFeature); in handleDotSwizzle()
896 profileRequires(loc, ~EEsProfile, 420, E_GL_ARB_shading_language_420pack, dotFeature); in handleDotSwizzle()
[all …]
DparseVersions.h73 const EProfile profile = EEsProfile;
77 if (! (EEsProfile & profileMask)) in requireProfile()
83 if ((EEsProfile & profileMask) && (minVersion == 0 || version < minVersion)) in profileRequires()
127 bool isEsProfile() const { return profile == EEsProfile; } in isEsProfile()
DVersions.h61 EEsProfile = (1 << 3), enumerator
76 case EEsProfile: return "es"; in ProfileName()
Dglslang.y1014 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1029 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1162 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1172 parseContext.profileRequires($2.loc, EEsProfile, 300, 0, "arrayed type");
1205 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "smooth");
1212 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "flat");
1219 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_shader_noperspective_interpolation, "n…
1235 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentric, "fragment…
1302 …parseContext.profileRequires($1.loc, EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_shader5, "preci…
1377 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "centroid");
[all …]
Dglslang.m41014 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1029 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1162 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1172 parseContext.profileRequires($2.loc, EEsProfile, 300, 0, "arrayed type");
1205 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "smooth");
1212 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "flat");
1219 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_shader_noperspective_interpolation, "n…
1235 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentric, "fragment…
1302 …parseContext.profileRequires($1.loc, EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_shader5, "preci…
1377 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "centroid");
[all …]
Dglslang_tab.cpp5756 … parseContext.profileRequires((yyvsp[-1].interm.type).loc, EEsProfile, 300, 0, "arrayed type"); in yyparse()
5776 … parseContext.profileRequires((yyvsp[-2].interm.type).loc, EEsProfile, 300, 0, "arrayed type"); in yyparse()
5967 … parseContext.profileRequires((yyvsp[0].interm.type).loc, EEsProfile, 300, 0, "arrayed type"); in yyparse()
5982 … parseContext.profileRequires((yyvsp[0].interm.type).loc, EEsProfile, 300, 0, "arrayed type"); in yyparse()
6019 parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 300, 0, "smooth"); in yyparse()
6031 parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 300, 0, "flat"); in yyparse()
6042 …parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_NV_shader_noperspective_inter… in yyparse()
6068 …parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentri… in yyparse()
6172 …parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_sha… in yyparse()
6305 parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 300, 0, "centroid"); in yyparse()
[all …]
DVersions.cpp1018 profileRequires(loc, EEsProfile, 320, 0, "#extension GL_NV_mesh_shader"); in checkExtensionStage()
1044 profileRequires(loc, EEsProfile, 300, nullptr, op); in fullIntegerCheck()
Diomapper.cpp497 if (profile == EEsProfile && version == 300) { in operator ()()
519 if (profile == EEsProfile && ent1.live) { in operator ()()
Dlocalintermediate.h590 bool isEsProfile() const { return profile == EEsProfile; } in isEsProfile()
DScan.cpp268 profile = EEsProfile; in scanVersion()
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp306 … parseContext.profileRequires(ppToken->loc, EEsProfile, 300, nullptr, "floating-point suffix"); in lFloatConst()
308 … parseContext.profileRequires(ppToken->loc, ~EEsProfile, 120, nullptr, "floating-point suffix"); in lFloatConst()
620 pp->parseContext.requireProfile(ppToken->loc, ~EEsProfile, in scan()
622 pp->parseContext.profileRequires(ppToken->loc, ~EEsProfile, 0, in scan()
630 pp->parseContext.requireProfile(ppToken->loc, ~EEsProfile, in scan()
632 pp->parseContext.profileRequires(ppToken->loc, ~EEsProfile, 0, in scan()
734 pp->parseContext.requireProfile(ppToken->loc, ~EEsProfile, in scan()
736 pp->parseContext.profileRequires(ppToken->loc, ~EEsProfile, 0, in scan()
744 pp->parseContext.requireProfile(ppToken->loc, ~EEsProfile, in scan()
746 pp->parseContext.profileRequires(ppToken->loc, ~EEsProfile, 0, in scan()
[all …]
DPpTokens.cpp123 parseContext.requireProfile(ppToken->loc, ~EEsProfile, "token pasting (##)"); in getToken()
124 parseContext.profileRequires(ppToken->loc, ~EEsProfile, 130, 0, "token pasting (##)"); in getToken()
/external/deqp-deps/glslang/glslang/CInterface/
Dglslang_c_interface.cpp315 return EEsProfile; in c_shader_profile()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp302 case EEsProfile: in TranslateSourceLanguage()