Lines Matching refs:sampleCompare
498 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const;
523 inline float Texture1DView::sampleCompare (const Sampler& sampler, float ref, float s, float lod) c… in sampleCompare() function in tcu::Texture1DView
549 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
577 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() function in tcu::Texture2DView
693 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
725 inline float Texture2D::sampleCompare (const Sampler& sampler, float ref, float s, float t, float l… in sampleCompare() function in tcu::Texture2D
727 return m_view.sampleCompare(sampler, ref, s, t, lod); in sampleCompare()
760 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
792 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
816 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::TextureCube
818 return m_view.sampleCompare(sampler, ref, s, t, r, lod); in sampleCompare()
847 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
874 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
910 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
933 inline float Texture1DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, fl… in sampleCompare() function in tcu::Texture1DArray
935 return m_view.sampleCompare(sampler, ref, s, t, lod); in sampleCompare()
967 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
994 inline float Texture2DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, fl… in sampleCompare() function in tcu::Texture2DArray
996 return m_view.sampleCompare(sampler, ref, s, t, r, lod); in sampleCompare()
1110 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float q…
1143 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float q,…
1166 inline float TextureCubeArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, … in sampleCompare() function in tcu::TextureCubeArray
1168 return m_view.sampleCompare(sampler, ref, s, t, r, q, lod); in sampleCompare()