Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1354 class CopyImageToImageTestCase : public vkt::TestCase class
1357 CopyImageToImageTestCase (tcu::TestContext& testCtx, in CopyImageToImageTestCase() function in vkt::api::__anon59af0e9c0111::CopyImageToImageTestCase
7080 group->addChild(new CopyImageToImageTestCase(testCtx, "whole_image", "Whole image", params)); in addImageToImageSimpleTests()
7113 …group->addChild(new CopyImageToImageTestCase(testCtx, "whole_image_diff_fromat", "Whole image with… in addImageToImageSimpleTests()
7146 group->addChild(new CopyImageToImageTestCase(testCtx, "partial_image", "Partial image", params)); in addImageToImageSimpleTests()
7223 group->addChild(new CopyImageToImageTestCase(testCtx, testCaseName, "", params)); in addImageToImageSimpleTests()
7265 group->addChild(new CopyImageToImageTestCase(testCtx, "depth", "With depth", params)); in addImageToImageSimpleTests()
7305 group->addChild(new CopyImageToImageTestCase(testCtx, "stencil", "With stencil", params)); in addImageToImageSimpleTests()
7340 …group->addChild(new CopyImageToImageTestCase(group->getTestContext(), testName, description, param… in addImageToImageAllFormatsColorSrcFormatDstFormatTests()
8043 … dstFormatGroup->addChild(new CopyImageToImageTestCase(testCtx, testName, description, params)); in addImageToImageDimensionsTests()
[all …]