D | tcuTexture.hpp | 554 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2… 589 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNd… in gatherOffsets() function in tcu::Texture2DView 710 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2… 749 inline Vec4 Texture2D::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, c… in gatherOffsets() function in tcu::Texture2D 751 return m_view.gatherOffsets(sampler, s, t, componentNdx, offsets); in gatherOffsets() 891 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co… 984 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co… 1018 inline Vec4 Texture2DArray::gatherOffsets (const Sampler& sampler, float s, float t, float r, int c… in gatherOffsets() function in tcu::Texture2DArray 1020 return m_view.gatherOffsets(sampler, s, t, r, componentNdx, offsets); in gatherOffsets()
|