Searched refs:drawGroup (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderApiTests.cpp | 734 GroupPtr drawGroup(new tcu::TestCaseGroup(testCtx, drawCaseName.c_str(), "")); in createMeshShaderApiTests() local 806 drawGroup->addChild(drawCountGroup.release()); in createMeshShaderApiTests() 809 mainGroup->addChild(drawGroup.release()); in createMeshShaderApiTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 3186 …MovePtr<tcu::TestCaseGroup> drawGroup (new tcu::TestCaseGroup(rootGroup->getTestContext(), "draw",… in createTestsInGroup() local 3189 …MovePtr<tcu::TestCaseGroup> aspectGroup (new tcu::TestCaseGroup(drawGroup->getTestContext(), getSt… in createTestsInGroup() 3231 drawGroup->addChild(aspectGroup.release()); in createTestsInGroup() 3233 rootGroup->addChild(drawGroup.release()); in createTestsInGroup()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 6489 …tcu::TestCaseGroup* const drawGroup = new tcu::TestCaseGroup(m_testCtx, "draw", "Time usage of fun… in init() local 6490 renderReferenceGroup->addChild(drawGroup); in init() 6493 …drawGroup->addChild(new ReferenceReadPixelsTimeCase (m_context, "read_pixels", "Measure time cons… in init() 6496 …drawGroup->addChild(new ReferenceRenderTimeCase (m_context, "draw_arrays", "Measure time consume… in init() 6497 …drawGroup->addChild(new ReferenceRenderTimeCase (m_context, "draw_elements", "Measure time consum… in init()
|