Searched refs:factorGroup (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryDirectionTests.cpp | 567 GroupPtr factorGroup (new tcu::TestCaseGroup(testCtx, scaleName.c_str(), "")); in createDirectionLengthTests() local 595 factorGroup->addChild(new DirectionTestCase(testCtx, angleName, "", params)); in createDirectionLengthTests() 598 geomGroup->addChild(factorGroup.release()); in createDirectionLengthTests() 640 GroupPtr factorGroup (new tcu::TestCaseGroup(testCtx, scaleName.c_str(), "")); in createInsideAABBsTests() local 664 factorGroup->addChild(new DirectionTestCase(testCtx, angleName, "", params)); in createInsideAABBsTests() 667 rayEndGroup->addChild(factorGroup.release()); in createInsideAABBsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingDirectionTests.cpp | 720 GroupPtr factorGroup (new tcu::TestCaseGroup(testCtx, scaleName.c_str(), "")); in createDirectionLengthTests() local 749 factorGroup->addChild(new DirectionTestCase(testCtx, angleName, "", params)); in createDirectionLengthTests() 752 geomGroup->addChild(factorGroup.release()); in createDirectionLengthTests() 812 GroupPtr factorGroup (new tcu::TestCaseGroup(testCtx, scaleName.c_str(), "")); in createInsideAABBsTests() local 837 factorGroup->addChild(new DirectionTestCase(testCtx, angleName, "", params)); in createInsideAABBsTests() 840 rayEndGroup->addChild(factorGroup.release()); in createInsideAABBsTests()
|