Searched refs:normalizedCoords (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 46 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coord… in computeNonNormalizedCoordBounds() argument 51 const float minA = normalizedCoords ? minN*float(dim) : minN; in computeNonNormalizedCoordBounds() 52 const float maxA = normalizedCoords ? maxN*float(dim) : maxN; in computeNonNormalizedCoordBounds() 116 copy.normalizedCoords = false; in getUnnormalizedCoordSampler()
|
D | tcuTexLookupVerifier.cpp | 504 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestSampleResultValid() 529 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestSampleResultValid() 530 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isNearestSampleResultValid() 563 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestSampleResultValid() 564 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isNearestSampleResultValid() 565 …const Vec2 wBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getDepth()… in isNearestSampleResultValid() 604 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidt… in isLinearSampleResultValid() 638 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidt… in isLinearSampleResultValid() 639 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeig… in isLinearSampleResultValid() 693 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidt… in isLinearSampleResultValid() [all …]
|
D | tcuTexCompareVerifier.cpp | 526 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestCompareResultValid() 527 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isNearestCompareResultValid() 561 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isLinearCompareResultValid() 562 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isLinearCompareResultValid() 636 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isNearestMipmapLinearCompareResultValid() 637 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearCompareResultValid() 638 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), p… in isNearestMipmapLinearCompareResultValid() 639 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), p… in isNearestMipmapLinearCompareResultValid() 693 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isLinearMipmapLinearCompareResultValid() 694 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isLinearMipmapLinearCompareResultValid() [all …]
|
D | tcuTexVerifierUtil.hpp | 96 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coo…
|
D | tcuTexture.hpp | 178 bool normalizedCoords; member in tcu::Sampler 207 , normalizedCoords (normalizedCoords_) in Sampler() 222 , normalizedCoords (true) in Sampler()
|
D | tcuTexture.cpp | 1637 if (sampler.normalizedCoords) in sample1D() 1658 if (sampler.normalizedCoords) in sample2D() 1681 if (sampler.normalizedCoords) in sample1DOffset() 1702 if (sampler.normalizedCoords) in sample2DOffset() 1728 if (sampler.normalizedCoords) in sample1DCompare() 1752 if (sampler.normalizedCoords) in sample2DCompare() 1775 if (sampler.normalizedCoords) in sample3D() 1799 if (sampler.normalizedCoords) in sample3DOffset() 2437 if (sampler.normalizedCoords) in sampleCubeSeamlessLinear() 2557 if (sampler.normalizedCoords) in sampleCubeSeamlessLinearCompare() [all …]
|