HomeSort by relevance Sort by last modified time
    Searched refs:coordBits (Results 1 - 25 of 28) sorted by null

1 2

  /external/deqp/framework/common/
tcuTexCompareVerifier.hpp 39 IVec3 coordBits; //!< Bits per coordinate component before any transformations. Assumed to be floating-point.
46 : coordBits (22)
tcuTexLookupVerifier.hpp 45 IVec3 coordBits; //!< Bits per coordinate component before any transformations. Assumed to be floating-point.
51 : coordBits (22)
61 IVec3 coordBits; //!< Bits per coordinate component before any transformations. Assumed to be floating-point.
67 : coordBits (22)
119 bool isLookupResultValid (const TextureCubeArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const IVec4& coordBits, const Vec4& coord, const Vec2& lodBounds, const Vec4& result);
tcuTexLookupVerifier.cpp 529 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
554 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
555 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
588 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
589 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
590 const Vec2 wBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getDepth(), coord.z(), prec.coordBits.z(), prec.uvwBits.z());
629 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
672 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
673 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
731 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x())
    [all...]
tcuTexVerifierUtil.cpp 46 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coord, const int coordBits, const int uvBits)
48 const float coordErr = computeFloatingPointError(coord, coordBits);
tcuTexVerifierUtil.hpp 96 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coord, const int coordBits, const int uvBits);
tcuTexCompareVerifier.cpp 549 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
550 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
584 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
585 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
659 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
660 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
661 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
662 const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
716 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
717 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.uvwBits.x())
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.hpp 61 const int coordBits,
64 const int coordBits,
69 const int coordBits,
vktSampleVerifierUtil.cpp 152 const int coordBits,
155 const int subdivisions = 1 << coordBits;
195 const int coordBits,
199 const int subdivisions = (int) 1 << coordBits;
211 const int coordBits,
215 const int subdivisions = 1 << coordBits;
vktSampleVerifier.hpp 128 int coordBits,
vktTextureMipmapTests.cpp 341 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
582 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10);
855 lookupPrec.coordBits = tcu::IVec3(20, 20, 20);
    [all...]
vktTextureShadowTests.cpp 354 texComparePrecision.coordBits = tcu::IVec3(20,20,0);
570 texComparePrecision.coordBits = tcu::IVec3(10,10,10);
782 texComparePrecision.coordBits = tcu::IVec3(20,20,20);
    [all...]
vktSampleVerifier.cpp 68 int coordBits,
76 , m_coordBits (coordBits)
vktTextureFilteringTests.cpp 231 lookupPrecision.coordBits = tcu::IVec3(20,20,0);
453 lookupPrecision.coordBits = tcu::IVec3(10,10,10);
659 lookupPrecision.coordBits = tcu::IVec3(20,20,20);
    [all...]
vktTextureFilteringExplicitLodTests.cpp 757 const int coordBits = (int)m_context.getDeviceProperties().limits.subTexelPrecisionBits;
765 coordBits,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 377 const tcu::IVec4 coordBits = tcu::IVec4(10);
385 lookupPrecision.coordBits = coordBits.toWidth<3>();
390 &texCoord[0], refParams, lookupPrecision, coordBits, lodPrecision, pixelFormat);
401 &texCoord[0], refParams, lookupPrecision, coordBits, lodPrecision, pixelFormat);
es31fTextureGatherTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 250 const tcu::IVec4& coordBits,
314 const tcu::IVec4& coordBits,
gluTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureShadowTests.cpp 370 texComparePrecision.coordBits = tcu::IVec3(20,20,0);
660 texComparePrecision.coordBits = tcu::IVec3(10,10,10);
    [all...]
es3fTextureFilteringTests.cpp 308 lookupPrecision.coordBits = tcu::IVec3(20,20,0);
621 lookupPrecision.coordBits = tcu::IVec3(10,10,10);
    [all...]
es3fTextureWrapTests.cpp 343 lookupPrecision.coordBits = tcu::IVec3(20,20,0);
es3fTextureMipmapTests.cpp 400 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
722 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 308 lookupPrecision.coordBits = tcu::IVec3(9,9,0); // mediump interpolation
594 lookupPrecision.coordBits = tcu::IVec3(9,9,9); // mediump interpolation
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp     [all...]

Completed in 612 milliseconds

1 2