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

/external/deqp/framework/common/
H A DtcuTexture.hpp423 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const;
448 inline float Texture1DView::sampleCompare (const Sampler& sampler, float ref, float s, float lod) const function in class:tcu::Texture1DView
474 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
502 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const function in class:tcu::Texture2DView
618 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
650 inline float Texture2D::sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const function in class:tcu::Texture2D
652 return m_view.sampleCompare(sampler, ref, s, t, lod);
685 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lod) const;
717 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lod) const;
741 inline float TextureCube::sampleCompare (cons function in class:tcu::TextureCube
858 inline float Texture1DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const function in class:tcu::Texture1DArray
919 inline float Texture2DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lod) const function in class:tcu::Texture2DArray
1091 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...]
H A DtcuTexture.cpp3093 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lod) const
3286 float Texture1DArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const
3315 float Texture2DArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lod) const
3522 float TextureCubeArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float q, float lod) const
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp388 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, lod), 0.0, 0.0, 1.0f);
396 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, lod), 0.0, 0.0, 1.0f);
404 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, r, lod), 0.0, 0.0, 1.0f);
412 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, r, lod), 0.0, 0.0, 1.0f);
420 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, r, q, lod), 0.0, 0.0, 1.0f);
428 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, lod), 0.0, 0.0, 1.0f);
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp347 inline float texture2DShadow (const gls::ShaderEvalContext& c, float ref, float s, float t, float lod) { return c.textures[0].tex2D->sampleCompare(c.textures[0].sampler, ref, s, t, lod); }
348 inline float textureCubeShadow (const gls::ShaderEvalContext& c, float ref, float s, float t, float r, float lod) { return c.textures[0].texCube->sampleCompare(c.textures[0].sampler, ref, s, t, r, lod); }
349 inline float texture2DArrayShadow (const gls::ShaderEvalContext& c, float ref, float s, float t, float r, float lod) { return c.textures[0].tex2DArray->sampleCompare(c.textures[0].sampler, ref, s, t, r, lod); }

Completed in 396 milliseconds