/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsics.cpp | 86 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createSparseResourcesShaderIntrinsicsTests() local 112 …formatGroup->addChild(new SparseCaseOpImageSparseFetch(testCtx, stream.str(), function, imageType,… in createSparseResourcesShaderIntrinsicsTests() 115 …formatGroup->addChild(new SparseCaseOpImageSparseRead(testCtx, stream.str(), function, imageType, … in createSparseResourcesShaderIntrinsicsTests() 118 …formatGroup->addChild(new SparseCaseOpImageSparseSampleExplicitLod(testCtx, stream.str(), function… in createSparseResourcesShaderIntrinsicsTests() 121 …formatGroup->addChild(new SparseCaseOpImageSparseSampleImplicitLod(testCtx, stream.str(), function… in createSparseResourcesShaderIntrinsicsTests() 124 …formatGroup->addChild(new SparseCaseOpImageSparseGather(testCtx, stream.str(), function, imageType… in createSparseResourcesShaderIntrinsicsTests() 131 imageTypeGroup->addChild(formatGroup.release()); in createSparseResourcesShaderIntrinsicsTests()
|
D | vktSparseResourcesImageBlockShapes.cpp | 461 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createImageBlockShapesTests() local 469 …formatGroup->addChild(new ImageBlockShapesCase(testCtx, name.c_str(), "", imageType, imageSize, fo… in createImageBlockShapesTests() 471 imageTypeGroup->addChild(formatGroup.release()); in createImageBlockShapesTests()
|
D | vktSparseResourcesImageSparseBinding.cpp | 445 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createImageSparseBindingTestsCommon() local 453 …formatGroup->addChild(new ImageSparseBindingCase(testCtx, stream.str(), "", imageType, imageSize, … in createImageSparseBindingTestsCommon() 455 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseBindingTestsCommon()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 549 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createMipmapSparseResidencyTestsCommon() local 558 …formatGroup->addChild(new MipmapSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSiz… in createMipmapSparseResidencyTestsCommon() 560 imageTypeGroup->addChild(formatGroup.release()); in createMipmapSparseResidencyTestsCommon()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 754 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createImageSparseMemoryAliasingTestsCommon() local 763 …formatGroup->addChild(new ImageSparseMemoryAliasingCase(testCtx, stream.str(), "", imageType, imag… in createImageSparseMemoryAliasingTestsCommon() 765 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseMemoryAliasingTestsCommon()
|
D | vktSparseResourcesImageSparseResidency.cpp | 719 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createImageSparseResidencyTestsCommon() local 728 …formatGroup->addChild(new ImageSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSize… in createImageSparseResidencyTestsCommon() 730 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseResidencyTestsCommon()
|
/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 | 2145 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formats[formatNdx].name, ""); in init() local 2146 textureTypeGroup->addChild(formatGroup); in init() 2153 : formatGroup; in init() 2155 if (formatGroup != cornersGroup) in init() 2156 formatGroup->addChild(cornersGroup); in init() 2206 formatGroup->addChild(swizzleGroup); in init() 2228 formatGroup->addChild(filterModeGroup); in init() 2277 formatGroup->addChild(baseLevelGroup); in init() 2295 formatGroup->addChild(incompleteGroup); in init()
|
D | es31fTextureSpecificationTests.cpp | 1042 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local 1043 texStorageGroup->addChild(formatGroup); in init() 1054 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init() 1066 …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 | 502 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init() local 503 addChild(formatGroup); in init() 511 …formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init() 533 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), ""); in init() local 534 addChild(formatGroup); in init() 556 …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 | 4344 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage2D() wi… in init() local 4345 texStorageGroup->addChild(formatGroup); in init() 4358 …formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init() 4359 …formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init() 4373 …formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init() 4374 …formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init() 4441 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local 4442 texStorageGroup->addChild(formatGroup); in init() 4458 …formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c… in init() 4459 …formatGroup->addChild(new BasicTexStorage3DCase (m_context, (string(fmtName) + "_3d").c_str(), … in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSamplerTests.cpp | 1121 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createSamplerTests() local 1131 formatGroup->addChild(minFilterTests.release()); in createSamplerTests() 1132 formatGroup->addChild(minReduceFilterTests.release()); in createSamplerTests() 1139 formatGroup->addChild(magFilterTests.release()); in createSamplerTests() 1140 formatGroup->addChild(magReduceFilterTests.release()); in createSamplerTests() 1141 formatGroup->addChild(mipmapTests.release()); in createSamplerTests() 1146 formatGroup->addChild(addressModesTests.release()); in createSamplerTests() 1149 formatTests->addChild(formatGroup.release()); in createSamplerTests()
|
D | vktPipelineImageViewTests.cpp | 817 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createImageViewTests() local 824 formatGroup->addChild(componentSwizzleTests.release()); in createImageViewTests() 825 formatGroup->addChild(subresourceRangeTests.release()); in createImageViewTests() 826 formatTests->addChild(formatGroup.release()); in createImageViewTests()
|
D | vktPipelineImageTests.cpp | 733 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, in createImageFormatTests() local 736 …createImageCountTests(formatGroup.get(), testCtx, allocationKind, samplingType, imageViewType, for… in createImageFormatTests() 738 imageFormatTests->addChild(formatGroup.release()); in createImageFormatTests()
|
D | vktPipelineMultisampleImageTests.cpp | 1421 …MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(group->getTestContext(), getFormatS… in addTestCasesWithFunctions() local 1435 …addFunctionCaseWithPrograms(formatGroup.get(), caseName.str(), "", initPrograms, testFunc, caseDef… in addTestCasesWithFunctions() 1437 sizeLayerGroup->addChild(formatGroup.release()); in addTestCasesWithFunctions()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 1157 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName, formatName… in initTests() local 1214 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests() 1240 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests() 1245 sampleGroup->addChild(formatGroup.release()); in initTests() 1286 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName, formatName… in initTests() local 1315 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests() 1345 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests() 1348 sampleGroup->addChild(formatGroup.release()); in initTests()
|
D | vktRenderPassMultisampleResolveTests.cpp | 1703 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), f… in initTests() local 1715 …formatGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests() 1719 group->addChild(formatGroup.release()); in initTests() 1721 layerGroup->addChild(formatGroup.release()); in initTests()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderMultisampleInterpolationTests.cpp | 651 tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[format].name, ""); in init() local 652 group->addChild(formatGroup); in init() 656 formatGroup->addChild(new ShaderMultisampleInterpolationBaseCase( in init()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMultisampleLoadStoreTests.cpp | 519 …MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatGroupName.c_str(),… in createImageMultisampleLoadStoreTests() local 533 … addFunctionCaseWithPrograms(formatGroup.get(), samplesCaseName, "", initPrograms, test, caseDef); in createImageMultisampleLoadStoreTests() 535 imageViewGroup->addChild(formatGroup.release()); in createImageMultisampleLoadStoreTests()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 1169 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str… in initTests() local 1249 formatGroup->addChild(colorModelGroup.release()); in initTests() 1252 testGroup->addChild(formatGroup.release()); in initTests() 1260 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), (… in initTests() local 1333 formatGroup->addChild(conversionGroup.release()); in initTests() 1442 formatGroup->addChild(reconstrucGroup.release()); in initTests() 1445 testGroup->addChild(formatGroup.release()); in initTests() 1453 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), (… in initTests() local 1523 formatGroup->addChild(conversionGroup.release()); in initTests() 1631 formatGroup->addChild(reconstrucGroup.release()); in initTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessVertexAccessTests.cpp | 1150 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, de::toLower(formatNam… in addVertexFormatTests() local 1152 formatGroup->addChild(createDrawTests(testCtx, vertexFormats[i])); in addVertexFormatTests() 1153 formatGroup->addChild(createDrawIndexedTests(testCtx, vertexFormats[i])); in addVertexFormatTests() 1155 parentGroup->addChild(formatGroup.release()); in addVertexFormatTests()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ExampleGenerator.java | 472 examples.add(formatGroup(parts, value, "", "", "", "", "")); in handleAnnotationName() 473 examples.add(formatGroup(parts, value, "", "", "", "")); in handleAnnotationName() 476 examples.add(formatGroup(parts, value, "❤️", "", "")); in handleAnnotationName() 477 examples.add(formatGroup(parts, value, "❤️", "", "")); in handleAnnotationName() 480 examples.add(formatGroup(parts, value, "❤️", "", "")); in handleAnnotationName() 481 examples.add(formatGroup(parts, value, "❤️", "", "")); in handleAnnotationName() 512 …private String formatGroup(XPathParts parts, String value, String sourceEmoji, String... component… in formatGroup() method in ExampleGenerator
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 2407 TestCaseGroup* const formatGroup = new TestCaseGroup(m_testCtx, formats[formatNdx].name, ""); in init() local 2408 textureTypeGroup->addChild(formatGroup); in init() 2415 : formatGroup; in init() 2417 if (formatGroup != cornersGroup) in init() 2418 formatGroup->addChild(cornersGroup); in init() 2471 formatGroup->addChild(swizzleGroup); in init() 2496 formatGroup->addChild(filterModeGroup); in init() 2548 formatGroup->addChild(baseLevelGroup); in init()
|