Searched refs:isGatherResultValid (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.hpp | 145 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const Looku… 146 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const IntLo… 147 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const IntLo…
|
D | tcuTexLookupVerifier.cpp | 2564 static bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid() function 2640 if (isGatherResultValid(texture, sampler, prec, faceCoords, componentNdx, result)) in isCubeGatherResultValid() 2647 bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid() function 2657 bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid() function 2667 bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 572 return tcu::isGatherResultValid(texture, sampler, prec, coord, componentNdx, result); in isGatherOffsetsResultValid()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 603 return tcu::isGatherResultValid(texture, sampler, prec, coord, componentNdx, result); in isGatherOffsetsResultValid()
|