Lines Matching refs:sampleCompare

519 	float							sampleCompare		(const Sampler& sampler, float ref, float s, float lod) const;
544 inline float Texture1DView::sampleCompare (const Sampler& sampler, float ref, float s, float lod) c… in sampleCompare() function in tcu::Texture1DView
570 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
598 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() function in tcu::Texture2DView
669 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const;
697 inline float Texture1D::sampleCompare (const Sampler& sampler, float ref, float s, float lod) const in sampleCompare() function in tcu::Texture1D
699 return m_view.sampleCompare(sampler, ref, s, lod); in sampleCompare()
727 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
759 inline float Texture2D::sampleCompare (const Sampler& sampler, float ref, float s, float t, float l… in sampleCompare() function in tcu::Texture2D
761 return m_view.sampleCompare(sampler, ref, s, t, lod); in sampleCompare()
794 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
826 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
850 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::TextureCube
852 return m_view.sampleCompare(sampler, ref, s, t, r, lod); in sampleCompare()
881 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
908 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
944 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
967 inline float Texture1DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, fl… in sampleCompare() function in tcu::Texture1DArray
969 return m_view.sampleCompare(sampler, ref, s, t, lod); in sampleCompare()
1001 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
1028 inline float Texture2DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, fl… in sampleCompare() function in tcu::Texture2DArray
1030 return m_view.sampleCompare(sampler, ref, s, t, r, lod); in sampleCompare()
1144 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float q…
1177 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float q,…
1200 inline float TextureCubeArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, … in sampleCompare() function in tcu::TextureCubeArray
1202 return m_view.sampleCompare(sampler, ref, s, t, r, q, lod); in sampleCompare()