/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsics.cpp | 103 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, getImageFormatID(ca… in createSparseResourcesShaderIntrinsicsTests() local 136 (*addCaseFunctionPtr)(caseParams, testCtx, formatGroup.get()); in createSparseResourcesShaderIntrinsicsTests() 143 (*addCaseFunctionPtr)(caseParams, testCtx, formatGroup.get()); in createSparseResourcesShaderIntrinsicsTests() 146 imageTypeGroup->addChild(formatGroup.release()); in createSparseResourcesShaderIntrinsicsTests()
|
D | vktSparseResourcesImageBlockShapes.cpp | 472 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, getImageFormatID(fo… in createImageBlockShapesTests() local 489 …formatGroup->addChild(new ImageBlockShapesCase(testCtx, name.c_str(), "", imageType, imageSize, fo… in createImageBlockShapesTests() 492 imageTypeGroup->addChild(formatGroup.release()); in createImageBlockShapesTests()
|
D | vktSparseResourcesImageSparseBinding.cpp | 488 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, getImageFormatID(fo… in createImageSparseBindingTestsCommon() local 503 …formatGroup->addChild(new ImageSparseBindingCase(testCtx, stream.str(), "", imageType, imageSize, … in createImageSparseBindingTestsCommon() 505 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseBindingTestsCommon()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 592 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, getImageFormatID(fo… in createMipmapSparseResidencyTestsCommon() local 607 …formatGroup->addChild(new MipmapSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSiz… in createMipmapSparseResidencyTestsCommon() 609 imageTypeGroup->addChild(formatGroup.release()); in createMipmapSparseResidencyTestsCommon()
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 1013 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Formats"); in init() local 1014 addChild(formatGroup); in init() 1016 …formatGroup->addChild(new UploadTex2DCase (m_context, "depth32f_stencil8_2d", GL_DEPTH32F_STENC… in init() 1017 …formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth32f_stencil8_2d_array", GL_DEPTH3… in init() 1018 …formatGroup->addChild(new UploadTexCubeCase (m_context, "depth32f_stencil8_cube", GL_DEPTH32F_ST… in init() 1019 …formatGroup->addChild(new UploadTex2DCase (m_context, "depth24_stencil8_2d", GL_DEPTH24_STENCIL… in init() 1020 …formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth24_stencil8_2d_array", GL_DEPTH24… in init() 1021 …formatGroup->addChild(new UploadTexCubeCase (m_context, "depth24_stencil8_cube", GL_DEPTH24_STEN… in init() 1024 formatGroup->addChild(new UploadTex2DCase (m_context, "stencil_index8_2d", GL_STENCIL_INDEX8)); in init() 1025 …formatGroup->addChild(new UploadTex2DArrayCase (m_context, "stencil_index8_2d_array", GL_STENCIL_… in init() [all …]
|
D | es31fTextureGatherTests.cpp | 2150 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formats[formatNdx].name, ""); in init() local 2151 textureTypeGroup->addChild(formatGroup); in init() 2158 : formatGroup; in init() 2160 if (formatGroup != cornersGroup) in init() 2161 formatGroup->addChild(cornersGroup); in init() 2211 formatGroup->addChild(swizzleGroup); in init() 2233 formatGroup->addChild(filterModeGroup); in init() 2282 formatGroup->addChild(baseLevelGroup); in init() 2300 formatGroup->addChild(incompleteGroup); in init()
|
D | es31fTextureSpecificationTests.cpp | 1044 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local 1045 texStorageGroup->addChild(formatGroup); in init() 1056 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init() 1068 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
|
D | es31fTextureBorderClampTests.cpp | 2407 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local 2409 formatsGroup->addChild(formatGroup); in init() 2432 formatGroup->addChild(new TextureBorderClampFormatCase(m_context, in init() 2601 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local 2602 targetGroup->addChild(formatGroup); in init() 2624 formatGroup->addChild(filteringGroup); in init() 2694 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local 2696 compareGroup->addChild(formatGroup); in init() 2708 formatGroup->addChild(new TextureBorderClampDepthCompareCase(m_context, in init()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 1513 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, groupName.c_str(), gro… in initTests() local 1580 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests() 1592 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, compatibilit… in initTests() 1624 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests() 1631 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, samplemaskTe… in initTests() 1643 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, compatibilit… in initTests() 1649 sampleGroup->addChild(formatGroup.release()); in initTests() 1697 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, groupName.c_str(), gro… in initTests() local 1741 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests() 1775 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests() [all …]
|
D | vktRenderPassMultisampleResolveTests.cpp | 3056 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), f… in initTests() local 3083 …formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassTestInstance, TestConfi… in initTests() 3091 …formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassResolveLevelTestInstanc… in initTests() 3115 …formatGroup->addChild(new InstanceFactory1WithSupport<MaxAttachmenstsRenderPassTestInstance, TestC… in initTests() 3125 …formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassTestInstance, TestConfi… in initTests() 3131 group->addChild(formatGroup.release()); in initTests() 3133 layerGroup->addChild(formatGroup.release()); in initTests()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureWrapTests.cpp | 537 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init() local 538 addChild(formatGroup); in init() 552 …formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init() 574 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), ""); in init() local 575 addChild(formatGroup); in init() 603 …formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilExportTests.cpp | 630 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, kFormats[fmtIdx].name… in createStencilExportTests() local 631 …addFunctionCaseWithPrograms(formatGroup.get(), "op_replace", "", checkSupport, initPrograms, testS… in createStencilExportTests() 634 …addFunctionCaseWithPrograms(formatGroup.get(), "op_replace_early_and_late", "", checkSupport, init… in createStencilExportTests() 637 group->addChild(formatGroup.release()); in createStencilExportTests()
|
D | vktPipelineImageViewTests.cpp | 862 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createImageViewTests() local 869 formatGroup->addChild(componentSwizzleTests.release()); in createImageViewTests() 870 formatGroup->addChild(subresourceRangeTests.release()); in createImageViewTests() 871 formatTests->addChild(formatGroup.release()); in createImageViewTests()
|
D | vktPipelineLogicOpTests.cpp | 556 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), f… in createLogicOpTests() local 561 …formatGroup->addChild(new LogicOpTest(testCtx, params.name, "Tests the " + params.name + " logical… in createLogicOpTests() 564 logicOpTests->addChild(formatGroup.release()); in createLogicOpTests()
|
D | vktPipelineSamplerTests.cpp | 1994 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createAllFormatsSamplerTests() local 2004 formatGroup->addChild(minFilterTests.release()); in createAllFormatsSamplerTests() 2005 formatGroup->addChild(minReduceFilterTests.release()); in createAllFormatsSamplerTests() 2009 formatGroup->addChild(magFilterTests.release()); in createAllFormatsSamplerTests() 2016 formatGroup->addChild(magReduceFilterTests.release()); in createAllFormatsSamplerTests() 2017 formatGroup->addChild(mipmapTests.release()); in createAllFormatsSamplerTests() 2023 formatGroup->addChild(addressModesTests.release()); in createAllFormatsSamplerTests() 2026 formatTests->addChild(formatGroup.release()); in createAllFormatsSamplerTests() 2114 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), de… in createExactSamplingTests() local 2135 formatGroup->addChild(solidColorGroup.release()); in createExactSamplingTests() [all …]
|
D | vktPipelineImageTests.cpp | 822 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, in createImageFormatTests() local 825 …createImageCountTests(formatGroup.get(), testCtx, allocationKind, pipelineConstructionType, sampli… in createImageFormatTests() 827 imageFormatTests->addChild(formatGroup.release()); in createImageFormatTests()
|
D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 4998 MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup( in createMultisampledTestsInGroup() local 5039 formatGroup->addChild(sampleGroup.release()); in createMultisampledTestsInGroup() 5041 group->addChild(formatGroup.release()); in createMultisampledTestsInGroup() 5058 MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup( in createMultisampledTestsInGroup() local 5098 formatGroup->addChild(sampleGroup.release()); in createMultisampledTestsInGroup() 5100 group->addChild(formatGroup.release()); in createMultisampledTestsInGroup() 5111 …MovePtr<tcu::TestCaseGroup> formatGroup[color1FormatCount][color2FormatCount][color3FormatCount][d… in createMultisampledTestsInGroup() local 5118 …formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatNdx] = MovePtr<tc… in createMultisampledTestsInGroup() 5153 formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatNdx].get(), in createMultisampledTestsInGroup() 5167 …group->addChild(formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatN… in createMultisampledTestsInGroup() [all …]
|
D | vktPipelineMultisampleImageTests.cpp | 1946 …MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(group->getTestContext(), getFormatS… in addTestCasesWithFunctions() local 1962 …addFunctionCaseWithPrograms(formatGroup.get(), caseName.str(), "", checkSupport, initPrograms, tes… in addTestCasesWithFunctions() 1964 sizeLayerGroup->addChild(formatGroup.release()); in addTestCasesWithFunctions() 1993 …MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(group->getTestContext(), getFormatS… in addStandardSamplePositionTestCasesWithFunctions() local 2009 …addFunctionCaseWithPrograms(formatGroup.get(), caseName.str(), "", checkSupport, initPrograms, tes… in addStandardSamplePositionTestCasesWithFunctions() 2011 group->addChild(formatGroup.release()); in addStandardSamplePositionTestCasesWithFunctions()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 1333 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), … in buildTests() local 1422 formatGroup->addChild(colorModelGroup.release()); in buildTests() 1427 buildArrayOfSamplersTests(format, srcSize, dstSize, formatGroup, testCtx, rng); in buildTests() 1429 testGroup->addChild(formatGroup.release()); in buildTests() 1437 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), ("… in buildTests() local 1520 formatGroup->addChild(conversionGroup.release()); in buildTests() 1525 buildArrayOfSamplersTests(format, srcSize, dstSize, formatGroup, testCtx, rng); in buildTests() 1633 formatGroup->addChild(reconstrucGroup.release()); in buildTests() 1636 testGroup->addChild(formatGroup.release()); in buildTests() 1644 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), ("… in buildTests() local [all …]
|
D | vktYCbCrStorageImageWriteTests.cpp | 658 …de::MovePtr<tcu::TestCaseGroup> formatGroup ( new tcu::TestCaseGroup(testCtx, formatName.c_str()… in populateStorageImageWriteFormatGroup() local 677 formatGroup->addChild(sizeGroup.release()); in populateStorageImageWriteFormatGroup() 679 testGroup->addChild(formatGroup.release()); in populateStorageImageWriteFormatGroup()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderMultisampleInterpolationTests.cpp | 652 tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[format].name, ""); in init() local 653 group->addChild(formatGroup); in init() 657 formatGroup->addChild(new ShaderMultisampleInterpolationBaseCase( in init()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMultisampleLoadStoreTests.cpp | 517 …MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatGroupName.c_str(),… in createImageMultisampleLoadStoreTests() local 531 …addFunctionCaseWithPrograms(formatGroup.get(), samplesCaseName, "", checkSupport, initPrograms, te… in createImageMultisampleLoadStoreTests() 533 imageViewGroup->addChild(formatGroup.release()); in createImageMultisampleLoadStoreTests()
|
D | vktImageDepthStencilDescriptorTests.cpp | 1328 …TestCaseGroupPtr formatGroup(new tcu::TestCaseGroup(testCtx, formatGroupName.c_str(), formatGroupD… in createImageDepthStencilDescriptorTests() local 1366 …formatGroup->addChild(new DepthStencilDescriptorCase(testCtx, depthPart + stencilPart, "", params)… in createImageDepthStencilDescriptorTests() 1384 …formatGroup->addChild(new DepthStencilDescriptorCase(testCtx, depthPart + stencilPart, "", params)… in createImageDepthStencilDescriptorTests() 1409 …formatGroup->addChild(new DepthStencilDescriptorCase(testCtx, depthPart + stencilPart, "", params)… in createImageDepthStencilDescriptorTests() 1427 …formatGroup->addChild(new DepthStencilDescriptorCase(testCtx, depthPart + stencilPart, "", params)… in createImageDepthStencilDescriptorTests() 1431 layoutGroup->addChild(formatGroup.release()); in createImageDepthStencilDescriptorTests()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessVertexAccessTests.cpp | 1265 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, de::toLower(formatNam… in addVertexFormatTests() local 1267 formatGroup->addChild(createDrawTests(testCtx, vertexFormats[i])); in addVertexFormatTests() 1268 formatGroup->addChild(createDrawIndexedTests(testCtx, vertexFormats[i])); in addVertexFormatTests() 1270 parentGroup->addChild(formatGroup.release()); in addVertexFormatTests()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 2668 TestCaseGroup* const formatGroup = new TestCaseGroup(m_testCtx, formats[formatNdx].name, ""); in init() local 2669 textureTypeGroup->addChild(formatGroup); in init() 2676 : formatGroup; in init() 2678 if (formatGroup != cornersGroup) in init() 2679 formatGroup->addChild(cornersGroup); in init() 2734 formatGroup->addChild(swizzleGroup); in init() 2761 formatGroup->addChild(filterModeGroup); in init() 2815 formatGroup->addChild(baseLevelGroup); in init()
|