Lines Matching defs:component
558 // For arrays, we need to synthesize a temporary Array type using the "actual" component
561 const Type& component = this->getActualType(rawType.componentType());
562 arrayName = component.getArrayName(rawType.columns());
563 arrayType = Type::MakeArrayType(arrayName, component, rawType.columns());
1692 // vector arguments at all, so we always extract each vector component and pass them
1937 for (int8_t component : components) {
1938 if (component < 0 || component >= fComponents.count()) {
1939 SkDEBUGFAILF("swizzle accessed nonexistent component %d", (int)component);
1942 updatedSwizzle.push_back(fComponents[component]);
1958 for (int component : fComponents) {
1959 fGen.writeWord(component, out);
1987 // check to see if we are writing this component
1990 // we're writing to this component, so adjust the offset to pull from
1991 // the correct component of the right side instead of preserving the
2212 for (int component : swizzle.components()) {
2213 this->writeWord(component, out);