Searched refs:gatherCompare (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 819 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()
|
D | tcuTexture.cpp | 3627 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 | 558 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 589 return texture.gatherCompare(sampler, refZ, coord.x(), coord.y(), coord.z()); in gatherOffsetsCompare()
|