Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp715 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
749 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
780 inline Vec4 TextureCube::gatherCompare (const Sampler& sampler, float ref, float s, float t, float … in gatherCompare() function in tcu::TextureCube
782 return m_view.gatherCompare(sampler, ref, s, t, r); in gatherCompare()
DtcuTexture.cpp3701 Vec4 TextureCubeView::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) … in gatherCompare() function in tcu::TextureCubeView
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp558 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp589 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare()