Searched refs:component_slots_aligned (Results 1 – 3 of 3) sorted by relevance
524 unsigned component_slots_aligned(unsigned offset) const;
1650 glsl_type::component_slots_aligned(unsigned offset) const in component_slots_aligned() function in glsl_type1682 size += member->component_slots_aligned(size + offset); in component_slots_aligned()1692 size += this->fields.array->component_slots_aligned(size + offset); in component_slots_aligned()
2116 num_components = type->component_slots_aligned(*location); in assign_locations()