/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBase.hpp | 165 …de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, imageSizeStream.str().c_… local 172 …sizeGroup->addChild(CaseClass::createCase(testCtx, "samples_" + de::toString(samples), imageMSPara… 175 caseGroup->addChild(sizeGroup.release());
|
D | vktPipelineMultisampleInterpolationTests.cpp | 1044 …de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, imageSizeStream.str().c_… in createMultisampleInterpolationTests() local 1046 …sizeGroup->addChild(multisample::MSCase<multisample::MSCaseInterpolateAtSampleSingleSample>::creat… in createMultisampleInterpolationTests() 1048 caseGroup->addChild(sizeGroup.release()); in createMultisampleInterpolationTests()
|
D | vktPipelineRenderToImageTests.cpp | 1798 …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/ |
D | vktYCbCrStorageImageWriteTests.cpp | 701 …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/ |
D | vktMemoryAllocationTests.cpp | 831 …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()
|
D | vktMemoryMappingTests.cpp | 1844 …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/ |
D | es31fTextureSpecificationTests.cpp | 1089 …tcu::TestCaseGroup* sizeGroup = new tcu::TestCaseGroup(m_testCtx, "size", "glTexStorage3D() with v… in init() local 1090 texStorageGroup->addChild(sizeGroup); in init() 1100 …sizeGroup->addChild(new BasicTexStorageCubeArrayCase(m_context, name.c_str(), "", format, size, la… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 1914 … 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/ |
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()
|