HomeSort by relevance Sort by last modified time
    Searched refs:gatherCompare (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuTexture.hpp 688 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
720 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
751 inline Vec4 TextureCube::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const
753 return m_view.gatherCompare(sampler, ref, s, t, r);
    [all...]
tcuTexture.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 541 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z());
    [all...]

Completed in 245 milliseconds