Searched refs:toFixedPoint (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | Constants.cpp | 311 …const int Xf[4] = { toFixedPoint(X[0][0], subPixB), toFixedPoint(X[1][0], subPixB), toFixedPoint(X… in Constants() 312 …const int Yf[4] = { toFixedPoint(Y[0][0], subPixB), toFixedPoint(Y[1][0], subPixB), toFixedPoint(Y… in Constants()
|
D | Constants.hpp | 119 …ic constexpr int yMinMultiSampleOffset = sw::toFixedPoint(1, vk::SUBPIXEL_PRECISION_BITS) - sw::to… 120 …ic constexpr int yMaxMultiSampleOffset = sw::toFixedPoint(1, vk::SUBPIXEL_PRECISION_BITS) + sw::to…
|
/external/swiftshader/src/System/ |
D | Math.hpp | 373 constexpr int toFixedPoint(float v, int p) in toFixedPoint() function
|