Searched refs:SizeTest (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSizeTests.cpp | 170 class SizeTest : public TestCase class 179 SizeTest (tcu::TestContext& testCtx, 198 SizeTest::SizeTest (tcu::TestContext& testCtx, in SizeTest() function in vkt::image::__anon28032::SizeTest 218 void SizeTest::checkSupport (Context& context) const in checkSupport() 242 void SizeTest::initPrograms (SourceCollections& programCollection) const in initPrograms() 281 str << ((flags & SizeTest::FLAG_READONLY_IMAGE) != 0 ? "readonly_" : "") in getCaseName() 282 << ((flags & SizeTest::FLAG_WRITEONLY_IMAGE) != 0 ? "writeonly_" : ""); in getCaseName() 533 TestInstance* SizeTest::createInstance (Context& context) const in createInstance() 568 SizeTest in createImageSizeTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageSizeTests.cpp | 170 class SizeTest : public TestCase class 179 SizeTest (tcu::TestContext& testCtx, 199 SizeTest::SizeTest (tcu::TestContext& testCtx, in SizeTest() function in vkt::image::__anon29263::SizeTest 220 void SizeTest::checkSupport (Context& context) const in checkSupport() 244 void SizeTest::initPrograms (SourceCollections& programCollection) const in initPrograms() 283 str << ((flags & SizeTest::FLAG_READONLY_IMAGE) != 0 ? "readonly_" : "") in getCaseName() 284 << ((flags & SizeTest::FLAG_WRITEONLY_IMAGE) != 0 ? "writeonly_" : ""); in getCaseName() 535 TestInstance* SizeTest::createInstance (Context& context) const in createInstance() 570 SizeTest in createImageSizeTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 1229 class SizeTest : public vkt::TestCase class 1232 SizeTest(tcu::TestContext& testCtx, deUint32 size, const vk::ComputePipelineConstructionType computePipelineConstructionType) in SizeTest() function in vkt::compute::__anon27878::SizeTest 1270 void SizeTest::checkSupport(Context& context) const in checkSupport() 1281 void SizeTest::initPrograms(SourceCollections& sourceCollections) const in initPrograms() 1345 group->addChild(new SizeTest(group->getTestContext(), sizes[i], computePipelineConstructionType)); in AddSizeTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 1240 class SizeTest : public vkt::TestCase class 1243 SizeTest(tcu::TestContext& testCtx, deUint32 size) in SizeTest() function in vkt::compute::__anon29122::SizeTest 1276 void SizeTest::checkSupport(Context& context) const in checkSupport() 1285 void SizeTest::initPrograms(SourceCollections& sourceCollections) const in initPrograms() 1349 group->addChild(new SizeTest(group->getTestContext(), sizes[i])); in AddSizeTests()
|
Completed in 7 milliseconds