Lines Matching refs:Vec4
49 Vec4 sRGBToLinear (const Vec4& cs);
50 Vec4 sRGB8ToLinear (const UVec4& cs);
51 Vec4 sRGBA8ToLinear (const UVec4& cs);
52 Vec4 linearToSRGB (const Vec4& cl);
90 Vec4 valueMin;
91 Vec4 valueMax;
92 Vec4 lookupScale;
93 Vec4 lookupBias;
95 …TextureFormatInfo (const Vec4& valueMin_, const Vec4& valueMax_, const Vec4& lookupScale_, const V… in TextureFormatInfo()
115 void clear (const PixelBufferAccess& access, const Vec4& color);
120 void fillWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& …
121 void fillWithComponentGradients2 (const PixelBufferAccess& access, const Vec4& minVal, const Vec4&…
122 void fillWithComponentGradients3 (const PixelBufferAccess& access, const Vec4& minVal, const Vec4&…
123 …thGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB);
124 void fillWithRepeatableGradient (const PixelBufferAccess& access, const Vec4& colorA, const Vec4& …
133 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
134 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias);
155 deUint32 packRGB999E5 (const tcu::Vec4& color);