/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFillBufferTests.cpp | 73 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()
|
D | vktApiCopiesAndBlittingTests.cpp | 189 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/ |
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);
|
D | tcuImageCompare.cpp | 220 …TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.… in fuzzyCompare() 337 …TextureLevel diffMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.ge… in measurePixelDiffAccuracy() 493 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in floatUlpThresholdCompare() 579 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in floatThresholdCompare() 667 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in floatThresholdCompare() 748 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in intThresholdCompare() 843 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in intThresholdPositionDeviationCompare() 922 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in intThresholdPositionDeviationErrorThresholdCompare() 1009 …TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.… in bilinearCompare()
|
D | tcuImageIO.cpp | 55 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()
|
D | tcuFuzzyImageCompare.cpp | 166 TextureLevel tmp (dst.getFormat(), dst.getHeight(), dst.getWidth()); in separableConvolve() 286 …TextureLevel refFiltered(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, hei… in fuzzyCompare() 287 …TextureLevel cmpFiltered(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, hei… in fuzzyCompare()
|
/external/deqp/modules/internal/ |
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()
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 61 using tcu::TextureLevel; 532 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height); in iterate() 533 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), wi… in iterate() 534 …TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), w… in iterate() 589 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels); in iterate() 616 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width,… in iterate() 629 …TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, heigh… in iterate() 676 …tcu::TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), rend… in iterate() 762 …TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width… in iterate() 763 …TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, … in iterate() [all …]
|
/external/deqp/framework/egl/ |
D | egluNativePixmap.hpp | 33 class TextureLevel; 60 virtual void readPixels (tcu::TextureLevel* dst);
|
D | egluNativeWindow.hpp | 33 class TextureLevel; 108 virtual void readScreenPixels (tcu::TextureLevel* dst) const;
|
D | egluNativePixmap.cpp | 50 void NativePixmap::readPixels (tcu::TextureLevel*) in readPixels() argument
|
/external/deqp/modules/egl/ |
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()
|
D | teglNativeColorMappingTests.cpp | 248 … 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/ |
D | vktDrawNegativeViewportHeightTests.cpp | 70 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/ |
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… 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()
|
D | es2fTextureCompletenessTests.cpp | 269 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/ |
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… 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()
|
D | es3fBlendTests.cpp | 55 using tcu::TextureLevel; 137 TextureLevel* m_refColorBuffer; 207 …m_refColorBuffer = new TextureLevel(TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : useRGB ? … in init() 261 …TextureLevel 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/ |
D | vktPipelineReferenceRenderer.hpp | 258 tcu::TextureLevel m_colorBuffer; 259 tcu::TextureLevel m_resolveColorBuffer; 260 tcu::TextureLevel m_depthStencilBuffer;
|
D | vktPipelineMultisampleTests.cpp | 252 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/ |
D | vktTessellationShaderInputOutputTests.cpp | 314 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/ |
D | radeon_fbo.c | 823 = 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/ |
D | radeon_fbo.c | 823 = 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/ |
D | fbobject.h | 79 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/ |
D | vktImageQualifiersTests.cpp | 330 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()
|