Searched refs:isGatherOffsetsCompareResultValid (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.hpp | 59 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, const Sampler& sampler, con… 60 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler,…
|
D | tcuTexCompareVerifier.cpp | 1234 static bool isGatherOffsetsCompareResultValid (const ConstPixelBufferAccess& texture, in isGatherOffsetsCompareResultValid() function 1282 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, in isGatherOffsetsCompareResultValid() function 1292 …return isGatherOffsetsCompareResultValid(texture.getLevel(0), sampler, prec, coord, 0, offsets, cm… in isGatherOffsetsCompareResultValid() 1295 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, in isGatherOffsetsCompareResultValid() function 1313 …if (isGatherOffsetsCompareResultValid(texture.getLevel(0), sampler, prec, coord.swizzle(0,1), laye… in isGatherOffsetsCompareResultValid()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 558 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsCompareResultValid() function 686 …if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, result… in verifyGatherOffsetsCompare()
|
D | es31fTextureBorderClampTests.cpp | 1204 …if (!tcu::isGatherOffsetsCompareResultValid(effectiveView, samplerParams.sampler, texComparePrecis… in verifyTextureGatherCmpResult() 1209 …if (!tcu::isGatherOffsetsCompareResultValid(effectiveView, samplerParams.sampler, lowQualityTexCom… in verifyTextureGatherCmpResult()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 603 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsCompareResultValid() function 731 …if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, result… in verifyGatherOffsetsCompare()
|