D | tcuTexture.hpp | 573 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2… 608 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNd… in gatherOffsets() function in tcu::Texture2DView 730 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2… 769 inline Vec4 Texture2D::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, c… in gatherOffsets() function in tcu::Texture2D 771 return m_view.gatherOffsets(sampler, s, t, componentNdx, offsets); in gatherOffsets() 911 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co… 1004 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co… 1038 inline Vec4 Texture2DArray::gatherOffsets (const Sampler& sampler, float s, float t, float r, int c… in gatherOffsets() function in tcu::Texture2DArray 1040 return m_view.gatherOffsets(sampler, s, t, r, componentNdx, offsets); in gatherOffsets()
|