Searched refs:gatherCompare (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 763 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()
|
D | tcuTexture.cpp | 3284 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/ |
D | es31fTextureGatherTests.cpp | 541 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare()
|