Home
last modified time | relevance | path

Searched refs:TextureLevel (Results 1 – 25 of 123) sorted by relevance

12345

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFillBufferTests.cpp73 de::MovePtr<tcu::TextureLevel> m_destinationTextureLevel;
74 de::MovePtr<tcu::TextureLevel> m_expectedTextureLevel;
162 …m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(mapVkFormat(VK_F… in iterate()
218 …de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_destinationTextureLevel->getAc… in iterate()
263 …m_expectedTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(dst.getFormat(), dst… in generateExpectedResult()
313 …m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(mapVkFormat(VK_F… in iterate()
369 …de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_destinationTextureLevel->getAc… in iterate()
380 …m_expectedTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(dst.getFormat(), dst… in generateExpectedResult()
DvktApiCopiesAndBlittingTests.cpp189 de::MovePtr<tcu::TextureLevel> m_sourceTextureLevel;
190 de::MovePtr<tcu::TextureLevel> m_destinationTextureLevel;
191 de::MovePtr<tcu::TextureLevel> m_expectedTextureLevel;
206 de::MovePtr<tcu::TextureLevel> readImage (vk::VkImage image,
466 …tcu::TextureLevel depthTexture (mapCombinedToDepthTransferFormat(src.getFormat()), src.getWidth(),… in uploadImage()
473 …tcu::TextureLevel stencilTexture (tcu::getEffectiveDepthStencilTextureFormat(src.getFormat(), tcu:… in uploadImage()
507 …m_expectedTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(dst.getFormat(), dst… in generateExpectedResult()
676 de::MovePtr<tcu::TextureLevel> CopiesAndBlittingTestInstance::readImage (vk::VkImage image, in readImage()
680 …de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(imageFormat, parms.extent.width,… in readImage()
686 …tcu::TextureLevel depthTexture (mapCombinedToDepthTransferFormat(imageFormat), parms.extent.width,… in readImage()
[all …]
/external/deqp/framework/common/
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);
DtcuImageCompare.cpp220TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.… in fuzzyCompare()
337TextureLevel diffMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.ge… in measurePixelDiffAccuracy()
493TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in floatUlpThresholdCompare()
579TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in floatThresholdCompare()
667TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in floatThresholdCompare()
748TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in intThresholdCompare()
843TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in intThresholdPositionDeviationCompare()
922TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in intThresholdPositionDeviationErrorThresholdCompare()
1009TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.… in bilinearCompare()
DtcuImageIO.cpp55 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName) in loadImage()
82 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName) in loadPNG()
DtcuFuzzyImageCompare.cpp166 TextureLevel tmp (dst.getFormat(), dst.getHeight(), dst.getWidth()); in separableConvolve()
286TextureLevel refFiltered(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, hei… in fuzzyCompare()
287TextureLevel cmpFiltered(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, hei… in fuzzyCompare()
/external/deqp/modules/internal/
DditImageCompareTests.cpp43 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()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp61 using tcu::TextureLevel;
532 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height); in iterate()
533TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), wi… in iterate()
534TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), w… in iterate()
589 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels); in iterate()
616TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width,… in iterate()
629TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, heigh… in iterate()
676 …tcu::TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), rend… in iterate()
762TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width… in iterate()
763TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, … in iterate()
[all …]
/external/deqp/framework/egl/
DegluNativePixmap.hpp33 class TextureLevel;
60 virtual void readPixels (tcu::TextureLevel* dst);
DegluNativeWindow.hpp33 class TextureLevel;
108 virtual void readScreenPixels (tcu::TextureLevel* dst) const;
DegluNativePixmap.cpp50 void NativePixmap::readPixels (tcu::TextureLevel*) in readPixels() argument
/external/deqp/modules/egl/
DteglSwapBuffersTests.cpp244 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()
DteglNativeColorMappingTests.cpp248 … const Library& egl, EGLDisplay display, EGLConfig config, const tcu::TextureLevel& result, const … in validate()
266 tcu::TextureLevel reference(result.getFormat(), result.getWidth(), result.getHeight()); in validate()
327 tcu::TextureLevel result; in testNativeWindow()
370 tcu::TextureLevel result; in testNativePixmap()
410 tcu::TextureLevel result; in testNativePixmapCopy()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawNegativeViewportHeightTests.cpp70 MovePtr<tcu::TextureLevel> generateReferenceImage (void) const;
353 MovePtr<tcu::TextureLevel> NegativeViewportHeightTestInstance::generateReferenceImage (void) const in generateReferenceImage()
357 …MovePtr<tcu::TextureLevel> image (new tcu::TextureLevel(mapVkFormat(m_colorAttachmentFormat), WID… in generateReferenceImage()
433 MovePtr<tcu::TextureLevel> referenceImage = generateReferenceImage(); in iterate()
/external/deqp/modules/gles2/functional/
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… in init()
270 …m_refDepthBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFor… in init()
271 …m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureF… in init()
Des2fTextureCompletenessTests.cpp269 tcu::TextureLevel levelData (fmt); in createTexture()
339 tcu::TextureLevel levelData (fmt); in createTexture()
392 tcu::TextureLevel levelData (fmt); in createTexture()
450 tcu::TextureLevel levelData (fmt); in createTexture()
498 tcu::TextureLevel levelData (fmt); in createTexture()
602 tcu::TextureLevel levelData (fmt); in createTexture()
674 tcu::TextureLevel levelData (fmt); in createTexture()
743 tcu::TextureLevel levelData (fmt); in createTexture()
807 tcu::TextureLevel levelData (fmt); in createTexture()
856 tcu::TextureLevel levelData (fmt); in createTexture()
/external/deqp/modules/gles3/functional/
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… in init()
270 …m_refDepthBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFor… in init()
271 …m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureF… in init()
Des3fBlendTests.cpp55 using tcu::TextureLevel;
137 TextureLevel* m_refColorBuffer;
207 …m_refColorBuffer = new TextureLevel(TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : useRGB ? … in init()
261TextureLevel renderedImg (TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : TextureFormat::… in iterate()
262 TextureLevel referenceImg (renderedImg.getFormat(), m_viewportWidth, m_viewportHeight); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.hpp258 tcu::TextureLevel m_colorBuffer;
259 tcu::TextureLevel m_resolveColorBuffer;
260 tcu::TextureLevel m_depthStencilBuffer;
DvktPipelineMultisampleTests.cpp252 de::MovePtr<tcu::TextureLevel> render (void);
978 de::MovePtr<tcu::TextureLevel> level(m_multisampleRenderer->render()); in iterate()
1065 de::MovePtr<tcu::TextureLevel> testShadingImage; in iterate()
1066 de::MovePtr<tcu::TextureLevel> minShadingImage; in iterate()
1067 de::MovePtr<tcu::TextureLevel> maxShadingImage; in iterate()
1133 de::MovePtr<tcu::TextureLevel> testSampleMaskImage; in iterate()
1134 de::MovePtr<tcu::TextureLevel> minSampleMaskImage; in iterate()
1135 de::MovePtr<tcu::TextureLevel> maxSampleMaskImage; in iterate()
1246 de::MovePtr<tcu::TextureLevel> result = renderer.render(); in testRasterSamplesConsistency()
1297 de::MovePtr<tcu::TextureLevel> alphaOneImage; in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationShaderInputOutputTests.cpp314 tcu::TextureLevel referenceImage; in test()
467 void initializeWhiteReferenceImage (tcu::TextureLevel& image, const int width, const int height) in initializeWhiteReferenceImage()
493 tcu::TextureLevel referenceImage; in test()
623 tcu::TextureLevel referenceImage; in test()
768 tcu::TextureLevel referenceImage; in test()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c823 = att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in radeon_render_texture()
880 att->TextureLevel); in radeon_render_texture()
883 imageOffset += radeon_image->mt->levels[att->TextureLevel].rowstride * in radeon_render_texture()
884 radeon_image->mt->levels[att->TextureLevel].height * in radeon_render_texture()
891 rrb->pitch = radeon_image->mt->levels[att->TextureLevel].rowstride; in radeon_render_texture()
904 tex_obj->Image[att->CubeMapFace][att->TextureLevel]; in radeon_finish_render_texture()
931 mesa_format = att->Texture->Image[att->CubeMapFace][att->TextureLevel]->TexFormat; in radeon_validate_framebuffer()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c823 = att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in radeon_render_texture()
880 att->TextureLevel); in radeon_render_texture()
883 imageOffset += radeon_image->mt->levels[att->TextureLevel].rowstride * in radeon_render_texture()
884 radeon_image->mt->levels[att->TextureLevel].height * in radeon_render_texture()
891 rrb->pitch = radeon_image->mt->levels[att->TextureLevel].rowstride; in radeon_render_texture()
904 tex_obj->Image[att->CubeMapFace][att->TextureLevel]; in radeon_finish_render_texture()
931 mesa_format = att->Texture->Image[att->CubeMapFace][att->TextureLevel]->TexFormat; in radeon_validate_framebuffer()
/external/mesa3d/src/mesa/main/
Dfbobject.h79 return att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in _mesa_get_attachment_teximage()
88 return att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in _mesa_get_attachment_teximage_const()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp330 tcu::TextureLevel generateReferenceImage (void) const;
408 tcu::TextureLevel referenceImage = generateReferenceImage(); in iterate()
418 tcu::TextureLevel MemoryQualifierInstanceBase::generateReferenceImage (void) const in generateReferenceImage()
423 tcu::TextureLevel base(m_format, computeGridSize.x(), computeGridSize.y(), computeGridSize.z()); in generateReferenceImage()
426 …tcu::TextureLevel reference(m_format, computeGridSize.x(), computeGridSize.y(), computeGridSize.z(… in generateReferenceImage()

12345