Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.hpp558 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, const IVec2 (…
597 inline Vec4 Texture2DView::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float … in gatherOffsetsCompare() function in tcu::Texture2DView
714 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, const IVec2 (…
757 inline Vec4 Texture2D::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float t, c… in gatherOffsetsCompare() function in tcu::Texture2D
759 return m_view.gatherOffsetsCompare(sampler, ref, s, t, offsets); in gatherOffsetsCompare()
895 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, float r, cons…
988 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, float r, cons…
1026 inline Vec4 Texture2DArray::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float… in gatherOffsetsCompare() function in tcu::Texture2DArray
1028 return m_view.gatherOffsetsCompare(sampler, ref, s, t, r, offsets); in gatherOffsetsCompare()
DtcuTexture.cpp3539 Vec4 Texture2DArrayView::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float t,… in gatherOffsetsCompare() function in tcu::Texture2DArrayView
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp527 static Vec4 gatherOffsetsCompare (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, f… in gatherOffsetsCompare() function
529 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), offsets); in gatherOffsetsCompare()
532 static Vec4 gatherOffsetsCompare (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampl… in gatherOffsetsCompare() function
534 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), coord.z(), offsets); in gatherOffsetsCompare()
537 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler,… in gatherOffsetsCompare() function
680 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.cpp572 static Vec4 gatherOffsetsCompare (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, f… in gatherOffsetsCompare() function
574 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), offsets); in gatherOffsetsCompare()
577 static Vec4 gatherOffsetsCompare (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampl… in gatherOffsetsCompare() function
579 return texture.gatherOffsetsCompare(sampler, refZ, coord.x(), coord.y(), coord.z(), offsets); in gatherOffsetsCompare()
582 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler,… in gatherOffsetsCompare() function
725 const Vec4 idealPix = gatherOffsetsCompare(texture, sampler, refZ, texCoord, offsets); in verifyGatherOffsetsCompare()