Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsics.cpp103 …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()
DvktSparseResourcesImageBlockShapes.cpp472 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, getImageFormatID(fo… in createImageBlockShapesTests() local
489formatGroup->addChild(new ImageBlockShapesCase(testCtx, name.c_str(), "", imageType, imageSize, fo… in createImageBlockShapesTests()
492 imageTypeGroup->addChild(formatGroup.release()); in createImageBlockShapesTests()
DvktSparseResourcesImageSparseBinding.cpp488 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, getImageFormatID(fo… in createImageSparseBindingTestsCommon() local
503formatGroup->addChild(new ImageSparseBindingCase(testCtx, stream.str(), "", imageType, imageSize, … in createImageSparseBindingTestsCommon()
505 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseBindingTestsCommon()
DvktSparseResourcesMipmapSparseResidency.cpp592 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, getImageFormatID(fo… in createMipmapSparseResidencyTestsCommon() local
607formatGroup->addChild(new MipmapSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSiz… in createMipmapSparseResidencyTestsCommon()
609 imageTypeGroup->addChild(formatGroup.release()); in createMipmapSparseResidencyTestsCommon()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp1013 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Formats"); in init() local
1014 addChild(formatGroup); in init()
1016formatGroup->addChild(new UploadTex2DCase (m_context, "depth32f_stencil8_2d", GL_DEPTH32F_STENC… in init()
1017formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth32f_stencil8_2d_array", GL_DEPTH3… in init()
1018formatGroup->addChild(new UploadTexCubeCase (m_context, "depth32f_stencil8_cube", GL_DEPTH32F_ST… in init()
1019formatGroup->addChild(new UploadTex2DCase (m_context, "depth24_stencil8_2d", GL_DEPTH24_STENCIL… in init()
1020formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth24_stencil8_2d_array", GL_DEPTH24… in init()
1021formatGroup->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()
1025formatGroup->addChild(new UploadTex2DArrayCase (m_context, "stencil_index8_2d_array", GL_STENCIL_… in init()
[all …]
Des31fTextureGatherTests.cpp2150 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()
Des31fTextureSpecificationTests.cpp1044 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local
1045 texStorageGroup->addChild(formatGroup); in init()
1056formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
1068formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
Des31fTextureBorderClampTests.cpp2407 …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/
DvktRenderPassDepthStencilResolveTests.cpp1513 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, groupName.c_str(), gro… in initTests() local
1580formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests()
1592formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, compatibilit… in initTests()
1624formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests()
1631formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, samplemaskTe… in initTests()
1643formatGroup->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
1741formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests()
1775formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests()
[all …]
DvktRenderPassMultisampleResolveTests.cpp3056 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), f… in initTests() local
3083formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassTestInstance, TestConfi… in initTests()
3091formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassResolveLevelTestInstanc… in initTests()
3115formatGroup->addChild(new InstanceFactory1WithSupport<MaxAttachmenstsRenderPassTestInstance, TestC… in initTests()
3125formatGroup->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/
Des3fTextureWrapTests.cpp537 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init() local
538 addChild(formatGroup); in init()
552formatGroup->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()
603formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp630 …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()
DvktPipelineImageViewTests.cpp862 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()
DvktPipelineLogicOpTests.cpp556 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), f… in createLogicOpTests() local
561formatGroup->addChild(new LogicOpTest(testCtx, params.name, "Tests the " + params.name + " logical… in createLogicOpTests()
564 logicOpTests->addChild(formatGroup.release()); in createLogicOpTests()
DvktPipelineSamplerTests.cpp1994 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 …]
DvktPipelineImageTests.cpp822 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()
DvktPipelineMultisampledRenderToSingleSampledTests.cpp4998 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
5118formatGroup[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 …]
DvktPipelineMultisampleImageTests.cpp1946 …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/
DvktYCbCrConversionTests.cpp1333 …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 …]
DvktYCbCrStorageImageWriteTests.cpp658 …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/
DglcShaderMultisampleInterpolationTests.cpp652 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/
DvktImageMultisampleLoadStoreTests.cpp517 …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()
DvktImageDepthStencilDescriptorTests.cpp1328 …TestCaseGroupPtr formatGroup(new tcu::TestCaseGroup(testCtx, formatGroupName.c_str(), formatGroupD… in createImageDepthStencilDescriptorTests() local
1366formatGroup->addChild(new DepthStencilDescriptorCase(testCtx, depthPart + stencilPart, "", params)… in createImageDepthStencilDescriptorTests()
1384formatGroup->addChild(new DepthStencilDescriptorCase(testCtx, depthPart + stencilPart, "", params)… in createImageDepthStencilDescriptorTests()
1409formatGroup->addChild(new DepthStencilDescriptorCase(testCtx, depthPart + stencilPart, "", params)… in createImageDepthStencilDescriptorTests()
1427formatGroup->addChild(new DepthStencilDescriptorCase(testCtx, depthPart + stencilPart, "", params)… in createImageDepthStencilDescriptorTests()
1431 layoutGroup->addChild(formatGroup.release()); in createImageDepthStencilDescriptorTests()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp1265 …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/
DvktShaderRenderTextureGatherTests.cpp2668 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()

12