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