Home
last modified time | relevance | path

Searched refs:gatherOffsetsCompare (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.hpp593 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, const IVec2 (…
634 inline Vec4 Texture2DView::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float … in gatherOffsetsCompare() function in tcu::Texture2DView
752 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, const IVec2 (…
795 inline Vec4 Texture2D::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float t, c… in gatherOffsetsCompare() function in tcu::Texture2D
797 return m_view.gatherOffsetsCompare(sampler, ref, s, t, offsets); in gatherOffsetsCompare()
938 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, float r, cons…
1031 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, float r, cons…
1069 inline Vec4 Texture2DArray::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float… in gatherOffsetsCompare() function in tcu::Texture2DArray
1071 return m_view.gatherOffsetsCompare(sampler, ref, s, t, r, offsets); in gatherOffsetsCompare()
DtcuTexture.cpp3826 Vec4 Texture2DArrayView::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float t,… in gatherOffsetsCompare() function in tcu::Texture2DArrayView
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp544 static Vec4 gatherOffsetsCompare (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, f… in gatherOffsetsCompare() function
546 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), offsets); in gatherOffsetsCompare()
549 static Vec4 gatherOffsetsCompare (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampl… in gatherOffsetsCompare() function
551 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), coord.z(), offsets); in gatherOffsetsCompare()
554 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler,… in gatherOffsetsCompare() function
697 const Vec4 idealPix = gatherOffsetsCompare(texture, sampler, refZ, texCoord, offsets); in verifyGatherOffsetsCompare()
Des31fTextureBorderClampTests.cpp1197 …const tcu::Vec4 referenceValue = effectiveView.gatherOffsetsCompare(samplerParams.sampler, refZ,… in verifyTextureGatherCmpResult()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp575 static Vec4 gatherOffsetsCompare (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, f… in gatherOffsetsCompare() function
577 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), offsets); in gatherOffsetsCompare()
580 static Vec4 gatherOffsetsCompare (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampl… in gatherOffsetsCompare() function
582 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), coord.z(), offsets); in gatherOffsetsCompare()
585 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler,… in gatherOffsetsCompare() function
728 const Vec4 idealPix = gatherOffsetsCompare(texture, sampler, refZ, texCoord, offsets); in verifyGatherOffsetsCompare()