Home
last modified time | relevance | path

Searched refs:allow_glsl_extension_directive_midshader (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_driconf.c47 query_bool_option(allow_glsl_extension_directive_midshader); in u_driconf_fill_st_options()
/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h224 bool allow_glsl_extension_directive_midshader; member
/third_party/mesa3d/docs/relnotes/
D10.5.4.rst83 (allow_glsl_extension_directive_midshader).
D10.5.0.rst121 Dead Island needs allow_glsl_extension_directive_midshader
/third_party/mesa3d/src/util/
Ddriconf.h176 DRI_CONF_OPT_B(allow_glsl_extension_directive_midshader, def, \
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1484 if (options->allow_glsl_extension_directive_midshader) in st_init_extensions()