Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexLookupVerifier.hpp145 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…
DtcuTexLookupVerifier.cpp2564 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/
Des31fTextureGatherTests.cpp572 return tcu::isGatherResultValid(texture, sampler, prec, coord, componentNdx, result); in isGatherOffsetsResultValid()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp603 return tcu::isGatherResultValid(texture, sampler, prec, coord, componentNdx, result); in isGatherOffsetsResultValid()