Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderApiTests.cpp734 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/
DvktPipelineMultisampleSampleLocationsExtTests.cpp3186 …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/
Des3pBufferDataUploadTests.cpp6489 …tcu::TestCaseGroup* const drawGroup = new tcu::TestCaseGroup(m_testCtx, "draw", "Time usage of fun… in init() local
6490 renderReferenceGroup->addChild(drawGroup); in init()
6493drawGroup->addChild(new ReferenceReadPixelsTimeCase (m_context, "read_pixels", "Measure time cons… in init()
6496drawGroup->addChild(new ReferenceRenderTimeCase (m_context, "draw_arrays", "Measure time consume… in init()
6497drawGroup->addChild(new ReferenceRenderTimeCase (m_context, "draw_elements", "Measure time consum… in init()