/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 58 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()
|
D | tcuTexLookupVerifier.cpp | 574 …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 …]
|
D | tcuTexCompareVerifier.cpp | 549 …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 …]
|
D | tcuTexVerifierUtil.hpp | 115 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coo…
|
D | tcuTexture.hpp | 268 bool normalizedCoords; member in tcu::Sampler 307 , normalizedCoords (normalizedCoords_) in Sampler() 324 , normalizedCoords (true) in Sampler()
|
D | tcuTexture.cpp | 2254 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/ |
D | CLContext.cpp | 191 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()
|
D | CLSampler.cpp | 86 cl_bool normalizedCoords, in Sampler() argument 92 mNormalizedCoords(normalizedCoords), in Sampler()
|
D | CLSampler.h | 41 cl_bool normalizedCoords,
|
D | CLContext.h | 76 cl_sampler createSampler(cl_bool normalizedCoords,
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.hpp | 294 …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);
|
D | vktTextureTestUtil.cpp | 1465 …::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/ |
D | vktOpaqueTypeIndexingTests.cpp | 757 samplerCopy.normalizedCoords = true; in iterate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 3776 (VkBool32)(sampler.normalizedCoords ? VK_FALSE : VK_TRUE), // unnormalizedCoords in mapSampler()
|