Lines Matching refs:Size
39 template<int Size>
40 inline Vector<float, Size> computeFloatingPointError (const Vector<float, Size>& value, const Vector<deInt32, Size>& numAccurateBits)
42 Vector<float, Size> res;
43 for (int ndx = 0; ndx < Size; ndx++)
48 template<int Size>
49 inline Vector<float, Size> computeFixedPointError (const Vector<deInt32, Size>& numAccurateBits)
51 Vector<float, Size> res;
52 for (int ndx = 0; ndx < Size; ndx++)
100 int wrap (Sampler::WrapMode mode, int c, int size);