Home
last modified time | relevance | path

Searched refs:logImage (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuTestLog.cpp282 tcu::TextureLevel logImage (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), logImageSize.x(), logImageSize.y(), 1); in writeImage()
283 PixelBufferAccess logImageAccess = logImage.getAccess(); in writeImage()
288 for (int y = 0; y < logImage.getHeight(); y++) in writeImage()
290 for (int x = 0; x < logImage.getWidth(); x++) in writeImage()
292 float yf = ((float)y + 0.5f) / (float)logImage.getHeight(); in writeImage()
293 float xf = ((float)x + 0.5f) / (float)logImage.getWidth(); in writeImage()
316 tcu::TextureLevel logImage (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), logImageW, logImageH, 1); in writeImage()
317 PixelBufferAccess logImageAccess = logImage.getAccess(); in writeImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp194 void logImage (const std::string& name,
584 void MultisampleRenderPassTestBase::logImage (const std::string& name, const tcu::ConstPixelBufferAccess& image) const in logImage() function in vkt::__anon28592::MultisampleRenderPassTestBase
1130 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify()
1132 logImage("ErrorMask", errorMask.getAccess()); in verify()
1216 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify()
1218 logImage("ErrorMask", errorMask.getAccess()); in verify()
1317 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify()
1319 logImage("ErrorMask", errorMask.getAccess()); in verify()
2315 logImage("ErrorMask", errorMask.getAccess()); in verify()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp192 void logImage (const std::string& name,
579 void MultisampleRenderPassTestBase::logImage (const std::string& name, const tcu::ConstPixelBufferAccess& image) const in logImage() function in vkt::__anon29771::MultisampleRenderPassTestBase
1118 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify()
1120 logImage("ErrorMask", errorMask.getAccess()); in verify()
1204 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify()
1206 logImage("ErrorMask", errorMask.getAccess()); in verify()
1305 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify()
1307 logImage("ErrorMask", errorMask.getAccess()); in verify()
2302 logImage("ErrorMask", errorMask.getAccess()); in verify()
/third_party/vk-gl-cts/modules/glshared/
H A 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()

Completed in 11 milliseconds