Home | History | Annotate | Download | only in glsl

Lines Matching full:base_lhs_component

521       unsigned base_lhs_component = 0;
533 if ((rhs_components + base_lhs_component) > lhs_components) {
534 rhs_components = lhs_components - base_lhs_component;
561 constant_mask |= ((1U << rhs_components) - 1) << base_lhs_component;
569 base_lhs_component += rhs_components;