Searched refs:CopyImageToBufferTestCase (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemCopyImageToBufferTests.cpp | 78 class CopyImageToBufferTestCase : public TestCase class 81 CopyImageToBufferTestCase (tcu::TestContext& testCtx, in CopyImageToBufferTestCase() function in vkt::ProtectedMem::__anonca5746fb0111::CopyImageToBufferTestCase 94 virtual ~CopyImageToBufferTestCase (void) {} in ~CopyImageToBufferTestCase() 369 …copyStaticTests->addChild(new CopyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), testData… in createCopyImageToFloatBufferTests() 397 …copyRandomTests->addChild(new CopyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), clearVal… in createCopyImageToFloatBufferTests()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiCopiesAndBlittingTests.cpp | 2323 class CopyImageToBufferTestCase : public vkt::TestCase class 2326 CopyImageToBufferTestCase (tcu::TestContext& testCtx, in CopyImageToBufferTestCase() function in vkt::api::__anon59af0e9c0111::CopyImageToBufferTestCase 9273 …group->addChild(new CopyImageToBufferTestCase(testCtx, "whole", "Copy from image to buffer", param… in addImageToBufferTests() 9301 …group->addChild(new CopyImageToBufferTestCase(testCtx, "buffer_offset", "Copy from image to buffer… in addImageToBufferTests() 9329 …group->addChild(new CopyImageToBufferTestCase(testCtx, "buffer_offset_relaxed", "Copy from image t… in addImageToBufferTests() 9370 …group->addChild(new CopyImageToBufferTestCase(testCtx, "regions", "Copy from image to buffer with … in addImageToBufferTests() 9398 …group->addChild(new CopyImageToBufferTestCase(testCtx, "tightly_sized_buffer", "Copy from image to… in addImageToBufferTests() 9426 …group->addChild(new CopyImageToBufferTestCase(testCtx, "tightly_sized_buffer_offset", "Copy from i… in addImageToBufferTests() 9465 …group->addChild(new CopyImageToBufferTestCase(testCtx, "array", "Copy each layer from array to buf… in addImageToBufferTests() 9504 …group->addChild(new CopyImageToBufferTestCase(testCtx, "array_tightly_sized_buffer", "Copy each la… in addImageToBufferTests()
|