Home
last modified time | relevance | path

Searched refs:formatGroup (Results 1 – 14 of 14) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp1010 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Formats"); in init() local
1011 addChild(formatGroup); in init()
1013formatGroup->addChild(new UploadTex2DCase (m_context, "depth32f_stencil8_2d", GL_DEPTH32F_STENC… in init()
1014formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth32f_stencil8_2d_array", GL_DEPTH3… in init()
1015formatGroup->addChild(new UploadTexCubeCase (m_context, "depth32f_stencil8_cube", GL_DEPTH32F_ST… in init()
1016formatGroup->addChild(new UploadTex2DCase (m_context, "depth24_stencil8_2d", GL_DEPTH24_STENCIL… in init()
1017formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth24_stencil8_2d_array", GL_DEPTH24… in init()
1018formatGroup->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()
1022formatGroup->addChild(new UploadTex2DArrayCase (m_context, "stencil_index8_2d_array", GL_STENCIL_… in init()
[all …]
Des31fTextureGatherTests.cpp2125 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()
Des31fTextureSpecificationTests.cpp1040 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local
1041 texStorageGroup->addChild(formatGroup); in init()
1052formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
1064formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
Des31fTextureBorderClampTests.cpp2395 …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/
Des3fTextureWrapTests.cpp501 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init() local
502 addChild(formatGroup); in init()
510formatGroup->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()
555formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init()
Des3fFboInvalidateTests.cpp1427 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Invalidating frameb… in init() local
1428 addChild(formatGroup); in init()
1492formatGroup->addChild(new InvalidateSubFboUnbindReadCase(m_context, getFormatName(colorFormats[ndx… in init()
1496formatGroup->addChild(new InvalidateSubFboRenderCase(m_context, getFormatName(depthStencilFormats[… in init()
Des3fTextureSpecificationTests.cpp4345 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage2D() wi… in init() local
4346 texStorageGroup->addChild(formatGroup); in init()
4359formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init()
4360formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init()
4374formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init()
4375formatGroup->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()
4459formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c… in init()
4460formatGroup->addChild(new BasicTexStorage3DCase (m_context, (string(fmtName) + "_3d").c_str(), … in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp876 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()
DvktPipelineImageTests.cpp562 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()
DvktPipelineImageViewTests.cpp772 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/
DvktSparseResourcesImageSparseBinding.cpp440 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createImageSparseBindingTests() local
449formatGroup->addChild(new ImageSparseBindingCase(testCtx, stream.str(), "", imageType, imageSize, … in createImageSparseBindingTests()
451 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseBindingTests()
DvktSparseResourcesMipmapSparseResidency.cpp588 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createMipmapSparseResidencyTests() local
597formatGroup->addChild(new MipmapSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSiz… in createMipmapSparseResidencyTests()
599 imageTypeGroup->addChild(formatGroup.release()); in createMipmapSparseResidencyTests()
DvktSparseResourcesImageSparseResidency.cpp789 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createImageSparseResidencyTests() local
798formatGroup->addChild(new ImageSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSize… in createImageSparseResidencyTests()
800 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseResidencyTests()
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp4637 …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()