Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTestLog.cpp274 …tcu::TextureLevel logImage (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), logIma… in writeImage() local
275 PixelBufferAccess logImageAccess = logImage.getAccess(); in writeImage()
280 for (int y = 0; y < logImage.getHeight(); y++) in writeImage()
282 for (int x = 0; x < logImage.getWidth(); x++) in writeImage()
284 float yf = ((float)y + 0.5f) / (float)logImage.getHeight(); in writeImage()
285 float xf = ((float)x + 0.5f) / (float)logImage.getWidth(); in writeImage()
308 …tcu::TextureLevel logImage (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), logIm… in writeImage() local
309 PixelBufferAccess logImageAccess = logImage.getAccess(); in writeImage()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp169 void logImage (const std::string& name,
531 void MultisampleRenderPassTestBase::logImage (const std::string& name, const tcu::ConstPixelBufferA… in logImage() function in vkt::__anon4e6e29180111::MultisampleRenderPassTestBase
827 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify()
829 logImage("ErrorMask", errorMask.getAccess()); in verify()
913 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify()
915 logImage("ErrorMask", errorMask.getAccess()); in verify()
1014 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify()
1016 logImage("ErrorMask", errorMask.getAccess()); in verify()
1953 logImage("ErrorMask", errorMask.getAccess()); in verify()
/external/deqp/modules/glshared/
DglsFboUtil.cpp683 static void logImage (const Image& img, TestLog& log, bool useType) in logImage() function
695 logImage(rbo, log, false); in logRenderbuffer()
702 logImage(tex, log, true); in logTexture()