Searched defs:gatherCompare (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.hpp780 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
812 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
843 inline Vec4 TextureCube::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const function in class:tcu::TextureCube
845 return m_view.gatherCompare(sampler, ref, s, t, r);

Completed in 104 milliseconds