Searched refs:indexTypeGroup (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fPrimitiveRestartTests.cpp | 698 TestCaseGroup* indexTypeGroup = new TestCaseGroup(m_context, indexTypeName, ""); in init() local 699 primTypeGroup->addChild(indexTypeGroup); in init() 710 indexTypeGroup->addChild(new PrimitiveRestartCase(m_context, in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 3980 de::MovePtr<tcu::TestCaseGroup> indexTypeGroup(new tcu::TestCaseGroup(ctx, indexFormats[indexFormatIdx].name.c_str())); in addInstanceTriangleCullingTests() 4013 indexTypeGroup->addChild(new RayQueryASBasicTestCase(ctx, testName.c_str(), testParams)); in addInstanceTriangleCullingTests() 4016 buildTypeGroup->addChild(indexTypeGroup.release()); in addInstanceTriangleCullingTests() 4161 de::MovePtr<tcu::TestCaseGroup> indexTypeGroup(new tcu::TestCaseGroup(ctx, indexFormats[indexFormatIdx].name.c_str())); in addEmptyAccelerationStructureTests() 4190 indexTypeGroup->addChild(new RayQueryASBasicTestCase(ctx, emptyCases[emptyCaseIdx].name.c_str(), testParams)); in addEmptyAccelerationStructureTests() 4192 buildTypeGroup->addChild(indexTypeGroup.release()); in addEmptyAccelerationStructureTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 3920 de::MovePtr<tcu::TestCaseGroup> indexTypeGroup(new tcu::TestCaseGroup(ctx, indexFormats[indexFormatIdx].name.c_str(), "")); in addInstanceTriangleCullingTests() 3951 indexTypeGroup->addChild(new RayQueryASBasicTestCase(ctx, testName.c_str(), "", testParams)); in addInstanceTriangleCullingTests() 3954 buildTypeGroup->addChild(indexTypeGroup.release()); in addInstanceTriangleCullingTests() 4037 de::MovePtr<tcu::TestCaseGroup> indexTypeGroup(new tcu::TestCaseGroup(ctx, indexFormats[indexFormatIdx].name.c_str(), "")); in addEmptyAccelerationStructureTests() 4064 indexTypeGroup->addChild(new RayQueryASBasicTestCase(ctx, emptyCases[emptyCaseIdx].name.c_str(), "", testParams)); in addEmptyAccelerationStructureTests() 4066 buildTypeGroup->addChild(indexTypeGroup.release()); in addEmptyAccelerationStructureTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 5331 de::MovePtr<tcu::TestCaseGroup> indexTypeGroup(new tcu::TestCaseGroup(ctx, indexFormats[indexFormatIdx].name.c_str())); in addInstanceTriangleCullingTests() 5367 indexTypeGroup->addChild(new RayTracingASBasicTestCase(ctx, testName.c_str(), testParams)); in addInstanceTriangleCullingTests() 5370 buildTypeGroup->addChild(indexTypeGroup.release()); in addInstanceTriangleCullingTests() 5426 de::MovePtr<tcu::TestCaseGroup> indexTypeGroup(new tcu::TestCaseGroup(ctx, indexFormats[indexFormatIdx].name.c_str())); in addEmptyAccelerationStructureTests() 5459 indexTypeGroup->addChild(new RayTracingASBasicTestCase(ctx, emptyCases[emptyCaseIdx].name.c_str(), testParams)); in addEmptyAccelerationStructureTests() 5461 buildTypeGroup->addChild(indexTypeGroup.release()); in addEmptyAccelerationStructureTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 4780 de::MovePtr<tcu::TestCaseGroup> indexTypeGroup(new tcu::TestCaseGroup(ctx, indexFormats[indexFormatIdx].name.c_str(), "")); in addInstanceTriangleCullingTests() 4813 indexTypeGroup->addChild(new RayTracingASBasicTestCase(ctx, testName.c_str(), "", testParams)); in addInstanceTriangleCullingTests() 4816 buildTypeGroup->addChild(indexTypeGroup.release()); in addInstanceTriangleCullingTests() 4872 de::MovePtr<tcu::TestCaseGroup> indexTypeGroup(new tcu::TestCaseGroup(ctx, indexFormats[indexFormatIdx].name.c_str(), "")); in addEmptyAccelerationStructureTests() 4902 indexTypeGroup->addChild(new RayTracingASBasicTestCase(ctx, emptyCases[emptyCaseIdx].name.c_str(), "", testParams)); in addEmptyAccelerationStructureTests() 4904 buildTypeGroup->addChild(indexTypeGroup.release()); in addEmptyAccelerationStructureTests()
|
Completed in 32 milliseconds