Home
last modified time | relevance | path

Searched refs:coordY (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuTexLookupVerifier.hpp122 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const LookupPrecision& prec, const float coordX, const int coordY, const Vec4& result);
123 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const float coordX, const int coordY, const IVec4& result);
124 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const float coordX, const int coordY, const UVec4& result);
H A DtcuTexLookupVerifier.cpp569 const int coordY, in isNearestSampleResultValid()
582 const Vector<ScalarType, 4> color = lookup<ScalarType>(level, sampler, x, coordY, 0); in isNearestSampleResultValid()
671 const int coordY, in isLinearSampleResultValid()
702 const Vec4 colorA = lookup<float>(level, sampler, x0, coordY, 0); in isLinearSampleResultValid()
703 const Vec4 colorB = lookup<float>(level, sampler, x1, coordY, 0); in isLinearSampleResultValid()
874 const int coordY, in isNearestMipmapLinearSampleResultValid()
894 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), coordY, 0); in isNearestMipmapLinearSampleResultValid()
895 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), coordY, 0); in isNearestMipmapLinearSampleResultValid()
1023 const int coordY, in isLinearMipmapLinearSampleResultValid()
1060 lookupLine(line0, level0, sampler, x0, x1, coordY); in isLinearMipmapLinearSampleResultValid()
565 isNearestSampleResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const PrecType& prec, const float coordX, const int coordY, const Vector<ScalarType, 4>& result) isNearestSampleResultValid() argument
667 isLinearSampleResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const LookupPrecision& prec, const float coordX, const int coordY, const Vec4& result) isLinearSampleResultValid() argument
869 isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const float coord, const int coordY, const Vec2& fBounds, const Vec4& result) isNearestMipmapLinearSampleResultValid() argument
1018 isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const float coordX, const int coordY, const Vec2& fBounds, const Vec4& result) isLinearMipmapLinearSampleResultValid() argument
1329 isLevelSampleResultValid(const ConstPixelBufferAccess& level, const Sampler& sampler, const Sampler::FilterMode filterMode, const LookupPrecision& prec, const float coordX, const int coordY, const Vec4& result) isLevelSampleResultValid() argument
1357 isMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const Sampler::FilterMode levelFilter, const LookupPrecision& prec, const float coordX, const int coordY, const Vec2& fBounds, const Vec4& result) isMipmapLinearSampleResultValid() argument
2325 isLevel1DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const LookupPrecision& prec, const float coordX, const int coordY, const Vec4& result) isLevel1DLookupResultValid() argument
2337 isLevel1DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const float coordX, const int coordY, const IVec4& result) isLevel1DLookupResultValid() argument
2350 isLevel1DLookupResultValid(const ConstPixelBufferAccess& access, const Sampler& sampler, TexLookupScaleMode scaleMode, const IntLookupPrecision& prec, const float coordX, const int coordY, const UVec4& result) isLevel1DLookupResultValid() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp177 const float coordY = (static_cast<float>(y) + 0.5f) * m_pixelHeight - 1.0f; variable
180 const float topY = coordY - m_deltaY;
181 const float bottomY = coordY + m_deltaY;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultiExtTests.cpp177 const float coordY = (static_cast<float>(y) + 0.5f) * m_pixelHeight - 1.0f; variable
180 const float topY = coordY - m_deltaY;
181 const float bottomY = coordY + m_deltaY;

Completed in 11 milliseconds