D | tcuTexture.hpp | 593 …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()
|