Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.hpp519 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const;
544 inline float Texture1DView::sampleCompare (const Sampler& sampler, float ref, float s, float lod) c… in sampleCompare() function in tcu::Texture1DView
570 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
598 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() function in tcu::Texture2DView
669 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const;
697 inline float Texture1D::sampleCompare (const Sampler& sampler, float ref, float s, float lod) const in sampleCompare() function in tcu::Texture1D
699 return m_view.sampleCompare(sampler, ref, s, lod); in sampleCompare()
727 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
759 inline float Texture2D::sampleCompare (const Sampler& sampler, float ref, float s, float t, float l… in sampleCompare() function in tcu::Texture2D
761 return m_view.sampleCompare(sampler, ref, s, t, lod); in sampleCompare()
[all …]
DtcuTexture.cpp3305 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
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp347 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, lod), 0.0, 0.0, 1.0f); in execSample()
355 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, lod), 0.0, 0.0, 1.0f); in execSample()
363 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, r, lod), 0.0, 0.0, 1.0f); in execSample()
371 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, r, lod), 0.0, 0.0, 1.0f); in execSample()
379 return tcu::Vec4(src.sampleCompare(params.sampler, params.ref, s, t, r, q, lod), 0.0, 0.0, 1.0f); in execSample()
387 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()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp418 …t ref, float s, float t, float lod) { return c.textures[0].tex2D->sampleCompare(c.textures[0].… in texture2DShadow()
419 …oat s, float t, float r, float lod) { return c.textures[0].texCube->sampleCompare(c.textures[0].… in textureCubeShadow()
420 … s, float t, float r, float lod) { return c.textures[0].tex2DArray->sampleCompare(c.textures[0].… in texture2DArrayShadow()
421 …, float ref, float s, float lod) { return c.textures[0].tex1D->sampleCompare(c.textures[0].… in texture1DShadow()
422 …, float s, float t, float lod) { return c.textures[0].tex1DArray->sampleCompare(c.textures[0].… in texture1DArrayShadow()
423 … t, float r, float q, float lod) { return c.textures[0].texCubeArray->sampleCompare(c.textures[0].… in textureCubeArrayShadow()