Home
last modified time | relevance | path

Searched refs:depthGroup (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp1616 …de::MovePtr<tcu::TestCaseGroup> depthGroup(new tcu::TestCaseGroup(testCtx, depthCases[depthNdx].na… in createBufferDeviceAddressTests() local
1660 depthGroup->addChild(baseGroup.release()); in createBufferDeviceAddressTests()
1662 setGroup->addChild(depthGroup.release()); in createBufferDeviceAddressTests()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFboRenderTest.cpp2175 …deqp::gles2::TestCaseGroup* depthGroup = new deqp::gles2::TestCaseGroup(m_context, "depth", "Depth… in init() local
2176 addChild(depthGroup); in init()
2177 addChildVariants<FboCases::IntersectingQuadsTest> (depthGroup); in init()
2178 addChildVariants<FboCases::IntersectingQuadsNpotTest> (depthGroup); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp5357 …tcu::TestCaseGroup* const depthGroup = new tcu::TestCaseGroup(m_testCtx, "depth", "Test bounding b… in init() local
5358 addChild(depthGroup); in init()
5365 depthGroup->addChild(group); in init()