Lines Matching defs:comp
198 static std::ostream& operator<< (std::ostream& stream, TextureSwizzleComponent comp)
200 switch (comp)
232 static std::ostream& operator<< (std::ostream& stream, const MaybeTextureSwizzle& comp)
234 if (comp.isNone())
237 stream << "(" << comp.getSwizzle()[0]
238 << ", " << comp.getSwizzle()[1]
239 << ", " << comp.getSwizzle()[2]
240 << ", " << comp.getSwizzle()[3]
817 GatherArgs (int comp,
822 : componentNdx(comp)