Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dtexture.hpp66 bool normalizedCoords = false, in bind()
70 ref.normalized = normalizedCoords; in bind()
125 bool normalizedCoords = false, in Texture()
148 texDescr.normalizedCoords = normalizedCoords; in Texture()
160 CvCudevTextureRef<T>::bind(mat, normalizedCoords, filterMode, addressMode); in Texture()
210 bool normalizedCoords = false,
231 texDescr.normalizedCoords = normalizedCoords;
/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.hpp237 bool normalizedCoords; member in tcu::Sampler
274 , normalizedCoords (normalizedCoords_) in Sampler()
290 , normalizedCoords (true) in Sampler()
DtcuTexture.cpp1951 if (sampler.normalizedCoords) in sample1DOffset()
1974 if (sampler.normalizedCoords) in sample2DOffset()
1997 if (sampler.normalizedCoords) in sample3DOffset()
2026 if (sampler.normalizedCoords) in sample1DCompare()
2052 if (sampler.normalizedCoords) in sample2DCompare()
2585 if (sampler.normalizedCoords) in sampleCubeSeamlessLinear()
2705 if (sampler.normalizedCoords) in sampleCubeSeamlessLinearCompare()
3267 if (sampler.normalizedCoords) in gather()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp782 (VkBool32)(sampler.normalizedCoords ? VK_FALSE : VK_TRUE), // unnormalizedCoords in mapSampler()