Home
last modified time | relevance | path

Searched refs:resultPixels (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp662 …const tcu::ConstPixelBufferAccess resultPixels {tcuFormat, copySize[0], copySize[1], 1, resultsBu… in iterate() local
665 for (int x = 0; pass && x < resultPixels.getWidth(); ++x) in iterate()
666 for (int y = 0; pass && y < resultPixels.getHeight(); ++y) in iterate()
667 for (int z = 0; pass && z < resultPixels.getDepth(); ++z) in iterate()
669 const auto pixel = resultPixels.getPixel(x, y, z); in iterate()
677 log << tcu::TestLog::Image("color", "Rendered image", resultPixels); in iterate()
1263 …const tcu::ConstPixelBufferAccess resultPixels {tcuFormat, copySize[0], copySize[1], 1, resultsBu… in iterate() local
1269 for (int x = 0; pass && x < resultPixels.getWidth(); ++x) in iterate()
1270 for (int y = 0; pass && y < resultPixels.getHeight(); ++y) in iterate()
1271 for (int z = 0; pass && z < resultPixels.getDepth(); ++z) in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp1731 …const tcu::ConstPixelBufferAccess resultPixels {tcuFormat, iImgSize[0], iImgSize[1], 1, resultsBu… in iterate() local
1750 const auto outPix = resultPixels.getPixel(x, y, z); in iterate()
1767 log << tcu::TestLog::Image("output", "Rendered image", resultPixels); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp1314 …ConstPixelBufferAccess resultPixels (mapVkFormat(decompressedImageInfo.format), decompressedImage… in decompressImage() local
1317 …xt.getTestContext().getLog(), "Image Comparison", "Image Comparison", resultPixels, referencePixel… in decompressImage()