Home
last modified time | relevance | path

Searched refs:toFixedPoint (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Pipeline/
DConstants.hpp119 …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…
DConstants.cpp319 …const int Xf[4] = { toFixedPoint(X[0][0], subPixB), toFixedPoint(X[1][0], subPixB), toFixedPoint(X… in Constants()
320 …const int Yf[4] = { toFixedPoint(Y[0][0], subPixB), toFixedPoint(Y[1][0], subPixB), toFixedPoint(Y… in Constants()
/external/swiftshader/src/System/
DMath.hpp373 constexpr int toFixedPoint(float v, int p) in toFixedPoint() function