Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DScan.cpp268 profile = EEsProfile; in scanVersion()
908 if ((parseContext.profile == EEsProfile && parseContext.version < 300) || in tokenizeIdentifier()
909 (parseContext.profile != EEsProfile && parseContext.version < 130)) in tokenizeIdentifier()
943 if (parseContext.profile == EEsProfile && parseContext.version >= 300) in tokenizeIdentifier()
949 if ((parseContext.profile == EEsProfile && parseContext.version < 310) || in tokenizeIdentifier()
950 (parseContext.profile != EEsProfile && parseContext.version < 430)) in tokenizeIdentifier()
962 (parseContext.profile != EEsProfile && parseContext.version >= 460 in tokenizeIdentifier()
969 if ((parseContext.profile == EEsProfile && parseContext.version >= 310) || in tokenizeIdentifier()
983 if (parseContext.profile == EEsProfile && parseContext.version >= 310) in tokenizeIdentifier()
988 if (parseContext.profile == EEsProfile && parseContext.version >= 310) in tokenizeIdentifier()
[all …]
DInitialize.cpp69 …return profile != EEsProfile && (version <= 130 || (spvVersion.spv == 0 && ARBCompatibility) || pr… in IncludeLegacy()
598 if (profile != EEsProfile && version >= 400) { in initialize()
828 if (profile != EEsProfile && version >= 450) { in initialize()
988 if (profile != EEsProfile && version >= 430) { in initialize()
1085 if ((profile == EEsProfile && version >= 310) || in initialize()
1086 (profile != EEsProfile && version >= 430)) { in initialize()
1137 if (profile != EEsProfile && version >= 440) { in initialize()
1187 if ((profile == EEsProfile && version >= 310) || in initialize()
1188 (profile != EEsProfile && version >= 450)) { in initialize()
1208 if ((profile == EEsProfile && version >= 300) || in initialize()
[all …]
DShaderLang.cpp185 case EEsProfile: index = 3; break; in MapProfileToIndex()
281 return (profile == EEsProfile && language == EShLangFragment) ? EPcFragment : EPcGeneral; in CommonIndex()
295 if (profile == EEsProfile && version >= 300) in InitializeStageSymbolTable()
317 if (profile == EEsProfile) in InitializeSymbolTables()
330 if ((profile != EEsProfile && version >= 150) || in InitializeSymbolTables()
331 (profile == EEsProfile && version >= 310)) { in InitializeSymbolTables()
339 if ((profile != EEsProfile && version >= 150) || in InitializeSymbolTables()
340 (profile == EEsProfile && version >= 310)) in InitializeSymbolTables()
345 if ((profile != EEsProfile && version >= 420) || in InitializeSymbolTables()
346 (profile == EEsProfile && version >= 310)) in InitializeSymbolTables()
[all …]
DParseHelper.cpp63 if (profile == EEsProfile || spvVersion.vulkan > 0) { in TParseContext()
65 …if (! parsingBuiltins && language == EShLangFragment && profile != EEsProfile && spvVersion.vulkan… in TParseContext()
124 if (profile == EEsProfile) { in setPrecisionDefaults()
141 if (profile == EEsProfile && language == EShLangFragment) { in setPrecisionDefaults()
150 if (profile != EEsProfile) { in setPrecisionDefaults()
443 requireProfile(base->getLoc(), ~EEsProfile, "variable indexing buffer block array"); in handleBracketDereference()
445 … profileRequires(base->getLoc(), EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_shader5, in handleBracketDereference()
451 … requireProfile(base->getLoc(), ~EEsProfile, "variable indexing fragment shader output array"); in handleBracketDereference()
454 … requireProfile(base->getLoc(), EEsProfile | ECoreProfile | ECompatibilityProfile, explanation); in handleBracketDereference()
455 …profileRequires(base->getLoc(), EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_shader5, explanation… in handleBracketDereference()
[all …]
DVersions.h57 EEsProfile = (1 << 3) enumerator
71 case EEsProfile: return "es"; in ProfileName()
DVersions.cpp301 if (profile == EEsProfile) { in getPreamble()
344 if (profile == EEsProfile && version >= 300) { in getPreamble()
447 if ((profile != EEsProfile && version >= 140) || in getPreamble()
448 (profile == EEsProfile && version >= 310)) { in getPreamble()
856 profileRequires(loc, EEsProfile, 320, 0, "#extension GL_NV_mesh_shader"); in checkExtensionStage()
865 profileRequires(loc, EEsProfile, 300, nullptr, op); in fullIntegerCheck()
Dglslang.y928 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
943 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1074 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1085 parseContext.profileRequires($2.loc, EEsProfile, 300, 0, "arrayed type");
1118 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "smooth");
1125 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "flat");
1132 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_shader_noperspective_interpolation, "n…
1134 parseContext.requireProfile($1.loc, ~EEsProfile, "noperspective");
1154 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentric, "fragment…
1226 …parseContext.profileRequires($1.loc, EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_shader5, "preci…
[all …]
Dglslang_tab.cpp5208 … parseContext.profileRequires((yyvsp[-1].interm.type).loc, EEsProfile, 300, 0, "arrayed type"); in yyparse()
5228 … parseContext.profileRequires((yyvsp[-2].interm.type).loc, EEsProfile, 300, 0, "arrayed type"); in yyparse()
5417 … parseContext.profileRequires((yyvsp[0].interm.type).loc, EEsProfile, 300, 0, "arrayed type"); in yyparse()
5433 … parseContext.profileRequires((yyvsp[0].interm.type).loc, EEsProfile, 300, 0, "arrayed type"); in yyparse()
5470 parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 300, 0, "smooth"); in yyparse()
5482 parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 300, 0, "flat"); in yyparse()
5494 …parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_NV_shader_noperspective_inter… in yyparse()
5496 parseContext.requireProfile((yyvsp[0].lex).loc, ~EEsProfile, "noperspective"); in yyparse()
5526 …parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentri… in yyparse()
5637 …parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_sha… in yyparse()
[all …]
DlinkValidate.cpp119 if ((profile == EEsProfile) != (unit.profile == EEsProfile)) in mergeModes()
951 if (profile == EEsProfile) { in inOutLocationCheck()
1087 …if (! (profile != EEsProfile && language == EShLangVertex && qualifier.isPipeInput()) || spvVersio… in addUsedLocation()
DIntermediate.cpp1457 if (profile == EEsProfile || version == 110) in canImplicitlyPromote()
1775 if (profile == EEsProfile || version == 110) in getConversionDestinatonType()
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp293 … parseContext.profileRequires(ppToken->loc, EEsProfile, 300, nullptr, "floating-point suffix"); in lFloatConst()
295 … parseContext.profileRequires(ppToken->loc, ~EEsProfile, 120, nullptr, "floating-point suffix"); in lFloatConst()
602 pp->parseContext.requireProfile(ppToken->loc, ~EEsProfile, in scan()
604 pp->parseContext.profileRequires(ppToken->loc, ~EEsProfile, 0, in scan()
612 pp->parseContext.requireProfile(ppToken->loc, ~EEsProfile, in scan()
614 pp->parseContext.profileRequires(ppToken->loc, ~EEsProfile, 0, in scan()
718 pp->parseContext.requireProfile(ppToken->loc, ~EEsProfile, in scan()
720 pp->parseContext.profileRequires(ppToken->loc, ~EEsProfile, 0, in scan()
728 pp->parseContext.requireProfile(ppToken->loc, ~EEsProfile, in scan()
730 pp->parseContext.profileRequires(ppToken->loc, ~EEsProfile, 0, in scan()
[all …]
DPpTokens.cpp232 parseContext.requireProfile(ppToken->loc, ~EEsProfile, "token pasting (##)"); in getToken()
233 … parseContext.profileRequires(ppToken->loc, ~EEsProfile, 130, 0, "token pasting (##)"); in getToken()
DPp.cpp530 if (! shortCircuit && parseContext.profile == EEsProfile) { in evalToToken()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp267 case EEsProfile: in TranslateSourceLanguage()