Lines Matching defs:components
146 /* Either all the vector components are assigned or the variable is some
169 /* If the RHS is a vector type, assume that all components of the vector
899 * value_list must be a 1-for-1 match with the structure components. Each
922 * the components. For matrices, the scalar fills the components of the
947 /* Vector or scalar - fill all components */
951 for (unsigned i = 0; i < type->components(); i++)
956 for (unsigned i = 0; i < type->components(); i++)
960 for (unsigned i = 0; i < type->components(); i++)
964 for (unsigned i = 0; i < type->components(); i++)
968 for (unsigned i = 0; i < type->components(); i++)
973 for (unsigned i = 0; i < type->components(); i++)
977 for (unsigned i = 0; i < type->components(); i++)
1010 /* "All other components will be initialized to the identity matrix." */
1025 for (unsigned j = 0; j < value->type->components(); j++) {
1064 if (i >= type->components())
1068 if (i >= type->components())
1385 unsigned int size = src->type->components();
1386 assert (size <= this->type->components() - offset);
1511 for (unsigned i = 0; i < this->type->components(); i++) {
1878 const unsigned components[4] = { x, y, z, w };
1879 this->init_mask(components, count);
2272 /* The components of aggregate constants are not visited by the normal