Searched refs:CopyImageToBufferTestCase (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemCopyImageToBufferTests.cpp | 77 class CopyImageToBufferTestCase : public TestCase class 80 …CopyImageToBufferTestCase(tcu::TestContext &testCtx, const std::string &name, vk::VkClearColorValu… in CopyImageToBufferTestCase() function in vkt::ProtectedMem::__anon2d7099120111::CopyImageToBufferTestCase 91 virtual ~CopyImageToBufferTestCase(void) in ~CopyImageToBufferTestCase() 354 copyStaticTests->addChild(new CopyImageToBufferTestCase<tcu::Vec4>( in createCopyImageToFloatBufferTests() 386 copyRandomTests->addChild(new CopyImageToBufferTestCase<tcu::Vec4>( in createCopyImageToFloatBufferTests()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 2642 class CopyImageToBufferTestCase : public vkt::TestCase class 2645 …CopyImageToBufferTestCase(tcu::TestContext &testCtx, const std::string &name, const TestParams par… in CopyImageToBufferTestCase() function in vkt::api::__anonbd1d8d730111::CopyImageToBufferTestCase 12561 group->addChild(new CopyImageToBufferTestCase(testCtx, "tightly_sized_buffer", params)); in add1dImageToBufferTests() 12591 group->addChild(new CopyImageToBufferTestCase(testCtx, "larger_buffer", params)); in add1dImageToBufferTests() 12632 … group->addChild(new CopyImageToBufferTestCase(testCtx, "array_tightly_sized_buffer", params)); in add1dImageToBufferTests() 12674 group->addChild(new CopyImageToBufferTestCase(testCtx, "array_larger_buffer", params)); in add1dImageToBufferTests() 12717 … group->addChild(new CopyImageToBufferTestCase(testCtx, "array_all_remaining_layers", params)); in add1dImageToBufferTests() 12760 … group->addChild(new CopyImageToBufferTestCase(testCtx, "array_not_all_remaining_layers", params)); in add1dImageToBufferTests() 12794 group->addChild(new CopyImageToBufferTestCase(testCtx, "whole", params)); in add2dImageToBufferTests() 12823 group->addChild(new CopyImageToBufferTestCase(testCtx, "buffer_offset", params)); in add2dImageToBufferTests() [all …]
|