/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderFramebufferFetchTests.cpp | 279 void verifyRenderbuffer (TestLog& log, const tcu::TextureFormat& format, const tcu::TextureLevel& reference, const tcu::TextureLevel& result); 432 tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genAttachementTexture() 455 void FramebufferFetchTestCase::verifyRenderbuffer (TestLog& log, const tcu::TextureFormat& format, const tcu::TextureLevel& reference, const tcu::TextureLevel& result) in verifyRenderbuffer() 593 tcu::TextureLevel genReferenceTexture (const tcu::Vec4& fbColor, const tcu::Vec4& uniformColor); 601 tcu::TextureLevel TextureFormatTestCase::genReferenceTexture (const tcu::Vec4& fbColor, const tcu::Vec4& uniformColor) in genReferenceTexture() 603 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genReferenceTexture() 645 tcu::TextureLevel reference = genReferenceTexture(fbColor, uniformColor); in iterate() 646 tcu::TextureLevel resul in iterate() [all...] |
H A D | es31fStencilTexturingTests.cpp | 61 using tcu::TextureLevel; 535 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height); in iterate() 536 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); in iterate() 537 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height); in iterate() 592 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels); in iterate() 619 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); in iterate() 632 TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height); in iterate() 679 tcu::TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), renderWidth, renderHeight); in iterate() 765 TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); in iterate() 766 TextureLevel referenc in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFillBufferTests.cpp | 187 de::MovePtr<tcu::TextureLevel> m_destinationTextureLevel; 188 de::MovePtr<tcu::TextureLevel> m_expectedTextureLevel; 235 m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(mapVkFormat(VK_FORMAT_R8G8B8A8_UINT), dstLevelWidth, 1)); in iterate() 268 de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_destinationTextureLevel->getAccess().getFormat(), dstLevelWidth, 1)); in iterate() 327 m_expectedTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(dst.getFormat(), dst.getWidth(), dst.getHeight(), dst.getDepth())); in generateExpectedResult() 377 m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(mapVkForma in iterate() [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuImageIO.hpp | 32 class TextureLevel; 39 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName); 41 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
|
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditImageCompareTests.cpp | 43 static void loadImageRGBA8 (tcu::TextureLevel& dst, const tcu::Archive& archive, const char* path) in loadImageRGBA8() 45 tcu::TextureLevel tmp; in loadImageRGBA8() 66 tcu::TextureLevel refImg; in iterate() 67 tcu::TextureLevel cmpImg; in iterate() 68 tcu::TextureLevel errorMask; in iterate() 125 tcu::TextureLevel refImg; in iterate() 126 tcu::TextureLevel cmpImg; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFillBufferTests.cpp | 362 de::MovePtr<tcu::TextureLevel> m_destinationTextureLevel; 363 de::MovePtr<tcu::TextureLevel> m_expectedTextureLevel; 424 m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(mapVkFormat(VK_FORMAT_R8G8B8A8_UINT), dstLevelWidth, 1)); in iterate() 456 de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_destinationTextureLevel->getAccess().getFormat(), dstLevelWidth, 1)); in iterate() 514 m_expectedTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(dst.getFormat(), dst.getWidth(), dst.getHeight(), dst.getDepth())); in generateExpectedResult() 563 m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(mapVkForma in iterate() [all...] |
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluNativePixmap.hpp | 33 class TextureLevel; 64 virtual void readPixels (tcu::TextureLevel* dst);
|
H A D | egluNativeWindow.hpp | 33 class TextureLevel; 112 virtual void readScreenPixels (tcu::TextureLevel* dst) const;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoDecodeTests.cpp | 126 MovePtr<tcu::TextureLevel> convertToRGBASized (const tcu::ConstPixelBufferAccess& src, const tcu::UVec2& size) in convertToRGBASized() 129 MovePtr<tcu::TextureLevel> result (new tcu::TextureLevel(format, size.x(), size.y())); in convertToRGBASized() 139 MovePtr<tcu::TextureLevel> convertToRGBA (const tcu::ConstPixelBufferAccess& src) in convertToRGBA() 660 tcu::TextureLevel refPixelBufferV (mapVkFormat(VK_FORMAT_R8_UNORM), imageSize.x(), imageSize.y()); in verifyImage() 661 tcu::TextureLevel refPixelBufferY (mapVkFormat(VK_FORMAT_R8_UNORM), imageSize.x(), imageSize.y()); in verifyImage() 662 tcu::TextureLevel refPixelBufferU (mapVkFormat(VK_FORMAT_R8_UNORM), imageSize.x(), imageSize.y()); in verifyImage() 743 tcu::TextureLevel refPixelBufferV (mapVkFormat(VK_FORMAT_R8_UNORM), imageSize.x(), imageSize.y()); 745 MovePtr<tcu::TextureLevel> outPixelBufferV = convertToRGBASized(multiPlaneImageData.getChannelAccess(0), imageSize); 752 tcu::TextureLevel refPixelBuffer [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglSwapBuffersTests.cpp | 244 bool checkColor (tcu::TestLog& log, const tcu::TextureLevel& screen, const tcu::Vec4& color) in checkColor() 299 tcu::TextureLevel whiteFrame; in executeForConfig() 300 tcu::TextureLevel blackFrame; in executeForConfig() 301 tcu::TextureLevel frameBegin; in executeForConfig() 302 tcu::TextureLevel frameEnd; in executeForConfig()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fRandomFragmentOpTests.cpp | 229 tcu::TextureLevel* m_refColorBuffer; 230 tcu::TextureLevel* m_refDepthBuffer; 231 tcu::TextureLevel* m_refStencilBuffer; 269 m_refColorBuffer = new tcu::TextureLevel(tcu::TextureFormat(useRGB ? tcu::TextureFormat::RGB : tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height); 270 m_refDepthBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT), width, height); 271 m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, height);
|
H A D | es3fBlendTests.cpp | 55 using tcu::TextureLevel; 137 TextureLevel* m_refColorBuffer; 207 m_refColorBuffer = new TextureLevel(TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : useRGB ? TextureFormat::RGB : TextureFormat::RGBA, TextureFormat::UNORM_INT8), in init() 261 TextureLevel renderedImg (TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight); in iterate() 262 TextureLevel referenceImg (renderedImg.getFormat(), m_viewportWidth, m_viewportHeight); in iterate()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fRandomFragmentOpTests.cpp | 229 tcu::TextureLevel* m_refColorBuffer; 230 tcu::TextureLevel* m_refDepthBuffer; 231 tcu::TextureLevel* m_refStencilBuffer; 269 m_refColorBuffer = new tcu::TextureLevel(tcu::TextureFormat(useRGB ? tcu::TextureFormat::RGB : tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height); 270 m_refDepthBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT), width, height); 271 m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, height);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 936 static MovePtr<tcu::TextureLevel> convertDepthToColor (const tcu::TextureFormat& dataFormat, const int width, const int height, const void* data, const tcu::TextureFormat& targetFormat) in convertDepthToColor() 939 MovePtr<tcu::TextureLevel> dstImage (new tcu::TextureLevel(targetFormat, width, height, 1u)); in convertDepthToColor() 954 static MovePtr<tcu::TextureLevel> convertStencilToColor (const tcu::TextureFormat& dataFormat, const int width, const int height, const void* data, const tcu::TextureFormat& targetFormat) in convertStencilToColor() 958 MovePtr<tcu::TextureLevel> dstImage (new tcu::TextureLevel(targetFormat, width, height, 1u)); in convertStencilToColor() 989 virtual MovePtr<tcu::TextureLevel> generateReferenceImage (const tcu::TextureFormat& textureFormat, 1001 const tcu::TextureLevel& referenceImage, 1148 bool ColorImagelessTestInstance::verifyBufferInternal (const void* resultData, const tcu::TextureFormat& textureFormat, const tcu::TextureLevel& referenceImage, const std::string& name) in verifyBufferInternal() 1177 const MovePtr<tcu::TextureLevel> referenceImag in verifyBuffer() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 936 static MovePtr<tcu::TextureLevel> convertDepthToColor (const tcu::TextureFormat& dataFormat, const int width, const int height, const void* data, const tcu::TextureFormat& targetFormat) in convertDepthToColor() 939 MovePtr<tcu::TextureLevel> dstImage (new tcu::TextureLevel(targetFormat, width, height, 1u)); in convertDepthToColor() 954 static MovePtr<tcu::TextureLevel> convertStencilToColor (const tcu::TextureFormat& dataFormat, const int width, const int height, const void* data, const tcu::TextureFormat& targetFormat) in convertStencilToColor() 958 MovePtr<tcu::TextureLevel> dstImage (new tcu::TextureLevel(targetFormat, width, height, 1u)); in convertStencilToColor() 989 virtual MovePtr<tcu::TextureLevel> generateReferenceImage (const tcu::TextureFormat& textureFormat, 1001 const tcu::TextureLevel& referenceImage, 1148 bool ColorImagelessTestInstance::verifyBufferInternal (const void* resultData, const tcu::TextureFormat& textureFormat, const tcu::TextureLevel& referenceImage, const std::string& name) in verifyBufferInternal() 1177 const MovePtr<tcu::TextureLevel> referenceImag in verifyBuffer() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 416 tcu::TextureLevel referenceImage; in compareWithFileImage() 432 tcu::TextureLevel colorPixelBuffer (textureFormat, 1, 1); in fillBuffer() 451 tcu::TextureLevel colorPixelBuffer (textureFormat, 1, 1); in fillBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 416 tcu::TextureLevel referenceImage; in compareWithFileImage() 432 tcu::TextureLevel colorPixelBuffer (textureFormat, 1, 1); in fillBuffer() 451 tcu::TextureLevel colorPixelBuffer (textureFormat, 1, 1); in fillBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawNegativeViewportHeightTests.cpp | 77 MovePtr<tcu::TextureLevel> generateReferenceImage (void) const; 321 MovePtr<tcu::TextureLevel> NegativeViewportHeightTestInstance::generateReferenceImage (void) const in generateReferenceImage() 325 MovePtr<tcu::TextureLevel> image (new tcu::TextureLevel(mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT)); in generateReferenceImage() 516 MovePtr<tcu::TextureLevel> referenceImage = generateReferenceImage(); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineReferenceRenderer.hpp | 363 tcu::TextureLevel m_colorBuffer; 364 tcu::TextureLevel m_resolveColorBuffer; 365 tcu::TextureLevel m_depthStencilBuffer; 366 tcu::TextureLevel m_resolveDepthStencilBuffer;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationImageLayoutTransitionTests.cpp | 54 using tcu::TextureLevel; 257 MovePtr<TextureLevel> resultImage (new TextureLevel(mapVkFormat(FORMAT), renderSize.width, renderSize.height, 1)); in iterate() 312 TextureLevel textureLevel (mapVkFormat(FORMAT), WIDTH, HEIGHT, 1); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedColorMasks.cpp | 227 tcu::TextureLevel textureLevel(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), in iterate() 249 tcu::TextureLevel textureLevel( in iterate() 271 tcu::TextureLevel textureLevel( in iterate() 422 bool DrawBuffersIndexedColorMasks::VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, in VerifyImg()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineReferenceRenderer.hpp | 363 tcu::TextureLevel m_colorBuffer; 364 tcu::TextureLevel m_resolveColorBuffer; 365 tcu::TextureLevel m_depthStencilBuffer; 366 tcu::TextureLevel m_resolveDepthStencilBuffer;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationImageLayoutTransitionTests.cpp | 54 using tcu::TextureLevel; 257 MovePtr<TextureLevel> resultImage (new TextureLevel(mapVkFormat(FORMAT), renderSize.width, renderSize.height, 1)); in iterate() 312 TextureLevel textureLevel (mapVkFormat(FORMAT), WIDTH, HEIGHT, 1); in iterate()
|
/third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/ |
H A D | tcuOhosNativePixmap.cpp | 42 using tcu::TextureLevel;
|
H A D | tcuOhosNativePixmap.hpp | 43 using tcu::TextureLevel;
|