Searched refs:E_GL_ARB_gpu_shader_fp64 (Results 1 – 4 of 4) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.h | 144 const char* const E_GL_ARB_gpu_shader_fp64 = "GL_ARB_gpu_shader_fp64"; variable
|
D | Versions.cpp | 207 extensionBehavior[E_GL_ARB_gpu_shader_fp64] = EBhDisable; in initializeExtensionBehavior() 1036 … const char* const f64_Extensions[] = {E_GL_ARB_gpu_shader_fp64, E_GL_ARB_vertex_attrib_64bit}; in doubleCheck() 1039 … profileRequires(loc, ECoreProfile | ECompatibilityProfile, 400, E_GL_ARB_gpu_shader_fp64, op); in doubleCheck()
|
D | Scan.cpp | 1199 … (parseContext.version < 400 && !parseContext.extensionTurnedOn(E_GL_ARB_gpu_shader_fp64) && in tokenizeIdentifier() 1777 (parseContext.version >= 150 && parseContext.extensionTurnedOn(E_GL_ARB_gpu_shader_fp64)) || in dMat()
|
D | ParseHelper.cpp | 3441 …profileRequires(loc, ECoreProfile | ECompatibilityProfile, 410, E_GL_ARB_gpu_shader_fp64, "vertex-… in globalQualifierTypeCheck() 6242 …function = extensionTurnedOn(E_GL_ARB_gpu_shader_fp64) ? findFunction400(loc, call, builtIn) : fin… in findFunction()
|