Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.hpp498 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const;
523 inline float Texture1DView::sampleCompare (const Sampler& sampler, float ref, float s, float lod) c… in sampleCompare() function in tcu::Texture1DView
549 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
577 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() function in tcu::Texture2DView
693 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
725 inline float Texture2D::sampleCompare (const Sampler& sampler, float ref, float s, float t, float l… in sampleCompare() function in tcu::Texture2D
727 return m_view.sampleCompare(sampler, ref, s, t, lod); in sampleCompare()
760 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
792 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
816 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::TextureCube
[all …]
DtcuTexture.cpp3241 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r,… in sampleCompare() function in tcu::TextureCubeView
3434 float Texture1DArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::Texture1DArrayView
3463 float Texture2DArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare() function in tcu::Texture2DArrayView
3670 float TextureCubeArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() function in tcu::TextureCubeArrayView
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp384 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, lod), 0.0, 0.0, 1.0f); in execSample()
392 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, lod), 0.0, 0.0, 1.0f); in execSample()
400 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, r, lod), 0.0, 0.0, 1.0f); in execSample()
408 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, r, lod), 0.0, 0.0, 1.0f); in execSample()
416 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, r, q, lod), 0.0, 0.0, 1.0f); in execSample()
424 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, lod), 0.0, 0.0, 1.0f); in execSample()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp284 …float ref, float s, float t, float lod) { return c.textures[0].tex2D->sampleCompare(c.textures[0].… in texture2DShadow()
285 …float s, float t, float r, float lod) { return c.textures[0].texCube->sampleCompare(c.textures[0].… in textureCubeShadow()
286 …at s, float t, float r, float lod) { return c.textures[0].tex2DArray->sampleCompare(c.textures[0].… in texture2DArrayShadow()