Searched refs:sizeGroup (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleInterpolationTests.cpp | 1742 …de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, imageSizeStream.str().c_… in makeGroup() local 1749 …sizeGroup->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 1792 …sizeGroup->addChild(new multisample::MSCaseInterpolateAtSampleSingleSample(testCtx, "samples_" + d… in createMultisampleInterpolationTests() 1794 caseGroup->addChild(sizeGroup.release()); in createMultisampleInterpolationTests()
|
D | vktPipelineRenderToImageTests.cpp | 785 …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/ |
D | vktMemoryAllocationTests.cpp | 552 …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()
|
D | vktMemoryMappingTests.cpp | 1536 …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/ |
D | es31fTextureSpecificationTests.cpp | 1085 …tcu::TestCaseGroup* sizeGroup = new tcu::TestCaseGroup(m_testCtx, "size", "glTexStorage3D() with v… in init() local 1086 texStorageGroup->addChild(sizeGroup); in init() 1096 …sizeGroup->addChild(new BasicTexStorageCubeArrayCase(m_context, name.c_str(), "", format, size, la… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 4410 …tcu::TestCaseGroup* sizeGroup = new tcu::TestCaseGroup(m_testCtx, "size", "glTexStorage2D() with v… in init() local 4411 texStorageGroup->addChild(sizeGroup); in init() 4421 …sizeGroup->addChild(new BasicTexStorage2DCase(m_context, name.c_str(), "", format, width, height, … in init() 4431 …sizeGroup->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() 4524 …sizeGroup->addChild(new BasicTexStorage2DArrayCase(m_context, name.c_str(), "", format, width, hei… in init() 4536 …sizeGroup->addChild(new BasicTexStorage3DCase(m_context, name.c_str(), "", format, width, height, … in init()
|