/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/GenericCodeGen/ |
CodeGen.cpp | 45 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile);
|
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/ |
version_profile.cc | 45 *profile = ENoProfile;
|
compiler.cc | 418 if (version == 0 && profile == ENoProfile) { 431 return std::make_pair(0, ENoProfile); 445 return std::make_pair(0, ENoProfile);
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
Versions.h | 52 ENoProfile = (1 << 0), // only for desktop, before profiles showed up 66 case ENoProfile: return "none";
|
ShaderLang.cpp | 137 case ENoProfile: index = 0; break; 383 if (profile == ENoProfile) { 393 profile = ENoProfile; 402 profile = ENoProfile; 416 profile = ENoProfile; 430 if (profile == EEsProfile || profile == ENoProfile) 441 if (profile == EEsProfile || profile == ENoProfile) [all...] |
glslang.y | 721 parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "precision statement"); 846 parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 861 parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); [all...] |
ParseHelper.cpp | 805 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, ".length"); [all...] |
Versions.cpp | 121 // ENoProfile 126 // The ENoProfile profile is only for desktop, before profiles showed up in version 150; 640 profileRequires(loc, ENoProfile, 130, nullptr, op);
|
localintermediate.h | 127 explicit TIntermediate(EShLanguage l, int v = 0, EProfile p = ENoProfile) :
|
Initialize.cpp | [all...] |
Scan.cpp | 179 profile = ENoProfile; [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/ |
ShHandle.h | 94 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile) = 0;
|
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/ |
compiler.h | 95 default_profile_(ENoProfile), 223 // returns (0, ENoProfile). 238 // returns (0, ENoProfile). 244 // returns (0, ENoProfile).
|
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/src/ |
shaderc.cc | 284 options->compiler.SetForcedVersionProfile(version, ENoProfile); 533 case ENoProfile:
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
GlslangToSpv.cpp | 197 case ENoProfile: [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/ |
GlslangToSpv.cpp | 197 case ENoProfile: [all...] |