Searched refs:indirectGroup (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuiltinTests.cpp | 4351 void createIndirectTestCases(tcu::TestContext& testCtx, tcu::TestCaseGroup* indirectGroup, TestId id, const char* name) in createIndirectTestCases() argument 4399 indirectGroup->addChild(group.release()); in createIndirectTestCases() 4402 void createIndirectFlagsTestCases(tcu::TestContext& testCtx, tcu::TestCaseGroup* indirectGroup, TestId id, const char* name) in createIndirectFlagsTestCases() argument 4471 indirectGroup->addChild(testGroup.release()); in createIndirectFlagsTestCases() 4494 de::MovePtr<tcu::TestCaseGroup> indirectGroup (new tcu::TestCaseGroup(testCtx, "indirect")); in createIndirectTests() 4498 tests[testNdx].createTestsFunc(testCtx, indirectGroup.get(), tests[testNdx].id, tests[testNdx].name); in createIndirectTests() 4500 builtinGroup->addChild(indirectGroup.release()); in createIndirectTests()
|
Completed in 7 milliseconds