Home | History | Annotate | Download | only in common

Lines Matching defs:gather

687 	Vec4							gather				(const Sampler& sampler, float s, float t, float r, int componentNdx) const;
719 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
746 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const
748 return m_view.gather(sampler, s, t, r, componentNdx);