Searched refs:GLSLVersionCompat (Results 1 – 7 of 7) sorted by relevance
80 ctx->Const.GLSLVersionCompat = 120; in intelInitExtensions()
159 ctx->Const.GLSLVersionCompat = 130; in brw_init_extensions()161 ctx->Const.GLSLVersionCompat = 120; in brw_init_extensions()
348 ctx->Const.GLSLVersionCompat >= 150) { in update_program_constants()
615 consts->GLSLVersion = consts->GLSLVersionCompat; in _mesa_get_version()
536 consts->GLSLVersionCompat = consts->GLSLVersion; in _mesa_init_constants()
3896 GLuint GLSLVersionCompat; /**< Desktop compat GLSL version supported */ member
1176 consts->GLSLVersionCompat = in st_init_extensions()1182 api == API_OPENGL_COMPAT ? consts->GLSLVersionCompat : in st_init_extensions()1302 (api != API_OPENGL_COMPAT || consts->GLSLVersionCompat >= 400)) { in st_init_extensions()