Searched defs:sampleCompare (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 448 inline float Texture1DView::sampleCompare (const Sampler& sampler, float ref, float s, float lod) c… in sampleCompare() function in tcu::Texture1DView 502 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() function in tcu::Texture2DView 650 inline float Texture2D::sampleCompare (const Sampler& sampler, float ref, float s, float t, float l… in sampleCompare() function in tcu::Texture2D 741 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::TextureCube 858 inline float Texture1DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, fl… in sampleCompare() function in tcu::Texture1DArray 919 inline float Texture2DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, fl… in sampleCompare() function in tcu::Texture2DArray 1091 inline float TextureCubeArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, … in sampleCompare() function in tcu::TextureCubeArray
|
D | tcuTexture.cpp | 3093 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r,… in sampleCompare() function in tcu::TextureCubeView 3286 float Texture1DArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::Texture1DArrayView 3315 float Texture2DArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::Texture2DArrayView 3522 float TextureCubeArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() function in tcu::TextureCubeArrayView
|