Home
last modified time | relevance | path

Searched refs:sizeGroup (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.hpp165 …de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, imageSizeStream.str().c_… local
172sizeGroup->addChild(CaseClass::createCase(testCtx, "samples_" + de::toString(samples), imageMSPara…
175 caseGroup->addChild(sizeGroup.release());
DvktPipelineMultisampleInterpolationTests.cpp1044 …de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, imageSizeStream.str().c_… in createMultisampleInterpolationTests() local
1046sizeGroup->addChild(multisample::MSCase<multisample::MSCaseInterpolateAtSampleSingleSample>::creat… in createMultisampleInterpolationTests()
1048 caseGroup->addChild(sizeGroup.release()); in createMultisampleInterpolationTests()
DvktPipelineRenderToImageTests.cpp1798 …MovePtr<tcu::TestCaseGroup> sizeGroup (new tcu::TestCaseGroup(group->getTestContext(), getSizeDesc… in addTestCasesWithFunctions() local
1812 …addFunctionCaseWithPrograms(sizeGroup.get(), getFormatString(colorFormat, depthStencilFormat[dsFor… in addTestCasesWithFunctions()
1814 hugeGroup->addChild(sizeGroup.release()); in addTestCasesWithFunctions()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp701 …de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, stream.str().c_str(), ""… in populateStorageImageWriteFormatGroup() local
703 …addFunctionCaseWithPrograms(sizeGroup.get(), "joint", "", checkSupport, initPrograms, testStorageI… in populateStorageImageWriteFormatGroup()
704 …addFunctionCaseWithPrograms(sizeGroup.get(), "disjoint", "", checkSupport, initPrograms, testStora… in populateStorageImageWriteFormatGroup()
706 formatGroup->addChild(sizeGroup.release()); in populateStorageImageWriteFormatGroup()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp831 …de::MovePtr<tcu::TestCaseGroup> sizeGroup (new tcu::TestCaseGroup(testCtx, ("size_" + string(all… in createAllocationTestsCommon() local
872 sizeGroup->addChild(orderGroup.release()); in createAllocationTestsCommon()
875 basicGroup->addChild(sizeGroup.release()); in createAllocationTestsCommon()
DvktMemoryMappingTests.cpp1844 …de::MovePtr<tcu::TestCaseGroup> sizeGroup (new tcu::TestCaseGroup(testCtx, ("size_" + de::toString… in createMappingTests() local
1859 addFunctionCase(sizeGroup.get(), name, name, checkSupport, testMemoryMapping, config); in createMappingTests()
1862 offsetGroup->addChild(sizeGroup.release()); in createMappingTests()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp1089 …tcu::TestCaseGroup* sizeGroup = new tcu::TestCaseGroup(m_testCtx, "size", "glTexStorage3D() with v… in init() local
1090 texStorageGroup->addChild(sizeGroup); in init()
1100sizeGroup->addChild(new BasicTexStorageCubeArrayCase(m_context, name.c_str(), "", format, size, la… in init()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp1914 … de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, size.name.c_str(), "")); in createChildren() local
1959 sizeGroup->addChild(sampleGroup.release()); in createChildren()
1961 renderGroup->addChild(sizeGroup.release()); in createChildren()
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp4410 …tcu::TestCaseGroup* sizeGroup = new tcu::TestCaseGroup(m_testCtx, "size", "glTexStorage2D() with v… in init() local
4411 texStorageGroup->addChild(sizeGroup); in init()
4421sizeGroup->addChild(new BasicTexStorage2DCase(m_context, name.c_str(), "", format, width, height, … in init()
4431sizeGroup->addChild(new BasicTexStorageCubeCase(m_context, name.c_str(), "", format, size, levels)… in init()
4512 …tcu::TestCaseGroup* sizeGroup = new tcu::TestCaseGroup(m_testCtx, "size", "glTexStorage2D() with v… in init() local
4513 texStorageGroup->addChild(sizeGroup); in init()
4524sizeGroup->addChild(new BasicTexStorage2DArrayCase(m_context, name.c_str(), "", format, width, hei… in init()
4536sizeGroup->addChild(new BasicTexStorage3DCase(m_context, name.c_str(), "", format, width, height, … in init()