/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.hpp | 187 de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, imageSizeStream.str().c_str())); 201 sizeGroup->addChild(CaseClass::createCase(testCtx, "samples_" + de::toString(samples), imageMSParams)); 204 caseGroup->addChild(sizeGroup.release());
|
H A D | vktPipelineMultisampleInterpolationTests.cpp | 1058 de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, imageSizeStream.str().c_str())); in createMultisampleInterpolationTests() 1068 sizeGroup->addChild(multisample::MSCase<multisample::MSCaseInterpolateAtSampleSingleSample>::createCase(testCtx, "samples_" + de::toString(1), imageParams)); in createMultisampleInterpolationTests() 1070 caseGroup->addChild(sizeGroup.release()); in createMultisampleInterpolationTests()
|
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 1480 de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, size.second, "")); in createCmdBindVertexBuffers2Tests() 1495 sizeGroup->addChild(new BindVertexBuffers2Case(testCtx, beyondType->second, pipelineConstructionType, p, true)); in createCmdBindVertexBuffers2Tests() 1502 sizeGroup->addChild(new BindVertexBuffers2Case(testCtx, beyondType.second, pipelineConstructionType, p, true)); in createCmdBindVertexBuffers2Tests() 1505 randomGroup->addChild(sizeGroup.release()); in createCmdBindVertexBuffers2Tests()
|
H A D | vktPipelineRenderToImageTests.cpp | 1853 MovePtr<tcu::TestCaseGroup> sizeGroup (new tcu::TestCaseGroup(group->getTestContext(), getSizeDescription(*sizeIter).c_str())); in addTestCasesWithFunctions() 1868 addFunctionCaseWithPrograms(sizeGroup.get(), getFormatString(colorFormat, depthStencilFormat[dsFormatNdx]), checkSupportAttachmentSize, initPrograms, testAttachmentSize, caseDef); in addTestCasesWithFunctions() 1870 hugeGroup->addChild(sizeGroup.release()); in addTestCasesWithFunctions()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.hpp | 170 de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, imageSizeStream.str().c_str(), "")); 183 sizeGroup->addChild(CaseClass::createCase(testCtx, "samples_" + de::toString(samples), imageMSParams)); 186 caseGroup->addChild(sizeGroup.release());
|
H A D | vktPipelineMultisampleInterpolationTests.cpp | 1056 de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, imageSizeStream.str().c_str(), "")); in createMultisampleInterpolationTests() 1065 sizeGroup->addChild(multisample::MSCase<multisample::MSCaseInterpolateAtSampleSingleSample>::createCase(testCtx, "samples_" + de::toString(1), imageParams)); in createMultisampleInterpolationTests() 1067 caseGroup->addChild(sizeGroup.release()); in createMultisampleInterpolationTests()
|
H A D | vktPipelineRenderToImageTests.cpp | 1726 MovePtr<tcu::TestCaseGroup> sizeGroup (new tcu::TestCaseGroup(group->getTestContext(), getSizeDescription(*sizeIter).c_str(), "")); in addTestCasesWithFunctions() 1741 addFunctionCaseWithPrograms(sizeGroup.get(), getFormatString(colorFormat, depthStencilFormat[dsFormatNdx]), "", checkSupportAttachmentSize, initPrograms, testAttachmentSize, caseDef); in addTestCasesWithFunctions() 1743 hugeGroup->addChild(sizeGroup.release()); in addTestCasesWithFunctions()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktCommandPoolMemoryReservationTests.cpp | 337 de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, reservedSizes[sizeIdx].name)); in createCommandPoolMemoryReservationTests() 369 sizeGroup->addChild(simGroup.release()); in createCommandPoolMemoryReservationTests() 371 cbGroup->addChild(sizeGroup.release()); in createCommandPoolMemoryReservationTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktCommandPoolMemoryReservationTests.cpp | 336 de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, reservedSizes[sizeIdx].name, "")); in createCommandPoolMemoryReservationTests() 368 sizeGroup->addChild(simGroup.release()); in createCommandPoolMemoryReservationTests() 370 cbGroup->addChild(sizeGroup.release()); in createCommandPoolMemoryReservationTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrStorageImageWriteTests.cpp | 672 de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, stream.str().c_str(), "")); 674 addFunctionCaseWithPrograms(sizeGroup.get(), "joint", "", checkSupport, initPrograms, testStorageImageWrite, TestParameters(format, imageSize, 0u)); 675 addFunctionCaseWithPrograms(sizeGroup.get(), "disjoint", "", checkSupport, initPrograms, testStorageImageWrite, TestParameters(format, imageSize, (VkImageCreateFlags)VK_IMAGE_CREATE_DISJOINT_BIT)); 677 formatGroup->addChild(sizeGroup.release());
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrStorageImageWriteTests.cpp | 759 de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, stream.str().c_str())); 761 addFunctionCaseWithPrograms(sizeGroup.get(), "joint", checkSupport, initPrograms, testStorageImageWrite, TestParameters(format, imageSize, 0u)); 762 addFunctionCaseWithPrograms(sizeGroup.get(), "disjoint", checkSupport, initPrograms, testStorageImageWrite, TestParameters(format, imageSize, (VkImageCreateFlags)(VK_IMAGE_CREATE_DISJOINT_BIT | VK_IMAGE_CREATE_EXTENDED_USAGE_BIT))); 764 formatGroup->addChild(sizeGroup.release());
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 2029 tcu::TestCaseGroup* const sizeGroup = new tcu::TestCaseGroup(testCtx, size.name); in testGenerator() member in vkt::image::__anon28015::tcu 2065 sizeGroup->addChild(sparseGroup); in testGenerator() 2067 mipLevelRegionCountPaddingGroup->addChild(sizeGroup); in testGenerator() 2172 tcu::TestCaseGroup* const sizeGroup = new tcu::TestCaseGroup(testCtx, size.name); in testGenerator() member in vkt::image::__anon28015::tcu 2176 sizeGroup->addChild(new PreinitializedTestCase(testCtx, formatName.c_str(), format.format, srcLayout.layout, dstLayout.layout, size.size, size.layerCount, imageToImage.imageToImageCopy, imageToImage.memcpy, tiling.tiling)); in testGenerator() 2178 dstLayoutGroup->addChild(sizeGroup); in testGenerator()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAllocationTests.cpp | 980 de::MovePtr<tcu::TestCaseGroup> sizeGroup (new tcu::TestCaseGroup(testCtx, ("size_" + string(allocationSizeName)).c_str())); 1020 sizeGroup->addChild(orderGroup.release()); 1023 basicGroup->addChild(sizeGroup.release());
|
H A D | vktMemoryMappingTests.cpp | 1997 de::MovePtr<tcu::TestCaseGroup> sizeGroup (new tcu::TestCaseGroup(testCtx, ("size_" + de::toString(size)).c_str())); 2016 addFunctionCase(sizeGroup.get(), name, checkSupport, testMemoryMapping, config); 2020 offsetGroup->addChild(sizeGroup.release());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAllocationTests.cpp | 976 de::MovePtr<tcu::TestCaseGroup> sizeGroup (new tcu::TestCaseGroup(testCtx, ("size_" + string(allocationSizeName)).c_str(), ("Test different allocation sizes " + de::toString(allocationSize)).c_str())); 1017 sizeGroup->addChild(orderGroup.release()); 1020 basicGroup->addChild(sizeGroup.release());
|
H A D | vktMemoryMappingTests.cpp | 1907 de::MovePtr<tcu::TestCaseGroup> sizeGroup (new tcu::TestCaseGroup(testCtx, ("size_" + de::toString(size)).c_str(), "")); 1922 addFunctionCase(sizeGroup.get(), name, name, checkSupport, testMemoryMapping, config); 1925 offsetGroup->addChild(sizeGroup.release());
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureSpecificationTests.cpp | 1089 tcu::TestCaseGroup* sizeGroup = new tcu::TestCaseGroup(m_testCtx, "size", "glTexStorage3D() with various sizes"); in init() local 1090 texStorageGroup->addChild(sizeGroup); in init() 1100 sizeGroup->addChild(new BasicTexStorageCubeArrayCase(m_context, name.c_str(), "", format, size, layers, levels)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 2916 de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, size.name.c_str())); in createChildren() 2982 sizeGroup->addChild(sampleGroup.release()); in createChildren() 2984 renderGroup->addChild(sizeGroup.release()); in createChildren()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 2823 de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, size.name.c_str(), "")); in createChildren() 2875 sizeGroup->addChild(sampleGroup.release()); in createChildren() 2877 renderGroup->addChild(sizeGroup.release()); in createChildren()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 4530 tcu::TestCaseGroup* sizeGroup = new tcu::TestCaseGroup(m_testCtx, "size", "glTexStorage2D() with various sizes"); in init() local 4531 texStorageGroup->addChild(sizeGroup); in init() 4541 sizeGroup->addChild(new BasicTexStorage2DCase(m_context, name.c_str(), "", format, width, height, levels)); in init() 4551 sizeGroup->addChild(new BasicTexStorageCubeCase(m_context, name.c_str(), "", format, size, levels)); in init() 4632 tcu::TestCaseGroup* sizeGroup = new tcu::TestCaseGroup(m_testCtx, "size", "glTexStorage2D() with various sizes"); in init() local 4633 texStorageGroup->addChild(sizeGroup); in init() 4644 sizeGroup->addChild(new BasicTexStorage2DArrayCase(m_context, name.c_str(), "", format, width, height, layers, levels)); in init() 4656 sizeGroup->addChild(new BasicTexStorage3DCase(m_context, name.c_str(), "", format, width, height, depth, levels)); in init()
|