Lines Matching refs:sampleCompare
540 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
570 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() function in tcu::Texture2DView
643 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
676 inline float Texture2D::sampleCompare (const Sampler& sampler, float ref, float s, float t, float l… in sampleCompare() function in tcu::Texture2D
678 return m_view.sampleCompare(sampler, ref, s, t, lod); in sampleCompare()
712 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
746 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
770 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::TextureCube
772 return m_view.sampleCompare(sampler, ref, s, t, r, lod); in sampleCompare()
801 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const;
826 inline float Texture1DView::sampleCompare (const Sampler& sampler, float ref, float s, float lod) c… in sampleCompare() function in tcu::Texture1DView
854 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const;
882 inline float Texture1D::sampleCompare (const Sampler& sampler, float ref, float s, float lod) const in sampleCompare() function in tcu::Texture1D
884 return m_view.sampleCompare(sampler, ref, s, lod); in sampleCompare()
909 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
942 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
965 inline float Texture1DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, fl… in sampleCompare() function in tcu::Texture1DArray
967 return m_view.sampleCompare(sampler, ref, s, t, lod); in sampleCompare()
993 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
1030 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
1057 inline float Texture2DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, fl… in sampleCompare() function in tcu::Texture2DArray
1059 return m_view.sampleCompare(sampler, ref, s, t, r, lod); in sampleCompare()
1175 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float q…
1208 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float q,…
1231 inline float TextureCubeArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, … in sampleCompare() function in tcu::TextureCubeArray
1233 return m_view.sampleCompare(sampler, ref, s, t, r, q, lod); in sampleCompare()