Home
last modified time | relevance | path

Searched refs:allow_glsl_120_subset_in_110 (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_driconf.c48 query_bool_option(allow_glsl_120_subset_in_110); in u_driconf_fill_st_options()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h360 is_version(allow_glsl_120_subset_in_110 ? 110 : 120, 0); in has_implicit_conversions()
946 bool allow_glsl_120_subset_in_110; member
Dglsl_parser_extras.cpp320 this->allow_glsl_120_subset_in_110 = in _mesa_glsl_parse_state()
Dast_function.cpp2162 if (!state->check_version(state->allow_glsl_120_subset_in_110 ? 110 : 120, in hir()
Dast_to_hir.cpp971 !state->check_version(state->allow_glsl_120_subset_in_110 ? 110 : 120, in do_assignment()
/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h225 bool allow_glsl_120_subset_in_110; member
/third_party/mesa3d/src/util/
Ddriconf.h180 DRI_CONF_OPT_B(allow_glsl_120_subset_in_110, def, \
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1487 if (options->allow_glsl_120_subset_in_110) in st_init_extensions()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst3320 - glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13