Home
last modified time | relevance | path

Searched refs:AllowGLSLRelaxedES (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h615 GLboolean AllowGLSLRelaxedES; member
/third_party/mesa3d/src/compiler/glsl/
Dlinker.cpp1066 if (!consts->AllowGLSLRelaxedES && in cross_validate_globals()
3613 if (!consts->AllowGLSLRelaxedES && in link_shaders()
3632 if (!consts->AllowGLSLRelaxedES && prog->Shaders[0]->IsES && in link_shaders()
Dbuiltin_functions.cpp603 state->consts->AllowGLSLRelaxedES); in derivatives()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1456 consts->AllowGLSLRelaxedES = GL_TRUE; in st_init_extensions()