Searched refs:isGatherCompareResultValid (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.hpp | 62 bool isGatherCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const …
|
D | tcuTexCompareVerifier.cpp | 1319 static bool isGatherCompareResultValid (const TextureCubeView& texture, in isGatherCompareResultValid() function 1380 bool isGatherCompareResultValid (const TextureCubeView& texture, in isGatherCompareResultValid() function 1401 if (isGatherCompareResultValid(texture, sampler, prec, faceCoords, cmpReference, result)) in isGatherCompareResultValid()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 584 return tcu::isGatherCompareResultValid(texture, sampler, prec, coord, cmpReference, result); in isGatherOffsetsCompareResultValid()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 613 return tcu::isGatherCompareResultValid(texture, sampler, prec, coord, cmpReference, result); in isGatherOffsetsCompareResultValid()
|