Lines Matching refs:subpixelBits
520 int subpixelBits, in calcSingleSampleLineInterpolationRangeWithWeightEquation() argument
524 const float testSquareSize = (2.0f / (float)(1UL << subpixelBits)); in calcSingleSampleLineInterpolationRangeWithWeightEquation()
553 … tcu::Vec2& pa, float wa, const tcu::Vec2& pb, float wb, const tcu::IVec2& pixel, int subpixelBits) in calcSingleSampleLineInterpolationRange() argument
555 …SampleLineInterpolationRangeWithWeightEquation(pa, wa, pb, wb, pixel, subpixelBits, calcLineInterp… in calcSingleSampleLineInterpolationRange()
558 … tcu::Vec2& pa, float wa, const tcu::Vec2& pb, float wb, const tcu::IVec2& pixel, int subpixelBits) in calcSingleSampleLineInterpolationRangeAxisProjected() argument
560 …SampleLineInterpolationRangeWithWeightEquation(pa, wa, pb, wb, pixel, subpixelBits, calcLineInterp… in calcSingleSampleLineInterpolationRangeAxisProjected()
572 …x, const tcu::IVec2 pixel, const tcu::IVec2 viewportSize, bool multisample, int subpixelBits) const in interpolate()
576 const float testSquareSize = (multisample) ? (1.0f) : (2.0f / (float)(1UL << subpixelBits)); in interpolate()
613 …x, const tcu::IVec2 pixel, const tcu::IVec2 viewportSize, bool multisample, int subpixelBits) const in interpolate()
617 DE_UNREF(subpixelBits); in interpolate()
667 int subPixelBits = args.subpixelBits; in verifyTriangleGroupInterpolationWithInterpolator()
1559 … ? (calcSingleSampleLineInterpolationRange(pa, wa, pb, wb, tcu::IVec2(x, y), args.subpixelBits)) in verifyLineGroupPixelIndependentInterpolation()
1560 …gleSampleLineInterpolationRangeAxisProjected(pa, wa, pb, wb, tcu::IVec2(x, y), args.subpixelBits)); in verifyLineGroupPixelIndependentInterpolation()
1914 … range = calcSingleSampleLineInterpolationRange(pa, wa, pb, wb, rootPosition, args.subpixelBits); in verifySinglesampleWideLineGroupInterpolation()
2047 …ec4& p2, const tcu::IVec2& pixel, const tcu::IVec2& viewportSize, int subpixelBits, bool multisamp… in calculateTriangleCoverage() argument
2051 const deUint64 numSubPixels = ((deUint64)1) << subpixelBits; in calculateTriangleCoverage()
2206 int subPixelBits = args.subpixelBits; in verifyTriangleGroupRasterization()