Searched refs:component_slots (Results 1 – 3 of 3) sorted by relevance
590 glsl_type::component_slots() const in component_slots() function in glsl_type603 size += this->fields.structure[i].type->component_slots(); in component_slots()609 return this->length * this->fields.array->component_slots(); in component_slots()
248 unsigned component_slots() const;
56 return type->component_slots(); in values_for_type()