Home
last modified time | relevance | path

Searched refs:normalizedCoords (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/common/
DtcuTexVerifierUtil.cpp46 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()
DtcuTexLookupVerifier.cpp529 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestSampleResultValid()
554 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestSampleResultValid()
555 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isNearestSampleResultValid()
588 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestSampleResultValid()
589 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isNearestSampleResultValid()
590 …const Vec2 wBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getDepth()… in isNearestSampleResultValid()
629 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidt… in isLinearSampleResultValid()
672 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidt… in isLinearSampleResultValid()
673 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeig… in isLinearSampleResultValid()
731 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidt… in isLinearSampleResultValid()
[all …]
DtcuTexCompareVerifier.cpp549 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestCompareResultValid()
550 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isNearestCompareResultValid()
584 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isLinearCompareResultValid()
585 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isLinearCompareResultValid()
659 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isNearestMipmapLinearCompareResultValid()
660 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearCompareResultValid()
661 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), p… in isNearestMipmapLinearCompareResultValid()
662 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), p… in isNearestMipmapLinearCompareResultValid()
716 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isLinearMipmapLinearCompareResultValid()
717 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isLinearMipmapLinearCompareResultValid()
[all …]
DtcuTexVerifierUtil.hpp96 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coo…
DtcuTexture.hpp242 bool normalizedCoords; member in tcu::Sampler
279 , normalizedCoords (normalizedCoords_) in Sampler()
295 , normalizedCoords (true) in Sampler()
DtcuTexture.cpp2007 if (sampler.normalizedCoords) in sample1DOffset()
2030 if (sampler.normalizedCoords) in sample2DOffset()
2053 if (sampler.normalizedCoords) in sample3DOffset()
2082 if (sampler.normalizedCoords) in sample1DCompare()
2108 if (sampler.normalizedCoords) in sample2DCompare()
2641 if (sampler.normalizedCoords) in sampleCubeSeamlessLinear()
2761 if (sampler.normalizedCoords) in sampleCubeSeamlessLinearCompare()
3323 if (sampler.normalizedCoords) in gather()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2234 (VkBool32)(sampler.normalizedCoords ? VK_FALSE : VK_TRUE), // unnormalizedCoords in mapSampler()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp841 samplerCopy.normalizedCoords = true; in iterate()