Lines Matching full:inout
2659 /* There is no need to check for 'inout' here because the parser will
3056 * as out or inout function parameters, nor can they be assigned
3061 _mesa_glsl_error(&loc, state, "out and inout parameters cannot contain samplers");
3068 * l-values cannot be passed to parameters declared as out or inout."
3076 * So for GLSL 1.10, passing an array as an out or inout parameter is not
3081 _mesa_glsl_error(&loc, state, "Arrays cannot be out or inout parameters in GLSL 1.10");