Searched refs:TextureLevel (Results 1 - 25 of 138) sorted by relevance

123456

/external/deqp/framework/common/
H A DtcuImageIO.hpp32 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);
H A DtcuImageIO.cpp48 * TextureLevel storage is set to match image data. Only PNG format is
55 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName)
76 * TextureLevel storage is set to match image data.
82 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName)
H A DtcuImageCompare.cpp220 TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHeight());
337 TextureLevel diffMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHeight());
493 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
579 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
667 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
748 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
843 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
922 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
1009 TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHeight());
H A DtcuFuzzyImageCompare.cpp166 TextureLevel tmp (dst.getFormat(), dst.getHeight(), dst.getWidth());
286 TextureLevel refFiltered(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, height);
287 TextureLevel cmpFiltered(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, height);
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBlending.hpp63 bool VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, tcu::RGBA epsilon);
H A DesextcDrawBuffersIndexedColorMasks.hpp60 bool VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, tcu::RGBA epsilon);
H A DesextcDrawBuffersIndexedColorMasks.cpp226 tcu::TextureLevel textureLevel(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8),
248 tcu::TextureLevel textureLevel(
270 tcu::TextureLevel textureLevel(
421 bool DrawBuffersIndexedColorMasks::VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor,
/external/deqp/framework/egl/
H A DegluNativePixmap.hpp33 class TextureLevel;
60 virtual void readPixels (tcu::TextureLevel* dst);
H A DegluNativePixmap.cpp50 void NativePixmap::readPixels (tcu::TextureLevel*)
H A DegluNativeWindow.hpp33 class TextureLevel;
108 virtual void readScreenPixels (tcu::TextureLevel* dst) const;
H A DegluNativeWindow.cpp69 void NativeWindow::readScreenPixels (tcu::TextureLevel*) const
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFillBufferTests.cpp79 de::MovePtr<tcu::TextureLevel> m_destinationTextureLevel;
80 de::MovePtr<tcu::TextureLevel> m_expectedTextureLevel;
130 m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(mapVkFormat(VK_FORMAT_R8G8B8A8_UINT), dstLevelWidth, 1));
186 de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_destinationTextureLevel->getAccess().getFormat(), dstLevelWidth, 1));
245 m_expectedTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(dst.getFormat(), dst.getWidth(), dst.getHeight(), dst.getDepth()));
295 m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(mapVkForma
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderFramebufferFetchTests.cpp278 void verifyRenderbuffer (TestLog& log, const tcu::TextureFormat& format, const tcu::TextureLevel& reference, const tcu::TextureLevel& result);
402 tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1);
425 void FramebufferFetchTestCase::verifyRenderbuffer (TestLog& log, const tcu::TextureFormat& format, const tcu::TextureLevel& reference, const tcu::TextureLevel& result)
557 tcu::TextureLevel genReferenceTexture (const tcu::Vec4& fbColor, const tcu::Vec4& uniformColor);
565 tcu::TextureLevel TextureFormatTestCase::genReferenceTexture (const tcu::Vec4& fbColor, const tcu::Vec4& uniformColor)
567 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1);
599 tcu::TextureLevel reference = genReferenceTexture(fbColor, uniformColor);
600 tcu::TextureLevel resul
[all...]
H A Des31fStencilTexturingTests.cpp61 using tcu::TextureLevel;
532 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height);
533 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
534 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
589 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels);
616 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
629 TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
676 tcu::TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), renderWidth, renderHeight);
762 TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
763 TextureLevel referenc
[all...]
/external/deqp/modules/internal/
H A DditImageCompareTests.cpp43 static void loadImageRGBA8 (tcu::TextureLevel& dst, const tcu::Archive& archive, const char* path)
45 tcu::TextureLevel tmp;
66 tcu::TextureLevel refImg;
67 tcu::TextureLevel cmpImg;
68 tcu::TextureLevel errorMask;
125 tcu::TextureLevel refImg;
126 tcu::TextureLevel cmpImg;
H A DditImageIOTests.cpp54 tcu::TextureLevel texture;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.hpp258 tcu::TextureLevel m_colorBuffer;
259 tcu::TextureLevel m_resolveColorBuffer;
260 tcu::TextureLevel m_depthStencilBuffer;
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp72 MovePtr<tcu::TextureLevel> generateReferenceImage (void) const;
340 MovePtr<tcu::TextureLevel> NegativeViewportHeightTestInstance::generateReferenceImage (void) const
344 MovePtr<tcu::TextureLevel> image (new tcu::TextureLevel(mapVkFormat(m_colorAttachmentFormat), WIDTH, HEIGHT));
420 MovePtr<tcu::TextureLevel> referenceImage = generateReferenceImage();
/external/deqp/modules/egl/
H A DteglSwapBuffersTests.cpp244 bool checkColor (tcu::TestLog& log, const tcu::TextureLevel& screen, const tcu::Vec4& color)
299 tcu::TextureLevel whiteFrame;
300 tcu::TextureLevel blackFrame;
301 tcu::TextureLevel frameBegin;
302 tcu::TextureLevel frameEnd;
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp229 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 Des2fTextureCompletenessTests.cpp278 tcu::TextureLevel levelData (fmt);
346 tcu::TextureLevel levelData (fmt);
397 tcu::TextureLevel levelData (fmt);
453 tcu::TextureLevel levelData (fmt);
499 tcu::TextureLevel levelData (fmt);
599 tcu::TextureLevel levelData (fmt);
669 tcu::TextureLevel levelData (fmt);
736 tcu::TextureLevel levelData (fmt);
798 tcu::TextureLevel levelData (fmt);
845 tcu::TextureLevel levelDat
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp229 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 Des3fBlendTests.cpp55 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),
261 TextureLevel renderedImg (TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight);
262 TextureLevel referenceImg (renderedImg.getFormat(), m_viewportWidth, m_viewportHeight);
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11EglDisplayFactory.cpp72 using tcu::TextureLevel;
232 void readPixels (TextureLevel* dst);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp314 tcu::TextureLevel referenceImage;
467 void initializeWhiteReferenceImage (tcu::TextureLevel& image, const int width, const int height)
493 tcu::TextureLevel referenceImage;
623 tcu::TextureLevel referenceImage;
768 tcu::TextureLevel referenceImage;

Completed in 299 milliseconds

123456