D | tcuTexture.hpp | 534 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2… 569 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNd… in gatherOffsets() function in tcu::Texture2DView 678 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2… 717 inline Vec4 Texture2D::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, c… in gatherOffsets() function in tcu::Texture2D 719 return m_view.gatherOffsets(sampler, s, t, componentNdx, offsets); in gatherOffsets() 859 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co… 952 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co… 986 inline Vec4 Texture2DArray::gatherOffsets (const Sampler& sampler, float s, float t, float r, int c… in gatherOffsets() function in tcu::Texture2DArray 988 return m_view.gatherOffsets(sampler, s, t, r, componentNdx, offsets); in gatherOffsets()
|