Home
last modified time | relevance | path

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

/third_party/mesa3d/docs/relnotes/
D17.3.2.rst78 - mesa: add AllowGLSLCrossStageInterpolationMismatch workaround
/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp244 if (!consts->AllowGLSLCrossStageInterpolationMismatch) { in cross_validate_types_and_qualifiers()
/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h625 GLboolean AllowGLSLCrossStageInterpolationMismatch; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1154 …consts->AllowGLSLCrossStageInterpolationMismatch = options->allow_glsl_cross_stage_interpolation_m… in st_init_extensions()