Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemCopyBufferToImageTests.cpp75 class CopyBufferToImageTestCase : public TestCase class
78 CopyBufferToImageTestCase (tcu::TestContext& testCtx, in CopyBufferToImageTestCase() function in vkt::ProtectedMem::__anonf96cee5b0111::CopyBufferToImageTestCase
91 virtual ~CopyBufferToImageTestCase (void) {} in ~CopyBufferToImageTestCase()
378 …copyStaticTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), testData[ndx].fillV… in createCopyBufferToImageTests()
405 …copyRandomTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), fillValue.uint, dat… in createCopyBufferToImageTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2553 class CopyBufferToImageTestCase : public vkt::TestCase class
2556 CopyBufferToImageTestCase (tcu::TestContext& testCtx, in CopyBufferToImageTestCase() function in vkt::api::__anon59af0e9c0111::CopyBufferToImageTestCase
2564 virtual ~CopyBufferToImageTestCase (void) {} in ~CopyBufferToImageTestCase()
9697 …group->addChild(new CopyBufferToImageTestCase(testCtx, "whole", "Copy from buffer to image", param… in addBufferToImageTests()
9728 …group->addChild(new CopyBufferToImageTestCase(testCtx, "regions", "Copy from buffer to image with … in addBufferToImageTests()
9756 …group->addChild(new CopyBufferToImageTestCase(testCtx, "buffer_offset", "Copy from buffer to image… in addBufferToImageTests()
9784 …group->addChild(new CopyBufferToImageTestCase(testCtx, "buffer_offset_relaxed", "Copy from buffer … in addBufferToImageTests()
9812 …group->addChild(new CopyBufferToImageTestCase(testCtx, "tightly_sized_buffer", "Copy from buffer t… in addBufferToImageTests()
9840 …group->addChild(new CopyBufferToImageTestCase(testCtx, "tightly_sized_buffer_offset", "Copy from b… in addBufferToImageTests()
9879 …group->addChild(new CopyBufferToImageTestCase(testCtx, "array", "Copy from a different part of the… in addBufferToImageTests()
[all …]