/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 1010 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Formats"); in init() local 1011 addChild(formatGroup); in init() 1013 …formatGroup->addChild(new UploadTex2DCase (m_context, "depth32f_stencil8_2d", GL_DEPTH32F_STENC… in init() 1014 …formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth32f_stencil8_2d_array", GL_DEPTH3… in init() 1015 …formatGroup->addChild(new UploadTexCubeCase (m_context, "depth32f_stencil8_cube", GL_DEPTH32F_ST… in init() 1016 …formatGroup->addChild(new UploadTex2DCase (m_context, "depth24_stencil8_2d", GL_DEPTH24_STENCIL… in init() 1017 …formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth24_stencil8_2d_array", GL_DEPTH24… in init() 1018 …formatGroup->addChild(new UploadTexCubeCase (m_context, "depth24_stencil8_cube", GL_DEPTH24_STEN… in init() 1021 formatGroup->addChild(new UploadTex2DCase (m_context, "stencil_index8_2d", GL_STENCIL_INDEX8)); in init() 1022 …formatGroup->addChild(new UploadTex2DArrayCase (m_context, "stencil_index8_2d_array", GL_STENCIL_… in init() [all …]
|
D | es31fTextureGatherTests.cpp | 2125 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formats[formatNdx].name, ""); in init() local 2126 textureTypeGroup->addChild(formatGroup); in init() 2133 : formatGroup; in init() 2135 if (formatGroup != cornersGroup) in init() 2136 formatGroup->addChild(cornersGroup); in init() 2186 formatGroup->addChild(swizzleGroup); in init() 2208 formatGroup->addChild(filterModeGroup); in init() 2257 formatGroup->addChild(baseLevelGroup); in init() 2275 formatGroup->addChild(incompleteGroup); in init()
|
D | es31fTextureSpecificationTests.cpp | 1040 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local 1041 texStorageGroup->addChild(formatGroup); in init() 1052 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init() 1064 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
|
D | es31fTextureBorderClampTests.cpp | 2395 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local 2397 formatsGroup->addChild(formatGroup); in init() 2420 formatGroup->addChild(new TextureBorderClampFormatCase(m_context, in init() 2589 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local 2590 targetGroup->addChild(formatGroup); in init() 2612 formatGroup->addChild(filteringGroup); in init() 2682 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local 2684 compareGroup->addChild(formatGroup); in init() 2696 formatGroup->addChild(new TextureBorderClampDepthCompareCase(m_context, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureWrapTests.cpp | 501 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init() local 502 addChild(formatGroup); in init() 510 …formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init() 532 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), ""); in init() local 533 addChild(formatGroup); in init() 555 …formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init()
|
D | es3fFboInvalidateTests.cpp | 1427 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Invalidating frameb… in init() local 1428 addChild(formatGroup); in init() 1492 …formatGroup->addChild(new InvalidateSubFboUnbindReadCase(m_context, getFormatName(colorFormats[ndx… in init() 1496 …formatGroup->addChild(new InvalidateSubFboRenderCase(m_context, getFormatName(depthStencilFormats[… in init()
|
D | es3fTextureSpecificationTests.cpp | 4345 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage2D() wi… in init() local 4346 texStorageGroup->addChild(formatGroup); in init() 4359 …formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init() 4360 …formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init() 4374 …formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init() 4375 …formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init() 4442 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local 4443 texStorageGroup->addChild(formatGroup); in init() 4459 …formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c… in init() 4460 …formatGroup->addChild(new BasicTexStorage3DCase (m_context, (string(fmtName) + "_3d").c_str(), … in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSamplerTests.cpp | 876 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createSamplerTests() local 885 formatGroup->addChild(minFilterTests.release()); in createSamplerTests() 891 formatGroup->addChild(magFilterTests.release()); in createSamplerTests() 892 formatGroup->addChild(mipmapTests.release()); in createSamplerTests() 897 formatGroup->addChild(addressModesTests.release()); in createSamplerTests() 900 formatTests->addChild(formatGroup.release()); in createSamplerTests()
|
D | vktPipelineImageTests.cpp | 562 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createImageTests() local 568 formatGroup->addChild(sizeTests.release()); in createImageTests() 569 formatTests->addChild(formatGroup.release()); in createImageTests()
|
D | vktPipelineImageViewTests.cpp | 772 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createImageViewTests() local 779 formatGroup->addChild(componentSwizzleTests.release()); in createImageViewTests() 780 formatGroup->addChild(subresourceRangeTests.release()); in createImageViewTests() 781 formatTests->addChild(formatGroup.release()); in createImageViewTests()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseBinding.cpp | 440 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createImageSparseBindingTests() local 449 …formatGroup->addChild(new ImageSparseBindingCase(testCtx, stream.str(), "", imageType, imageSize, … in createImageSparseBindingTests() 451 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseBindingTests()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 588 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createMipmapSparseResidencyTests() local 597 …formatGroup->addChild(new MipmapSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSiz… in createMipmapSparseResidencyTests() 599 imageTypeGroup->addChild(formatGroup.release()); in createMipmapSparseResidencyTests()
|
D | vktSparseResourcesImageSparseResidency.cpp | 789 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createImageSparseResidencyTests() local 798 …formatGroup->addChild(new ImageSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSize… in createImageSparseResidencyTests() 800 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseResidencyTests()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 4637 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatToName(format).… in createFormatTestGroup() local 4666 formatGroup->addChild(loadOpGroup.release()); in createFormatTestGroup() 4669 group->addChild(formatGroup.release()); in createFormatTestGroup() 4676 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatToName(vkFormat… in createFormatTestGroup() local 4708 formatGroup->addChild(loadOpGroup.release()); in createFormatTestGroup() 4711 group->addChild(formatGroup.release()); in createFormatTestGroup()
|