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

/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp501 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); local
502 addChild(formatGroup);
510 formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(), "",
532 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), ""); local
533 addChild(formatGroup);
555 formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(), "",
H A Des3fFboInvalidateTests.cpp1427 tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Invalidating framebuffers with selected formats"); local
1428 addChild(formatGroup);
1492 formatGroup->addChild(new InvalidateSubFboUnbindReadCase(m_context, getFormatName(colorFormats[ndx]), "", colorFormats[ndx], GL_NONE, GL_COLOR_BUFFER_BIT));
1496 formatGroup->addChild(new InvalidateSubFboRenderCase(m_context, getFormatName(depthStencilFormats[ndx]), "", GL_RGBA8, depthStencilFormats[ndx], GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT));
H A Des3fTextureSpecificationTests.cpp4345 tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage2D() with all formats"); local
4346 texStorageGroup->addChild(formatGroup);
4359 formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", internalFormat, tex2DWidth, tex2DHeight, tex2DLevels));
4360 formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(), "", internalFormat, cubeSize, cubeLevels));
4374 formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", internalFormat, tex2DWidth, tex2DHeight, tex2DLevels));
4375 formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(), "", internalFormat, cubeSize, cubeLevels));
4442 tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() with all formats"); local
4443 texStorageGroup->addChild(formatGroup);
4459 formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c_str(), "", internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLayers, tex2DArrayLevels));
4460 formatGroup
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp1010 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Formats"); member in class:deqp::gles31::Functional::tcu
1011 addChild(formatGroup);
1013 formatGroup->addChild(new UploadTex2DCase (m_context, "depth32f_stencil8_2d", GL_DEPTH32F_STENCIL8));
1014 formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth32f_stencil8_2d_array", GL_DEPTH32F_STENCIL8));
1015 formatGroup->addChild(new UploadTexCubeCase (m_context, "depth32f_stencil8_cube", GL_DEPTH32F_STENCIL8));
1016 formatGroup->addChild(new UploadTex2DCase (m_context, "depth24_stencil8_2d", GL_DEPTH24_STENCIL8));
1017 formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth24_stencil8_2d_array", GL_DEPTH24_STENCIL8));
1018 formatGroup->addChild(new UploadTexCubeCase (m_context, "depth24_stencil8_cube", GL_DEPTH24_STENCIL8));
1021 formatGroup->addChild(new UploadTex2DCase (m_context, "stencil_index8_2d", GL_STENCIL_INDEX8));
1022 formatGroup
[all...]
H A Des31fTextureGatherTests.cpp2125 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formats[formatNdx].name, "");
2126 textureTypeGroup->addChild(formatGroup);
2133 : formatGroup;
2135 if (formatGroup != cornersGroup)
2136 formatGroup->addChild(cornersGroup);
2186 formatGroup->addChild(swizzleGroup);
2208 formatGroup->addChild(filterModeGroup);
2257 formatGroup->addChild(baseLevelGroup);
2275 formatGroup->addChild(incompleteGroup);
H A Des31fTextureSpecificationTests.cpp1040 tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() with all formats"); local
1041 texStorageGroup->addChild(formatGroup);
1052 formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", internalFormat, texCubeArraySize, texCubeArrayLayers, texCubeArrayLevels));
1064 formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", internalFormat, texCubeArraySize, texCubeArrayLayers, texCubeArrayLevels));
H A Des31fTextureBorderClampTests.cpp2395 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].name, "Format test");
2397 formatsGroup->addChild(formatGroup);
2420 formatGroup->addChild(new TextureBorderClampFormatCase(m_context,
2589 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].name, "Format test");
2590 targetGroup->addChild(formatGroup);
2612 formatGroup->addChild(filteringGroup);
2682 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].name, "Format test");
2684 compareGroup->addChild(formatGroup);
2696 formatGroup->addChild(new TextureBorderClampDepthCompareCase(m_context,
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageTests.cpp562 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx,
568 formatGroup->addChild(sizeTests.release());
569 formatTests->addChild(formatGroup.release());
H A DvktPipelineImageViewTests.cpp772 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx,
779 formatGroup->addChild(componentSwizzleTests.release());
780 formatGroup->addChild(subresourceRangeTests.release());
781 formatTests->addChild(formatGroup.release());
H A DvktPipelineSamplerTests.cpp876 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx,
885 formatGroup->addChild(minFilterTests.release());
891 formatGroup->addChild(magFilterTests.release());
892 formatGroup->addChild(mipmapTests.release());
897 formatGroup->addChild(addressModesTests.release());
900 formatTests->addChild(formatGroup.release());
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp440 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQualifier(format).c_str(), ""));
449 formatGroup->addChild(new ImageSparseBindingCase(testCtx, stream.str(), "", imageType, imageSize, format));
451 imageTypeGroup->addChild(formatGroup.release());
H A DvktSparseResourcesMipmapSparseResidency.cpp588 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQualifier(format).c_str(), ""));
597 formatGroup->addChild(new MipmapSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSize, format));
599 imageTypeGroup->addChild(formatGroup.release());
H A DvktSparseResourcesImageSparseResidency.cpp789 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQualifier(format).c_str(), ""));
798 formatGroup->addChild(new ImageSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSize, format, glu::GLSL_VERSION_440));
800 imageTypeGroup->addChild(formatGroup.release());
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp4637 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatToName(format).c_str(), de::toString(format).c_str()));
4666 formatGroup->addChild(loadOpGroup.release());
4669 group->addChild(formatGroup.release());
4676 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatToName(vkFormat).c_str(), de::toString(vkFormat).c_str()));
4708 formatGroup->addChild(loadOpGroup.release());
4711 group->addChild(formatGroup.release());

Completed in 220 milliseconds