Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_driconf.c55 query_bool_option(allow_glsl_builtin_variable_redeclaration); in u_driconf_fill_st_options()
/external/mesa3d/src/gallium/include/frontend/
Dapi.h184 bool allow_glsl_builtin_variable_redeclaration; member
/external/mesa3d/src/util/
Ddriconf.h203 DRI_CONF_OPT_B(allow_glsl_builtin_variable_redeclaration, def, \
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1199 …consts->AllowGLSLBuiltinVariableRedeclaration = options->allow_glsl_builtin_variable_redeclaration; in st_init_extensions()