HomeSort by relevance Sort by last modified time
    Searched refs:EEsProfile (Results 1 - 17 of 17) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Scan.cpp 266 profile = EEsProfile;
737 if ((parseContext.profile == EEsProfile && parseContext.version < 300) ||
738 (parseContext.profile != EEsProfile && parseContext.version < 130))
772 if (parseContext.profile == EEsProfile && parseContext.version >= 300)
777 if ((parseContext.profile == EEsProfile && parseContext.version < 310) ||
778 (parseContext.profile != EEsProfile && parseContext.version < 430))
783 if ((parseContext.profile == EEsProfile && parseContext.version >= 310) ||
792 if (parseContext.profile == EEsProfile && parseContext.version >= 310)
797 if (parseContext.profile == EEsProfile && parseContext.version >= 310)
799 if (! parseContext.symbolTable.atBuiltInLevel() && (parseContext.profile == EEsProfile || (parseContext.version < 420 && ! parseContext.extensionTurnedOn(E_GL_ARB_shader_image_load_stor (…)
    [all...]
Initialize.cpp 68 return profile != EEsProfile && (version <= 130 || (spvVersion.spv == 0 && ARBCompatibility) || profile == ECompatibilityProfile);
440 if (profile != EEsProfile && version >= 400) {
670 if (profile != EEsProfile && version >= 450) {
808 if ((profile == EEsProfile && version >= 310) ||
809 (profile != EEsProfile && version >= 430)) {
838 if ((profile == EEsProfile && version >= 310) ||
839 (profile != EEsProfile && version >= 450)) {
859 if ((profile == EEsProfile && version >= 300) ||
860 (profile != EEsProfile && version >= 330)) {
    [all...]
Versions.h 55 EEsProfile = (1 << 3)
69 case EEsProfile: return "es";
ShaderLang.cpp 140 case EEsProfile: index = 3; break;
214 return (profile == EEsProfile && language == EShLangFragment) ? EPcFragment : EPcGeneral;
226 if (profile == EEsProfile && version >= 300)
244 if (profile == EEsProfile)
254 if ((profile != EEsProfile && version >= 150) ||
255 (profile == EEsProfile && version >= 310)) {
261 if ((profile != EEsProfile && version >= 150) ||
262 (profile == EEsProfile && version >= 310))
266 if ((profile != EEsProfile && version >= 420) ||
267 (profile == EEsProfile && version >= 310)
    [all...]
ParseHelper.cpp 73 if (profile == EEsProfile) {
531 requireProfile(base->getLoc(), ~EEsProfile, "variable indexing buffer block array");
533 profileRequires(base->getLoc(), EEsProfile, 0, Num_AEP_gpu_shader5, AEP_gpu_shader5, "variable indexing uniform block array");
538 requireProfile(base->getLoc(), ~EEsProfile, "variable indexing fragment shader ouput array");
541 requireProfile(base->getLoc(), EEsProfile | ECoreProfile | ECompatibilityProfile, explanation);
542 profileRequires(base->getLoc(), EEsProfile, 0, Num_AEP_gpu_shader5, AEP_gpu_shader5, explanation);
806 profileRequires(loc, EEsProfile, 300, nullptr, ".length");
809 requireProfile(loc, ~EEsProfile, feature);
810 profileRequires(loc, ~EEsProfile, 420, E_GL_ARB_shading_language_420pack, feature);
835 requireProfile(loc, ~EEsProfile, dotFeature)
    [all...]
glslang.y 847 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
862 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
    [all...]
Versions.cpp 124 // EEsProfile
131 // ~EEsProfile
223 if (profile == EEsProfile) {
641 profileRequires(loc, EEsProfile, 300, nullptr, op);
linkValidate.cpp 590 if (profile == EEsProfile) {
676 if (! (profile != EEsProfile && language == EShLangVertex && qualifier.isPipeInput())) {
    [all...]
Intermediate.cpp 334 if (profile == EEsProfile && returnType.getQualifier().precision == EpqNone && returnType.getBasicType() != EbtBool)
349 if (correctPrecision == EpqNone && profile == EEsProfile) {
690 if (profile == EEsProfile || version == 110)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
version_profile.cc 49 *profile = EEsProfile;
compiler.cc 40 return profile == EEsProfile || version >= 330;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpTokens.cpp 184 parseContext.requireProfile(ppToken->loc, ~EEsProfile, "token pasting (##)");
185 parseContext.profileRequires(ppToken->loc, ~EEsProfile, 130, 0, "token pasting (##)");
PpScanner.cpp 206 parseContext.profileRequires(ppToken->loc, EEsProfile, 300, nullptr, "floating-point suffix");
208 parseContext.profileRequires(ppToken->loc, ~EEsProfile, 120, nullptr, "floating-point suffix");
Pp.cpp 535 if (! shortCircuit && parseContext.profile == EEsProfile) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/src/
shaderc.cc 293 options->compiler.SetForcedVersionProfile(version, EEsProfile);
524 case EEsProfile:
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp 201 case EEsProfile:
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp 201 case EEsProfile:
    [all...]

Completed in 1309 milliseconds