D | tcuTexture.hpp | 553 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, const IVec2 (… 592 inline Vec4 Texture2DView::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float … in gatherOffsetsCompare() function in tcu::Texture2DView 697 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, const IVec2 (… 740 inline Vec4 Texture2D::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float t, c… in gatherOffsetsCompare() function in tcu::Texture2D 742 return m_view.gatherOffsetsCompare(sampler, ref, s, t, offsets); in gatherOffsetsCompare() 878 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, float r, cons… 971 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, float r, cons… 1009 inline Vec4 Texture2DArray::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float… in gatherOffsetsCompare() function in tcu::Texture2DArray 1011 return m_view.gatherOffsetsCompare(sampler, ref, s, t, r, offsets); in gatherOffsetsCompare()
|