Home | History | Annotate | Download | only in glsl

Lines Matching full:ir_var_uniform

370    case ir_var_uniform: return "uniform";
407 if (uniforms_only && (var->mode != ir_var_uniform))
1165 if ((var == NULL) || (var->mode != ir_var_uniform &&