Searched refs:allow_glsl_120_subset_in_110 (Results 1 – 9 of 9) sorted by relevance
48 query_bool_option(allow_glsl_120_subset_in_110); in u_driconf_fill_st_options()
360 is_version(allow_glsl_120_subset_in_110 ? 110 : 120, 0); in has_implicit_conversions()946 bool allow_glsl_120_subset_in_110; member
320 this->allow_glsl_120_subset_in_110 = in _mesa_glsl_parse_state()
2162 if (!state->check_version(state->allow_glsl_120_subset_in_110 ? 110 : 120, in hir()
971 !state->check_version(state->allow_glsl_120_subset_in_110 ? 110 : 120, in do_assignment()
225 bool allow_glsl_120_subset_in_110; member
180 DRI_CONF_OPT_B(allow_glsl_120_subset_in_110, def, \
1487 if (options->allow_glsl_120_subset_in_110) in st_init_extensions()
3320 - glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13