Lines Matching refs:toSubpixelCoord
31 inline deInt64 toSubpixelCoord (float v) in toSubpixelCoord() function
36 inline deInt64 toSubpixelCoord (deInt32 v) in toSubpixelCoord() function
123 return tcu::Vector<deInt64,2>(toSubpixelCoord(v.x()), toSubpixelCoord(v.y())); in toSubpixelVector()
128 return tcu::Vector<deInt64,2>(toSubpixelCoord(v.x()), toSubpixelCoord(v.y())); in toSubpixelVector()
471 const deInt64 x0 = toSubpixelCoord(v0.x()); in init()
472 const deInt64 y0 = toSubpixelCoord(v0.y()); in init()
473 const deInt64 x1 = toSubpixelCoord(v1.x()); in init()
474 const deInt64 y1 = toSubpixelCoord(v1.y()); in init()
475 const deInt64 x2 = toSubpixelCoord(v2.x()); in init()
476 const deInt64 y2 = toSubpixelCoord(v2.y()); in init()
551 const deInt64 sx0 = toSubpixelCoord(x0) + halfPixel; in rasterizeSingleSample()
552 const deInt64 sx1 = toSubpixelCoord(x0+1) + halfPixel; in rasterizeSingleSample()
553 const deInt64 sy0 = toSubpixelCoord(y0) + halfPixel; in rasterizeSingleSample()
554 const deInt64 sy1 = toSubpixelCoord(y0+1) + halfPixel; in rasterizeSingleSample()
731 const deInt64 sx0 = toSubpixelCoord(x0); in rasterizeMultiSample()
732 const deInt64 sx1 = toSubpixelCoord(x0+1); in rasterizeMultiSample()
733 const deInt64 sy0 = toSubpixelCoord(y0); in rasterizeMultiSample()
734 const deInt64 sy1 = toSubpixelCoord(y0+1); in rasterizeMultiSample()
879 … ? tcu::Vector<deInt64,2>(0, -1) : tcu::Vector<deInt64,2>(-1, 0)) * (toSubpixelCoord(lineWidthPixe… in init()
881 const deInt64 x0 = toSubpixelCoord(v0.x()) + widthOffset.x(); in init()
882 const deInt64 y0 = toSubpixelCoord(v0.y()) + widthOffset.y(); in init()
883 const deInt64 x1 = toSubpixelCoord(v1.x()) + widthOffset.x(); in init()
884 const deInt64 y1 = toSubpixelCoord(v1.y()) + widthOffset.y(); in init()
887 const deInt64 xMin = de::min(x0, x1) - toSubpixelCoord(1); in init()
888 const deInt64 xMax = de::max(x0, x1) + toSubpixelCoord(1); in init()
889 const deInt64 yMin = de::min(y0, y1) - toSubpixelCoord(1); in init()
890 const deInt64 yMax = de::max(y0, y1) + toSubpixelCoord(1); in init()
934 …const tcu::Vector<deInt64,2> widthOffset = -minorDirection.cast<deInt64>() * (toSubpixelCoord… in rasterize()
1101 const deInt64 x0 = toSubpixelCoord(v0.x()); in init()
1102 const deInt64 y0 = toSubpixelCoord(v0.y()); in init()
1103 const deInt64 x1 = toSubpixelCoord(v1.x()); in init()
1104 const deInt64 y1 = toSubpixelCoord(v1.y()); in init()
1107 const deInt64 xMin = de::min(x0, x1) - toSubpixelCoord(1); in init()
1108 const deInt64 xMax = de::max(x0, x1) + toSubpixelCoord(1); in init()
1109 const deInt64 yMin = de::min(y0, y1) - toSubpixelCoord(1); in init()
1110 const deInt64 yMax = de::max(y0, y1) + toSubpixelCoord(1); in init()