Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c909 ctx->Const.AllowGLSLBuiltinVariableRedeclaration = in brw_process_driconf_options()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1141 …consts->AllowGLSLBuiltinVariableRedeclaration = options->allow_glsl_builtin_variable_redeclaration; in st_init_extensions()
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp323 ctx->Const.AllowGLSLBuiltinVariableRedeclaration; in _mesa_glsl_parse_state()
/external/mesa3d/src/mesa/main/
Dmtypes.h3859 GLboolean AllowGLSLBuiltinVariableRedeclaration; member