Searched refs:CopyImageToImageTestCase (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 1604 class CopyImageToImageTestCase : public vkt::TestCase class 1607 …CopyImageToImageTestCase(tcu::TestContext &testCtx, const std::string &name, const TestParams para… in CopyImageToImageTestCase() function in vkt::api::__anonbd1d8d730111::CopyImageToImageTestCase 9271 group->addChild(new CopyImageToImageTestCase(testCtx, "whole_image", params)); in addImageToImageSimpleTests() 9306 group->addChild(new CopyImageToImageTestCase(testCtx, "whole_image_diff_format", params)); in addImageToImageSimpleTests() 9341 group->addChild(new CopyImageToImageTestCase(testCtx, "partial_image", params)); in addImageToImageSimpleTests() 9412 group->addChild(new CopyImageToImageTestCase(testCtx, testCaseName, params)); in addImageToImageSimpleTests() 9455 group->addChild(new CopyImageToImageTestCase(testCtx, "depth", params)); in addImageToImageSimpleTests() 9496 group->addChild(new CopyImageToImageTestCase(testCtx, "stencil", params)); in addImageToImageSimpleTests() 9523 … group->addChild(new CopyImageToImageTestCase(group->getTestContext(), testName, params)); in addImageToImageAllFormatsColorSrcFormatDstFormatTests() 10704 … dstFormatGroup->addChild(new CopyImageToImageTestCase(testCtx, testName, params)); in addImageToImageDimensionsTests() [all …]
|