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

/external/deqp/framework/common/
H A DtcuTexture.hpp503 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const;
528 inline float Texture1DView::sampleCompare (const Sampler& sampler, float ref, float s, float lod) const function in class:tcu::Texture1DView
554 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
582 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const function in class:tcu::Texture2DView
653 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const;
681 inline float Texture1D::sampleCompare (const Sampler& sampler, float ref, float s, float lod) const function in class:tcu::Texture1D
683 return m_view.sampleCompare(sampler, ref, s, lod);
710 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
742 inline float Texture2D::sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const function in class:tcu::Texture2D
744 return m_view.sampleCompare(sample
833 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lod) const function in class:tcu::TextureCube
950 inline float Texture1DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const function in class:tcu::Texture1DArray
1011 inline float Texture2DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lod) const function in class:tcu::Texture2DArray
1183 inline float TextureCubeArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float q, float lod) const function in class:tcu::TextureCubeArray
[all...]

Completed in 1198 milliseconds