Searched refs:drawTypeGroup (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawIndirectTest.cpp | 1299 tcu::TestCaseGroup* drawTypeGroup = new tcu::TestCaseGroup(m_testCtx, drawTypeStr.c_str()); in init() local 1364 drawTypeGroup->addChild(indirectDrawGroup); in init() 1365 drawTypeGroup->addChild(indirectDrawCountGroup); in init() 1366 drawTypeGroup->addChild(indirectDrawParamCountGroup); in init() 1367 drawTypeGroup->addChild(indirectDrawMultiviewGroup); in init() 1408 drawTypeGroup->addChild(indirectDrawFirstInstanceGroup); in init() 1409 drawTypeGroup->addChild(indirectDrawCountFirstInstanceGroup); in init() 1410 drawTypeGroup->addChild(indirectDrawParamCountFirstInstanceGroup); in init() 1505 drawTypeGroup->addChild(indirectDrawInstancedGroup); in init() 1506 drawTypeGroup in init() [all...] |
H A D | vktDrawMultiExtTests.cpp | 1449 GroupPtr drawTypeGroup(new tcu::TestCaseGroup(testCtx, drawGroupName.c_str())); in createDrawMultiExtTests() 1525 drawTypeGroup->addChild(drawCountGroup.release()); in createDrawMultiExtTests() 1528 meshTypeGroup->addChild(drawTypeGroup.release()); in createDrawMultiExtTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawIndirectTest.cpp | 1199 tcu::TestCaseGroup* drawTypeGroup = new tcu::TestCaseGroup(m_testCtx, drawTypeStr.c_str(), ("Draws geometry using " + drawTypeStr + "draw call").c_str()); in init() local 1236 drawTypeGroup->addChild(indirectDrawGroup); in init() 1237 drawTypeGroup->addChild(indirectDrawCountGroup); in init() 1238 drawTypeGroup->addChild(indirectDrawParamCountGroup); in init() 1277 drawTypeGroup->addChild(indirectDrawFirstInstanceGroup); in init() 1278 drawTypeGroup->addChild(indirectDrawCountFirstInstanceGroup); in init() 1279 drawTypeGroup->addChild(indirectDrawParamCountFirstInstanceGroup); in init() 1370 drawTypeGroup->addChild(indirectDrawInstancedGroup); in init() 1371 drawTypeGroup->addChild(indirectDrawCountInstancedGroup); in init() 1372 drawTypeGroup in init() [all...] |
H A D | vktDrawMultiExtTests.cpp | 1447 GroupPtr drawTypeGroup(new tcu::TestCaseGroup(testCtx, drawGroupName.c_str(), "")); in createDrawMultiExtTests() 1523 drawTypeGroup->addChild(drawCountGroup.release()); in createDrawMultiExtTests() 1526 meshTypeGroup->addChild(drawTypeGroup.release()); in createDrawMultiExtTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 628 GroupPtr drawTypeGroup (new tcu::TestCaseGroup(testCtx, drawTypeCase.name)); in createMeshShaderConditionalRenderingTestsEXT() 678 drawTypeGroup->addChild(cmdBufferTypeGroup.release()); in createMeshShaderConditionalRenderingTestsEXT() 681 mainGroup->addChild(drawTypeGroup.release()); in createMeshShaderConditionalRenderingTestsEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 628 GroupPtr drawTypeGroup (new tcu::TestCaseGroup(testCtx, drawTypeCase.name, "")); in createMeshShaderConditionalRenderingTestsEXT() 678 drawTypeGroup->addChild(cmdBufferTypeGroup.release()); in createMeshShaderConditionalRenderingTestsEXT() 681 mainGroup->addChild(drawTypeGroup.release()); in createMeshShaderConditionalRenderingTestsEXT()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pDrawCallBatchingTests.cpp | 1013 TestCaseGroup* drawTypeGroup = new TestCaseGroup(m_context, (string(dynamicIndices ? "dynamic_" : "") + (useIndexBuffer ? "buffer_" : "" ) + (drawElements ? "draw_elements" : "draw_arrays")).c_str(), (string("Test batched rendering with ") + (drawElements ? "draw_elements" : "draw_arrays")).c_str()); in init() local 1015 addChild(drawTypeGroup); in init() 1028 drawTypeGroup->addChild(callCountGroup); in init()
|
Completed in 18 milliseconds