Home
last modified time | relevance | path

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

/external/mesa3d/docs/relnotes/
D17.3.2.rst78 - mesa: add AllowGLSLCrossStageInterpolationMismatch workaround
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c923 ctx->Const.AllowGLSLCrossStageInterpolationMismatch = in brw_process_driconf_options()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1145 …consts->AllowGLSLCrossStageInterpolationMismatch = options->allow_glsl_cross_stage_interpolation_m… in st_init_extensions()
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp371 if (!ctx->Const.AllowGLSLCrossStageInterpolationMismatch) { in cross_validate_types_and_qualifiers()
/external/mesa3d/src/mesa/main/
Dmtypes.h3864 GLboolean AllowGLSLCrossStageInterpolationMismatch; member