Home | History | Annotate | Download | only in glsl

Lines Matching full:fine_location

730    unsigned fine_location
774 fine_location += array_elem_size * this->array_subscript;
798 this->location = fine_location / 4;
799 this->location_frac = fine_location % 4;