D | tcuTexture.hpp | 552 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2… 587 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNd… in gatherOffsets() function in tcu::Texture2DView 696 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2… 735 inline Vec4 Texture2D::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, c… in gatherOffsets() function in tcu::Texture2D 737 return m_view.gatherOffsets(sampler, s, t, componentNdx, offsets); in gatherOffsets() 877 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co… 970 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co… 1004 inline Vec4 Texture2DArray::gatherOffsets (const Sampler& sampler, float s, float t, float r, int c… in gatherOffsets() function in tcu::Texture2DArray 1006 return m_view.gatherOffsets(sampler, s, t, r, componentNdx, offsets); in gatherOffsets()
|