Home | History | Annotate | Download | only in functional

Lines Matching refs:TextureSwizzleComponent

185 enum TextureSwizzleComponent
197 static std::ostream& operator<< (std::ostream& stream, TextureSwizzleComponent comp)
221 tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void);
222 const tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void) const;
227 tcu::Vector<TextureSwizzleComponent, 4> m_swizzle;
290 tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void)
295 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const
306 static deUint32 getGLTextureSwizzleComponent (TextureSwizzleComponent c)
321 static inline T swizzleColorChannel (const tcu::Vector<T, 4>& src, TextureSwizzleComponent swizzle)
2216 swizzle.getSwizzle()[i] = (TextureSwizzleComponent)((swizzleCaseNdx + i) % (int)TEXTURESWIZZLECOMPONENT_LAST);