Lines Matching refs:subpixelBits
516 int subpixelBits, in calcSingleSampleLineInterpolationRangeWithWeightEquation() argument
520 const float testSquareSize = (2.0f / (float)(1UL << subpixelBits)); in calcSingleSampleLineInterpolationRangeWithWeightEquation()
549 … tcu::Vec2& pa, float wa, const tcu::Vec2& pb, float wb, const tcu::IVec2& pixel, int subpixelBits) in calcSingleSampleLineInterpolationRange() argument
551 …SampleLineInterpolationRangeWithWeightEquation(pa, wa, pb, wb, pixel, subpixelBits, calcLineInterp… in calcSingleSampleLineInterpolationRange()
554 … tcu::Vec2& pa, float wa, const tcu::Vec2& pb, float wb, const tcu::IVec2& pixel, int subpixelBits) in calcSingleSampleLineInterpolationRangeAxisProjected() argument
556 …SampleLineInterpolationRangeWithWeightEquation(pa, wa, pb, wb, pixel, subpixelBits, calcLineInterp… in calcSingleSampleLineInterpolationRangeAxisProjected()
568 …x, const tcu::IVec2 pixel, const tcu::IVec2 viewportSize, bool multisample, int subpixelBits) const in interpolate()
572 const float testSquareSize = (multisample) ? (1.0f) : (2.0f / (float)(1UL << subpixelBits)); in interpolate()
609 …x, const tcu::IVec2 pixel, const tcu::IVec2 viewportSize, bool multisample, int subpixelBits) const in interpolate()
612 DE_UNREF(subpixelBits); in interpolate()
662 int subPixelBits = args.subpixelBits; in verifyTriangleGroupInterpolationWithInterpolator()
1613 … ? (calcSingleSampleLineInterpolationRange(pa, wa, pb, wb, tcu::IVec2(x, y), args.subpixelBits)) in verifyLineGroupPixelIndependentInterpolation()
1614 …gleSampleLineInterpolationRangeAxisProjected(pa, wa, pb, wb, tcu::IVec2(x, y), args.subpixelBits)); in verifyLineGroupPixelIndependentInterpolation()
1968 … range = calcSingleSampleLineInterpolationRange(pa, wa, pb, wb, rootPosition, args.subpixelBits); in verifySinglesampleWideLineGroupInterpolation()
2101 …ec4& p2, const tcu::IVec2& pixel, const tcu::IVec2& viewportSize, int subpixelBits, bool multisamp… in calculateTriangleCoverage() argument
2105 const deUint64 numSubPixels = ((deUint64)1) << subpixelBits; in calculateTriangleCoverage()
2286 int subPixelBits = args.subpixelBits; in verifyTriangleGroupRasterization()