Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexVerifierUtil.cpp58 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coord… in computeNonNormalizedCoordBounds() argument
63 const float minA = normalizedCoords ? minN*float(dim) : minN; in computeNonNormalizedCoordBounds()
64 const float maxA = normalizedCoords ? maxN*float(dim) : maxN; in computeNonNormalizedCoordBounds()
128 copy.normalizedCoords = false; in getUnnormalizedCoordSampler()
DtcuTexLookupVerifier.cpp574 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestSampleResultValid()
599 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestSampleResultValid()
600 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isNearestSampleResultValid()
633 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestSampleResultValid()
634 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isNearestSampleResultValid()
635 …const Vec2 wBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getDepth()… in isNearestSampleResultValid()
674 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidt… in isLinearSampleResultValid()
727 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidt… in isLinearSampleResultValid()
728 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeig… in isLinearSampleResultValid()
795 …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.hpp115 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coo…
DtcuTexture.hpp268 bool normalizedCoords; member in tcu::Sampler
307 , normalizedCoords (normalizedCoords_) in Sampler()
324 , normalizedCoords (true) in Sampler()
DtcuTexture.cpp2254 if (sampler.normalizedCoords) in sample1DOffset()
2278 if (sampler.normalizedCoords) in sample2DOffset()
2302 if (sampler.normalizedCoords) in sample3DOffset()
2332 if (sampler.normalizedCoords) in sample1DCompare()
2358 if (sampler.normalizedCoords) in sample2DCompare()
2919 if (sampler.normalizedCoords) in sampleCubeSeamlessLinear()
3039 if (sampler.normalizedCoords) in sampleCubeSeamlessLinearCompare()
3610 if (sampler.normalizedCoords) in gather()
/external/angle/src/libANGLE/
DCLContext.cpp191 cl_bool normalizedCoords = CL_TRUE; in createSamplerWithProperties() local
203 normalizedCoords = static_cast<decltype(normalizedCoords)>(*propIt++); in createSamplerWithProperties()
219 return Object::Create<Sampler>(errorCode, *this, std::move(propArray), normalizedCoords, in createSamplerWithProperties()
223 cl_sampler Context::createSampler(cl_bool normalizedCoords, in createSampler() argument
228 return Object::Create<Sampler>(errorCode, *this, Sampler::PropArray{}, normalizedCoords, in createSampler()
DCLSampler.cpp86 cl_bool normalizedCoords, in Sampler() argument
92 mNormalizedCoords(normalizedCoords), in Sampler()
DCLSampler.h41 cl_bool normalizedCoords,
DCLContext.h76 cl_sampler createSampler(cl_bool normalizedCoords,
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp294 …r::FilterMode minFilterMode, tcu::Sampler::FilterMode magFilterMode, bool normalizedCoords = true);
295 …r::FilterMode minFilterMode, tcu::Sampler::FilterMode magFilterMode, bool normalizedCoords = true);
296 …r::FilterMode minFilterMode, tcu::Sampler::FilterMode magFilterMode, bool normalizedCoords = true);
DvktTextureTestUtil.cpp1465 …::Sampler::FilterMode minFilterMode, tcu::Sampler::FilterMode magFilterMode, bool normalizedCoords) in createSampler() argument
1470 normalizedCoords /* normalized coords */, in createSampler()
1487 …::Sampler::FilterMode minFilterMode, tcu::Sampler::FilterMode magFilterMode, bool normalizedCoords) in createSampler() argument
1489 return createSampler(wrapU, wrapV, wrapU, minFilterMode, magFilterMode, normalizedCoords); in createSampler()
1501 …::Sampler::FilterMode minFilterMode, tcu::Sampler::FilterMode magFilterMode, bool normalizedCoords) in createSampler() argument
1503 return createSampler(wrapU, wrapU, wrapU, minFilterMode, magFilterMode, normalizedCoords); in createSampler()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp757 samplerCopy.normalizedCoords = true; in iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3776 (VkBool32)(sampler.normalizedCoords ? VK_FALSE : VK_TRUE), // unnormalizedCoords in mapSampler()