Searched defs:sampleCompare (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 544 inline float Texture1DView::sampleCompare (const Sampler& sampler, float ref, float s, float lod) c… in sampleCompare() function in tcu::Texture1DView 598 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() function in tcu::Texture2DView 697 inline float Texture1D::sampleCompare (const Sampler& sampler, float ref, float s, float lod) const in sampleCompare() function in tcu::Texture1D 759 inline float Texture2D::sampleCompare (const Sampler& sampler, float ref, float s, float t, float l… in sampleCompare() function in tcu::Texture2D 850 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::TextureCube 967 inline float Texture1DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, fl… in sampleCompare() function in tcu::Texture1DArray 1028 inline float Texture2DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, fl… in sampleCompare() function in tcu::Texture2DArray 1200 inline float TextureCubeArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, … in sampleCompare() function in tcu::TextureCubeArray
|
D | tcuTexture.cpp | 3305 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r,… in sampleCompare() function in tcu::TextureCubeView 3498 float Texture1DArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::Texture1DArrayView 3527 float Texture2DArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::Texture2DArrayView 3734 float TextureCubeArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() function in tcu::TextureCubeArrayView
|