Searched refs:errorMaskStorage (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/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() 749 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in intThresholdCompare() local 750 PixelBufferAccess errorMask = errorMaskStorage.getAccess(); in intThresholdCompare() 846 …TextureLevel errorMaskStorage(TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width… in dsThresholdCompare() local 847 PixelBufferAccess errorMask = errorMaskStorage.getAccess(); in dsThresholdCompare() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationNoneStageTests.cpp | 1113 TextureLevel errorMaskStorage(TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), in verifyResult() local 1115 PixelBufferAccess errorMask = errorMaskStorage.getAccess(); in verifyResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 1398 …tcu::TextureLevel errorMaskStorage (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureForma… in compareImages() local 1399 tcu::PixelBufferAccess errorMask = errorMaskStorage.getAccess(); in compareImages()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktAttachmentRateTests.cpp | 825 …tcu::TextureLevel errorMaskStorage (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureForma… in verifyUsingAtomicChecks() local 826 tcu::PixelBufferAccess errorMaskAccess (errorMaskStorage.getAccess()); in verifyUsingAtomicChecks()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 3933 …tcu::TextureLevel errorMaskStorage (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureForma… in checkNearestFilteredResult() local 3934 tcu::PixelBufferAccess errorMask = errorMaskStorage.getAccess(); in checkNearestFilteredResult() 3989 …tcu::TextureLevel errorMaskStorage (errorMaskFormat, result.getWidth(), result.getHeight(), resu… in checkCompressedNearestFilteredResult() local 3990 tcu::PixelBufferAccess errorMask (errorMaskStorage.getAccess()); in checkCompressedNearestFilteredResult() 5125 …tcu::TextureLevel errorMaskStorage (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFor… in checkNearestFilteredResult() local 5126 tcu::PixelBufferAccess errorMask = errorMaskStorage.getAccess(); in checkNearestFilteredResult()
|