Searched refs:computeNonNormalizedCoordBounds (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTexLookupVerifier.cpp | 540 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), c… in isNearestSampleResultValid() 563 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), c… in isNearestSampleResultValid() 565 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), … in isNearestSampleResultValid() 596 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), c… in isNearestSampleResultValid() 598 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), … in isNearestSampleResultValid() 600 …const Vec2 wBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getDepth(), c… in isNearestSampleResultValid() 636 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), c… in isLinearSampleResultValid() 685 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), c… in isLinearSampleResultValid() 687 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), … in isLinearSampleResultValid() 753 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), c… in isLinearSampleResultValid() [all …]
|
H A D | tcuTexCompareVerifier.cpp | 505 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), c… in isNearestCompareResultValid() 507 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), … in isNearestCompareResultValid() 539 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), c… in isLinearCompareResultValid() 541 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), … in isLinearCompareResultValid() 607 …computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.… in isNearestMipmapLinearCompareResultValid() 609 …computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.… in isNearestMipmapLinearCompareResultValid() 611 …computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.… in isNearestMipmapLinearCompareResultValid() 613 …computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), prec.coordBits.y(), prec.… in isNearestMipmapLinearCompareResultValid() 666 …computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.… in isLinearMipmapLinearCompareResultValid() 668 …computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.… in isLinearMipmapLinearCompareResultValid() [all …]
|
H A D | tcuTexVerifierUtil.hpp | 120 Vec2 computeNonNormalizedCoordBounds(const bool normalizedCoords, const int dim, const float coord,…
|
H A D | tcuTexVerifierUtil.cpp | 58 Vec2 computeNonNormalizedCoordBounds(const bool normalizedCoords, const int dim, const float coord,… in computeNonNormalizedCoordBounds() function
|