Home | History | Annotate | Download | only in common

Lines Matching refs:Vec4

47 Vec4					sRGBToLinear				(const Vec4& cs);
48 Vec4 sRGB8ToLinear (const UVec4& cs);
49 Vec4 sRGBA8ToLinear (const UVec4& cs);
50 Vec4 linearToSRGB (const Vec4& cl);
88 Vec4 valueMin;
89 Vec4 valueMax;
90 Vec4 lookupScale;
91 Vec4 lookupBias;
93 TextureFormatInfo (const Vec4& valueMin_, const Vec4& valueMax_, const Vec4& lookupScale_, const Vec4& lookupBias_)
113 void clear (const PixelBufferAccess& access, const Vec4& color);
118 void fillWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal);
119 void fillWithGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB);
120 void fillWithRepeatableGradient (const PixelBufferAccess& access, const Vec4& colorA, const Vec4& colorB);
129 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
130 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias);
154 deUint32 packRGB999E5 (const tcu::Vec4& color);