Searched refs:attribute_components (Results 1 – 1 of 1) sorted by relevance
3349 const glw::GLuint attribute_components = s_varying_types[varying_type].components_count; in numberOfAttributes() local3352 (attribute_components * m_max_xfb_separate_components); in numberOfAttributes()3356 if (attribute_components > glw::GLuint(m_max_xfb_separate_components)) in numberOfAttributes()3363 glw::GLuint number_of_attributes = max_xfb_components / attribute_components; in numberOfAttributes()3372 if (number_of_attributes * attribute_components > max_total_components) in numberOfAttributes()3374 number_of_attributes = max_total_components / attribute_components; in numberOfAttributes()3378 if (attribute_components <= 4) in numberOfAttributes()