Home
last modified time | relevance | path

Searched refs:gatherCompare (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.hpp763 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
795 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
826 inline Vec4 TextureCube::gatherCompare (const Sampler& sampler, float ref, float s, float t, float … in gatherCompare() function in tcu::TextureCube
828 return m_view.gatherCompare(sampler, ref, s, t, r); in gatherCompare()
DtcuTexture.cpp3284 Vec4 TextureCubeView::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) … in gatherCompare() function in tcu::TextureCubeView
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp541 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare()