Searched refs:force_glsl_version (Results 1 – 8 of 8) sorted by relevance
45 query_int_option(force_glsl_version); in u_driconf_fill_st_options()
222 unsigned force_glsl_version; member
134 - glsl: force_glsl_version to shaders with no defined version
188 - i965: Support the force_glsl_version driconf option.
4961 - glsl: force_glsl_version to shaders with no defined version
168 DRI_CONF_OPT_I(force_glsl_version, def, 0, 999, \
1187 if (options->force_glsl_version > 0 && in st_init_extensions()1188 options->force_glsl_version <= GLSLVersion) { in st_init_extensions()1189 consts->ForceGLSLVersion = options->force_glsl_version; in st_init_extensions()
694 attribs.options.force_glsl_version = 0; in OSMesaCreateContextAttribs()