Searched refs:geomGroup (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderBuiltinConstantTests.cpp | 404 tcu::TestCaseGroup* const geomGroup = new tcu::TestCaseGroup(m_testCtx, "geometry_shader", "GL_EXT_geometry_shader"); in init() member in deqp::gles31::Functional::tcu 405 addChild(geomGroup); in init() 408 geomGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, "GL_EXT_geometry_shader")); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryDirectionTests.cpp | 562 GroupPtr geomGroup (new tcu::TestCaseGroup(testCtx, gType.name)); in createDirectionLengthTests() 599 geomGroup->addChild(factorGroup.release()); in createDirectionLengthTests() 602 directionGroup->addChild(geomGroup.release()); in createDirectionLengthTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryDirectionTests.cpp | 561 GroupPtr geomGroup (new tcu::TestCaseGroup(testCtx, gType.name, "")); in createDirectionLengthTests() 598 geomGroup->addChild(factorGroup.release()); in createDirectionLengthTests() 601 directionGroup->addChild(geomGroup.release()); in createDirectionLengthTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDirectionTests.cpp | 715 GroupPtr geomGroup (new tcu::TestCaseGroup(testCtx, gType.name)); in createDirectionLengthTests() 753 geomGroup->addChild(factorGroup.release()); in createDirectionLengthTests() 756 stageGroup->addChild(geomGroup.release()); in createDirectionLengthTests()
|
H A D | vktRayTracingBuiltinTests.cpp | 4158 de::MovePtr<tcu::TestCaseGroup> geomGroup (new tcu::TestCaseGroup(testCtx, geomTypes[geomTypesNdx].name)); in createRayFlagsTests() 4236 geomGroup->addChild(rayFlagsGroup.release()); in createRayFlagsTests() 4239 group->addChild(geomGroup.release()); in createRayFlagsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDirectionTests.cpp | 714 GroupPtr geomGroup (new tcu::TestCaseGroup(testCtx, gType.name, "")); in createDirectionLengthTests() 752 geomGroup->addChild(factorGroup.release()); in createDirectionLengthTests() 755 stageGroup->addChild(geomGroup.release()); in createDirectionLengthTests()
|
H A D | vktRayTracingBuiltinTests.cpp | 2708 de::MovePtr<tcu::TestCaseGroup> geomGroup (new tcu::TestCaseGroup(testCtx, geomTypes[geomTypesNdx].name, "")); in createRayFlagsTests() 2785 geomGroup->addChild(rayFlagsGroup.release()); in createRayFlagsTests() 2788 group->addChild(geomGroup.release()); in createRayFlagsTests()
|
Completed in 24 milliseconds