Home
last modified time | relevance | path

Searched refs:computeNonNormalizedCoordBounds (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp540 …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 DtcuTexCompareVerifier.cpp505 …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()
607computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.… in isNearestMipmapLinearCompareResultValid()
609computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.… in isNearestMipmapLinearCompareResultValid()
611computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.… in isNearestMipmapLinearCompareResultValid()
613computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), prec.coordBits.y(), prec.… in isNearestMipmapLinearCompareResultValid()
666computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.… in isLinearMipmapLinearCompareResultValid()
668computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.… in isLinearMipmapLinearCompareResultValid()
[all …]
H A DtcuTexVerifierUtil.hpp120 Vec2 computeNonNormalizedCoordBounds(const bool normalizedCoords, const int dim, const float coord,…
H A DtcuTexVerifierUtil.cpp58 Vec2 computeNonNormalizedCoordBounds(const bool normalizedCoords, const int dim, const float coord,… in computeNonNormalizedCoordBounds() function