Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp1742 …de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, imageSizeStream.str().c_… in makeGroup() local
1749sizeGroup->addChild(createCaseFuncPtr(testCtx, "samples_" + de::toString(samples), imageMSParams)); in makeGroup()
1752 caseGroup->addChild(sizeGroup.release()); in makeGroup()
1790 …de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, imageSizeStream.str().c_… in createMultisampleInterpolationTests() local
1792sizeGroup->addChild(new multisample::MSCaseInterpolateAtSampleSingleSample(testCtx, "samples_" + d… in createMultisampleInterpolationTests()
1794 caseGroup->addChild(sizeGroup.release()); in createMultisampleInterpolationTests()
DvktPipelineRenderToImageTests.cpp785 …MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(group->getTestContext(), getSizeStrin… in addTestCasesWithFunctions() local
788 …addFunctionCaseWithPrograms(sizeGroup.get(), getFormatString(format[formatNdx]).c_str(), "", initP… in addTestCasesWithFunctions()
790 imageGroup->addChild(sizeGroup.release()); in addTestCasesWithFunctions()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp552 …de::MovePtr<tcu::TestCaseGroup> sizeGroup (new tcu::TestCaseGroup(testCtx, ("size_" + string(all… in createAllocationTests() local
593 sizeGroup->addChild(orderGroup.release()); in createAllocationTests()
596 basicGroup->addChild(sizeGroup.release()); in createAllocationTests()
DvktMemoryMappingTests.cpp1536 …de::MovePtr<tcu::TestCaseGroup> sizeGroup (new tcu::TestCaseGroup(testCtx, ("size_" + de::toString… in createMappingTests() local
1545 addFunctionCase(sizeGroup.get(), name, name, testMemoryMapping, config); in createMappingTests()
1548 offsetGroup->addChild(sizeGroup.release()); in createMappingTests()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp1085 …tcu::TestCaseGroup* sizeGroup = new tcu::TestCaseGroup(m_testCtx, "size", "glTexStorage3D() with v… in init() local
1086 texStorageGroup->addChild(sizeGroup); in init()
1096sizeGroup->addChild(new BasicTexStorageCubeArrayCase(m_context, name.c_str(), "", format, size, la… in init()
/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()