Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.hpp819 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
853 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
884 inline Vec4 TextureCube::gatherCompare (const Sampler& sampler, float ref, float s, float t, float … in gatherCompare() function in tcu::TextureCube
886 return m_view.gatherCompare(sampler, ref, s, t, r); in gatherCompare()
DtcuTexture.cpp3627 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.cpp558 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp589 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare()