Searched refs:errorMaskStorage (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 493 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in floatUlpThresholdCompare() local 494 PixelBufferAccess errorMask = errorMaskStorage.getAccess(); in floatUlpThresholdCompare() 579 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in floatThresholdCompare() local 580 PixelBufferAccess errorMask = errorMaskStorage.getAccess(); in floatThresholdCompare() 667 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in floatThresholdCompare() local 668 PixelBufferAccess errorMask = errorMaskStorage.getAccess(); in floatThresholdCompare() 748 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in intThresholdCompare() local 749 PixelBufferAccess errorMask = errorMaskStorage.getAccess(); in intThresholdCompare() 843 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in intThresholdPositionDeviationCompare() local 844 PixelBufferAccess errorMask = errorMaskStorage.getAccess(); in intThresholdPositionDeviationCompare() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 1391 …tcu::TextureLevel errorMaskStorage (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureForma… in compareImages() local 1392 tcu::PixelBufferAccess errorMask = errorMaskStorage.getAccess(); in compareImages()
|