/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsics.cpp | 69 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, getImageFormatID(fo… in createSparseResourcesShaderIntrinsicsTests() local 101 …formatGroup->addChild(new SparseCaseOpImageSparseFetch(testCtx, stream.str(), function, imageType,… in createSparseResourcesShaderIntrinsicsTests() 104 …formatGroup->addChild(new SparseCaseOpImageSparseRead(testCtx, stream.str(), function, imageType, … in createSparseResourcesShaderIntrinsicsTests() 107 …formatGroup->addChild(new SparseCaseOpImageSparseSampleExplicitLod(testCtx, stream.str(), function… in createSparseResourcesShaderIntrinsicsTests() 110 …formatGroup->addChild(new SparseCaseOpImageSparseSampleImplicitLod(testCtx, stream.str(), function… in createSparseResourcesShaderIntrinsicsTests() 113 …formatGroup->addChild(new SparseCaseOpImageSparseGather(testCtx, stream.str(), function, imageType… in createSparseResourcesShaderIntrinsicsTests() 120 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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 1490 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, groupName.c_str(), gro… in initTests() local 1557 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests() 1569 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, compatibilit… in initTests() 1601 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests() 1608 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, samplemaskTe… in initTests() 1620 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, compatibilit… in initTests() 1626 sampleGroup->addChild(formatGroup.release()); in initTests() 1674 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, groupName.c_str(), gro… in initTests() local 1712 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests() 1746 …formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests() [all …]
|
D | vktRenderPassMultisampleResolveTests.cpp | 2918 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), f… in initTests() local 2941 …formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassTestInstance, TestConfi… in initTests() 2949 …formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassResolveLevelTestInstanc… in initTests() 2969 …formatGroup->addChild(new InstanceFactory1WithSupport<MaxAttachmenstsRenderPassTestInstance, TestC… in initTests() 2979 …formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassTestInstance, TestConfi… in initTests() 2985 group->addChild(formatGroup.release()); in initTests() 2987 layerGroup->addChild(formatGroup.release()); in initTests()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 1326 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), … in buildTests() local 1415 formatGroup->addChild(colorModelGroup.release()); in buildTests() 1420 buildArrayOfSamplersTests(format, srcSize, dstSize, formatGroup, testCtx, rng); in buildTests() 1422 testGroup->addChild(formatGroup.release()); in buildTests() 1430 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), ("… in buildTests() local 1513 formatGroup->addChild(conversionGroup.release()); in buildTests() 1518 buildArrayOfSamplersTests(format, srcSize, dstSize, formatGroup, testCtx, rng); in buildTests() 1626 formatGroup->addChild(reconstrucGroup.release()); in buildTests() 1629 testGroup->addChild(formatGroup.release()); in buildTests() 1637 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), ("… in buildTests() local [all …]
|
D | vktYCbCrStorageImageWriteTests.cpp | 687 …de::MovePtr<tcu::TestCaseGroup> formatGroup ( new tcu::TestCaseGroup(testCtx, formatName.c_str()… in populateStorageImageWriteFormatGroup() local 706 formatGroup->addChild(sizeGroup.release()); in populateStorageImageWriteFormatGroup() 708 testGroup->addChild(formatGroup.release()); in populateStorageImageWriteFormatGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineLogicOpTests.cpp | 546 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), f… in createLogicOpTests() local 551 …formatGroup->addChild(new LogicOpTest(testCtx, params.name, "Tests the " + params.name + " logical… in createLogicOpTests() 554 logicOpTests->addChild(formatGroup.release()); in createLogicOpTests()
|
D | vktPipelineStencilExportTests.cpp | 569 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, kFormats[fmtIdx].name… in createStencilExportTests() local 570 …addFunctionCaseWithPrograms<vk::VkFormat>(formatGroup.get(), "op_replace", "", checkSupport, initP… in createStencilExportTests() 571 group->addChild(formatGroup.release()); in createStencilExportTests()
|
D | vktPipelineSamplerTests.cpp | 1912 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createAllFormatsSamplerTests() local 1922 formatGroup->addChild(minFilterTests.release()); in createAllFormatsSamplerTests() 1923 formatGroup->addChild(minReduceFilterTests.release()); in createAllFormatsSamplerTests() 1927 formatGroup->addChild(magFilterTests.release()); in createAllFormatsSamplerTests() 1934 formatGroup->addChild(magReduceFilterTests.release()); in createAllFormatsSamplerTests() 1935 formatGroup->addChild(mipmapTests.release()); in createAllFormatsSamplerTests() 1941 formatGroup->addChild(addressModesTests.release()); in createAllFormatsSamplerTests() 1944 formatTests->addChild(formatGroup.release()); in createAllFormatsSamplerTests() 2032 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), de… in createExactSamplingTests() local 2053 formatGroup->addChild(solidColorGroup.release()); in createExactSamplingTests() [all …]
|
D | vktPipelineImageViewTests.cpp | 855 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createImageViewTests() local 862 formatGroup->addChild(componentSwizzleTests.release()); in createImageViewTests() 863 formatGroup->addChild(subresourceRangeTests.release()); in createImageViewTests() 864 formatTests->addChild(formatGroup.release()); in createImageViewTests()
|
D | vktPipelineImageTests.cpp | 761 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, in createImageFormatTests() local 764 …createImageCountTests(formatGroup.get(), testCtx, allocationKind, samplingType, imageViewType, for… in createImageFormatTests() 766 imageFormatTests->addChild(formatGroup.release()); in createImageFormatTests()
|
D | vktPipelineMultisampleImageTests.cpp | 1782 …MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(group->getTestContext(), getFormatS… in addTestCasesWithFunctions() local 1797 …addFunctionCaseWithPrograms(formatGroup.get(), caseName.str(), "", checkSupport, initPrograms, tes… in addTestCasesWithFunctions() 1799 sizeLayerGroup->addChild(formatGroup.release()); in addTestCasesWithFunctions() 1827 …MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(group->getTestContext(), getFormatS… in addStandardSamplePositionTestCasesWithFunctions() local 1842 …addFunctionCaseWithPrograms(formatGroup.get(), caseName.str(), "", checkSupport, initPrograms, tes… in addStandardSamplePositionTestCasesWithFunctions() 1844 group->addChild(formatGroup.release()); in addStandardSamplePositionTestCasesWithFunctions()
|
D | vktPipelineSamplerBorderSwizzleTests.cpp | 1378 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), "… in createSamplerBorderSwizzleTests() local 1435 formatGroup->addChild(mappingGroup.release()); in createSamplerBorderSwizzleTests() 1438 mainGroup->addChild(formatGroup.release()); in createSamplerBorderSwizzleTests()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMultisampleLoadStoreTests.cpp | 514 …MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatGroupName.c_str(),… in createImageMultisampleLoadStoreTests() local 528 …addFunctionCaseWithPrograms(formatGroup.get(), samplesCaseName, "", checkSupport, initPrograms, te… in createImageMultisampleLoadStoreTests() 530 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessVertexAccessTests.cpp | 1204 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, de::toLower(formatNam… in addVertexFormatTests() local 1206 formatGroup->addChild(createDrawTests(testCtx, vertexFormats[i])); in addVertexFormatTests() 1207 formatGroup->addChild(createDrawIndexedTests(testCtx, vertexFormats[i])); in addVertexFormatTests() 1209 parentGroup->addChild(formatGroup.release()); in addVertexFormatTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 2646 TestCaseGroup* const formatGroup = new TestCaseGroup(m_testCtx, formats[formatNdx].name, ""); in init() local 2647 textureTypeGroup->addChild(formatGroup); in init() 2654 : formatGroup; in init() 2656 if (formatGroup != cornersGroup) in init() 2657 formatGroup->addChild(cornersGroup); in init() 2710 formatGroup->addChild(swizzleGroup); in init() 2735 formatGroup->addChild(filterModeGroup); in init() 2787 formatGroup->addChild(baseLevelGroup); in init()
|