/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 151 const Versioning Es300Desktop130Version[] = { { EEsProfile, 0, 300, 0, nullptr }, 156 const Versioning Es310Desktop420Version[] = { { EEsProfile, 0, 310, 0, nullptr }, 161 const Versioning Es310Desktop450Version[] = { { EEsProfile, 0, 310, 0, nullptr }, 469 if ((profile == EEsProfile && version >= 320) || (profile != EEsProfile && version >= 450)) in addTabledBuiltins() 483 …return profile != EEsProfile && (version <= 130 || (spvVersion.spv == 0 && version == 140 && ARBCo… in IncludeLegacy() 547 profile = EEsProfile; in initialize() 696 if (profile != EEsProfile && version >= 150) { // ARB_gpu_shader_fp64 in initialize() 926 if (profile == EEsProfile && version >= 310) { // Explicit Types in initialize() 1122 if ((profile != EEsProfile && version >= 450) || (profile == EEsProfile && version >= 310)) { in initialize() 1291 if (profile != EEsProfile && version >= 430) { in initialize() [all …]
|
D | ShaderLang.cpp | 192 case EEsProfile: index = 3; break; in MapProfileToIndex() 288 return (profile == EEsProfile && language == EShLangFragment) ? EPcFragment : EPcGeneral; in CommonIndex() 299 profile = EEsProfile; in InitializeStageSymbolTable() 307 if (profile == EEsProfile && version >= 300) in InitializeStageSymbolTable() 320 profile = EEsProfile; in InitializeSymbolTables() 334 if (profile == EEsProfile) in InitializeSymbolTables() 348 if ((profile != EEsProfile && version >= 150) || in InitializeSymbolTables() 349 (profile == EEsProfile && version >= 310)) { in InitializeSymbolTables() 357 if ((profile != EEsProfile && version >= 150) || in InitializeSymbolTables() 358 (profile == EEsProfile && version >= 310)) in InitializeSymbolTables() [all …]
|
D | ParseHelper.cpp | 641 requireProfile(base->getLoc(), ~EEsProfile, "variable indexing buffer block array"); in handleBracketDereference() 643 … profileRequires(base->getLoc(), EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_shader5, in handleBracketDereference() 649 … requireProfile(base->getLoc(), ~EEsProfile, "variable indexing fragment shader output array"); in handleBracketDereference() 652 … requireProfile(base->getLoc(), EEsProfile | ECoreProfile | ECompatibilityProfile, explanation); in handleBracketDereference() 653 …profileRequires(base->getLoc(), EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_shader5, explanation… in handleBracketDereference() 969 profileRequires(loc, EEsProfile, 300, nullptr, ".length"); in handleDotDereference() 972 requireProfile(loc, ~EEsProfile, feature); in handleDotDereference() 973 profileRequires(loc, ~EEsProfile, 420, E_GL_ARB_shading_language_420pack, feature); in handleDotDereference() 1057 requireProfile(loc, ~EEsProfile, dotFeature); in handleDotSwizzle() 1058 profileRequires(loc, ~EEsProfile, 420, E_GL_ARB_shading_language_420pack, dotFeature); in handleDotSwizzle() [all …]
|
D | parseVersions.h | 73 const EProfile profile = EEsProfile; 77 if (! (EEsProfile & profileMask)) in requireProfile() 83 if ((EEsProfile & profileMask) && (minVersion == 0 || version < minVersion)) in profileRequires() 122 bool isEsProfile() const { return profile == EEsProfile; } in isEsProfile()
|
D | Versions.h | 61 EEsProfile = (1 << 3), enumerator 76 case EEsProfile: return "es"; in ProfileName()
|
D | glslang.y | 1068 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type"); 1083 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type"); 1216 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type"); 1226 parseContext.profileRequires($2.loc, EEsProfile, 300, 0, "arrayed type"); 1259 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "smooth"); 1266 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "flat"); 1273 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_shader_noperspective_interpolation, "n… 1289 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentric, "fragment… 1297 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_EXT_fragment_shader_barycentric, "fragmen… 1374 …parseContext.profileRequires($1.loc, EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_shader5, "preci… [all …]
|
D | glslang.m4 | 1068 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type"); 1083 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type"); 1216 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type"); 1226 parseContext.profileRequires($2.loc, EEsProfile, 300, 0, "arrayed type"); 1259 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "smooth"); 1266 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "flat"); 1273 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_shader_noperspective_interpolation, "n… 1289 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentric, "fragment… 1297 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_EXT_fragment_shader_barycentric, "fragmen… 1374 …parseContext.profileRequires($1.loc, EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_shader5, "preci… [all …]
|
D | Versions.cpp | 1074 profileRequires(loc, EEsProfile, 320, nullptr, "#extension GL_NV_mesh_shader"); in checkExtensionStage() 1083 profileRequires(loc, EEsProfile, 320, nullptr, "#extension GL_EXT_mesh_shader"); in checkExtensionStage() 1112 profileRequires(loc, EEsProfile, 300, nullptr, op); in fullIntegerCheck()
|
D | glslang_tab.cpp | 6333 …parseContext.profileRequires((yyvsp[-1].interm.type).loc, EEsProfile, 300, nullptr, "arrayed type"… in yyparse() 6353 …parseContext.profileRequires((yyvsp[-2].interm.type).loc, EEsProfile, 300, nullptr, "arrayed type"… in yyparse() 6544 …parseContext.profileRequires((yyvsp[0].interm.type).loc, EEsProfile, 300, nullptr, "arrayed type"); in yyparse() 6559 …parseContext.profileRequires((yyvsp[0].interm.type).loc, EEsProfile, 300, nullptr, "arrayed type"); in yyparse() 6596 parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 300, nullptr, "smooth"); in yyparse() 6608 parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 300, nullptr, "flat"); in yyparse() 6619 …parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_NV_shader_noperspective_inter… in yyparse() 6645 …parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentri… in yyparse() 6658 …parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_EXT_fragment_shader_barycentr… in yyparse() 6777 …parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 320, Num_AEP_gpu_shader5, AEP_gpu_sha… in yyparse() [all …]
|
D | iomapper.cpp | 495 if (profile == EEsProfile && version == 300) { in operator ()() 535 if (profile == EEsProfile && ent1.live) { in operator ()()
|
D | localintermediate.h | 655 bool isEsProfile() const { return profile == EEsProfile; } in isEsProfile()
|
D | Scan.cpp | 268 profile = EEsProfile; in scanVersion()
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpScanner.cpp | 306 … 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 …]
|
D | PpTokens.cpp | 123 parseContext.requireProfile(ppToken->loc, ~EEsProfile, "token pasting (##)"); in getToken() 124 … parseContext.profileRequires(ppToken->loc, ~EEsProfile, 130, nullptr, "token pasting (##)"); in getToken()
|
/third_party/glslang/glslang/CInterface/ |
D | glslang_c_interface.cpp | 322 return EEsProfile; in c_shader_profile()
|
/third_party/skia/third_party/externals/tint/samples/ |
D | main.cc | 899 shader.parse(&glslang::DefaultTBuiltInResource, 310, EEsProfile, in GenerateGlsl()
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 307 case EEsProfile: in TranslateSourceLanguage()
|