Searched defs:CopyImageToBufferTestCase (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1349 class CopyImageToBufferTestCase : public vkt::TestCase class in namespace:vkt::api::__anon3720
1352 CopyImageToBufferTestCase (tcu::TestContext& testCtx, function in class:vkt::api::__anon3720::CopyImageToBufferTestCase
3872 imageToBufferTests->addChild(new CopyImageToBufferTestCase(testCtx, "whole", "Copy from image to buffer", params));
3896 imageToBufferTests->addChild(new CopyImageToBufferTestCase(testCtx, "buffer_offset", "Copy from image to buffer with buffer offset", params));
3933 imageToBufferTests->addChild(new CopyImageToBufferTestCase(testCtx, "regions", "Copy from image to buffer with multiple regions", params));

Completed in 1250 milliseconds