Home
last modified time | relevance | path

Searched refs:idealPix (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp617 …const ColorVec idealPix = gatherOffsets<ColorScalarType>(texture, sampler, texCoord, componentNd… in verifyGatherOffsets() local
619 idealAccess.setPixel(idealPix, px, py); in verifyGatherOffsets()
622 tcu::greaterThan(tcu::absDiff(resultPix, idealPix), in verifyGatherOffsets()
696 const Vec4 idealPix = gatherOffsetsCompare(texture, sampler, refZ, texCoord, offsets); in verifyGatherOffsetsCompare() local
698 idealAccess.setPixel(idealPix, px, py); in verifyGatherOffsetsCompare()
700 if (!tcu::boolAll(tcu::equal(resultPix, idealPix))) in verifyGatherOffsetsCompare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp648 …const ColorVec idealPix = gatherOffsets<ColorScalarType>(texture, sampler, texCoord, componentNd… in verifyGatherOffsets() local
650 idealAccess.setPixel(idealPix, px, py); in verifyGatherOffsets()
653 tcu::greaterThan(tcu::absDiff(resultPix, idealPix), in verifyGatherOffsets()
727 const Vec4 idealPix = gatherOffsetsCompare(texture, sampler, refZ, texCoord, offsets); in verifyGatherOffsetsCompare() local
729 idealAccess.setPixel(idealPix, px, py); in verifyGatherOffsetsCompare()
731 if (!tcu::boolAll(tcu::equal(resultPix, idealPix))) in verifyGatherOffsetsCompare()