Searched refs:indexTypeGroup (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles3/functional/ |
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()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingAccelerationStructuresTests.cpp | 2854 …de::MovePtr<tcu::TestCaseGroup> indexTypeGroup(new tcu::TestCaseGroup(ctx, indexFormats[indexForma… in addInstanceTriangleCullingTests() local 2885 indexTypeGroup->addChild(new RayTracingASBasicTestCase(ctx, testName.c_str(), "", testParams)); in addInstanceTriangleCullingTests() 2888 buildTypeGroup->addChild(indexTypeGroup.release()); in addInstanceTriangleCullingTests() 2944 …de::MovePtr<tcu::TestCaseGroup> indexTypeGroup(new tcu::TestCaseGroup(ctx, indexFormats[indexForma… in addEmptyAccelerationStructureTests() local 2971 …indexTypeGroup->addChild(new RayTracingASBasicTestCase(ctx, emptyCases[emptyCaseIdx].name.c_str(),… in addEmptyAccelerationStructureTests() 2973 buildTypeGroup->addChild(indexTypeGroup.release()); in addEmptyAccelerationStructureTests()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryAccelerationStructuresTests.cpp | 3897 …de::MovePtr<tcu::TestCaseGroup> indexTypeGroup(new tcu::TestCaseGroup(ctx, indexFormats[indexForma… in addInstanceTriangleCullingTests() local 3928 indexTypeGroup->addChild(new RayQueryASBasicTestCase(ctx, testName.c_str(), "", testParams)); in addInstanceTriangleCullingTests() 3931 buildTypeGroup->addChild(indexTypeGroup.release()); in addInstanceTriangleCullingTests() 4014 …de::MovePtr<tcu::TestCaseGroup> indexTypeGroup(new tcu::TestCaseGroup(ctx, indexFormats[indexForma… in addEmptyAccelerationStructureTests() local 4041 …indexTypeGroup->addChild(new RayQueryASBasicTestCase(ctx, emptyCases[emptyCaseIdx].name.c_str(), "… in addEmptyAccelerationStructureTests() 4043 buildTypeGroup->addChild(indexTypeGroup.release()); in addEmptyAccelerationStructureTests()
|