Lines Matching refs:components
299 assert(component < src->type->components());
501 * all components of the vector.
504 * scalars. The components of the constructor parameters are assigned
507 const unsigned lhs_components = type->components();
529 unsigned rhs_components = param->type->components();
531 /* Do not try to assign more components to the vector than it has!
566 /* Advance the component index by the number of components
587 unsigned rhs_components = param->type->components();
589 /* Do not try to assign more components to the vector than it has!
614 /* Advance the component index by the number of components that were
630 * \param count Number of components to be assigned
633 * \c src_base + \c count must be less than or equal to the number of components
644 assert(column_ref->type->components() >= (row_base + count));
645 assert(src->type->components() >= (src_base + count));
647 /* Generate a swizzle that extracts the number of components from the source
690 * along the diagonal of the matrix and setting all other components to
694 * scalars. The components of the constructor parameters are assigned
704 * components with zero.
772 * from there. All other components will be initialized to the
875 unsigned rhs_components = rhs->type->components();
890 /* Assign the current parameter to as many components of the matrix
914 /* If there is data left in the parameter and components left to be
1028 /* Total number of components of the type being constructed. */
1029 const unsigned type_components = constructor_type->components();
1031 /* Number of components from parameters that have actually been
1072 components_used += result->type->components();
1104 * "In these cases, there must be enough components provided in the
1110 _mesa_glsl_error(& loc, state, "too few components to construct "