Lines Matching refs:TextureSwizzleComponent
169 enum TextureSwizzleComponent
181 static std::ostream& operator<< (std::ostream& stream, TextureSwizzleComponent comp)
205 tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void);
206 const tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void) const;
211 tcu::Vector<TextureSwizzleComponent, 4> m_swizzle;
274 tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void)
279 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const
290 static deUint32 getGLTextureSwizzleComponent (TextureSwizzleComponent c)
305 static inline T swizzleColorChannel (const tcu::Vector<T, 4>& src, TextureSwizzleComponent swizzle)
2196 swizzle.getSwizzle()[i] = (TextureSwizzleComponent)((swizzleCaseNdx + i) % (int)TEXTURESWIZZLECOMPONENT_LAST);