Searched refs:miscTests (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderMiscTests.cpp | 2547 GroupPtr miscTests (new tcu::TestCaseGroup(testCtx, "misc", "Mesh Shader Misc Tests")); in createMeshShaderMiscTests() local 2557 …miscTests->addChild(new ComplexTaskDataCase(testCtx, "complex_task_data", "Pass a complex structur… in createMeshShaderMiscTests() 2568 …miscTests->addChild(new SinglePointCase(testCtx, "single_point", "Draw a single point", std::move(… in createMeshShaderMiscTests() 2579 …miscTests->addChild(new SingleLineCase(testCtx, "single_line", "Draw a single line", std::move(par… in createMeshShaderMiscTests() 2590 …miscTests->addChild(new SingleTriangleCase(testCtx, "single_triangle", "Draw a single triangle", s… in createMeshShaderMiscTests() 2601 …miscTests->addChild(new MaxPointsCase(testCtx, "max_points", "Draw the maximum number of points", … in createMeshShaderMiscTests() 2612 …miscTests->addChild(new MaxLinesCase(testCtx, "max_lines", "Draw the maximum number of lines", std… in createMeshShaderMiscTests() 2623 …miscTests->addChild(new MaxTrianglesCase(testCtx, "max_triangles", "Draw the maximum number of tri… in createMeshShaderMiscTests() 2634 …miscTests->addChild(new LargeWorkGroupCase(testCtx, "many_task_work_groups", "Generate a large num… in createMeshShaderMiscTests() 2645 …miscTests->addChild(new LargeWorkGroupCase(testCtx, "many_mesh_work_groups", "Generate a large num… in createMeshShaderMiscTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTimestampTests.cpp | 3299 …de::MovePtr<tcu::TestCaseGroup> miscTests (new tcu::TestCaseGroup(testCtx, "misc_tests", "Misc tes… in createTimestampTests() local 3307 miscTests->addChild(new TimestampTest(testCtx, in createTimestampTests() 3313 miscTests->addChild(new TwoCmdBuffersTest(testCtx, in createTimestampTests() 3319 miscTests->addChild(new TwoCmdBuffersTest(testCtx, in createTimestampTests() 3325 miscTests->addChild(new TimestampTest(testCtx, in createTimestampTests() 3330 miscTests->addChild(new TwoCmdBuffersTest(testCtx, in createTimestampTests() 3336 miscTests->addChild(new TwoCmdBuffersTest(testCtx, in createTimestampTests() 3342 miscTests->addChild(new ResetTimestampQueryBeforeCopyTest(testCtx, in createTimestampTests() 3347 miscTests->addChild(new ConsistentQueryResultsTest(testCtx, in createTimestampTests() 3351 timestampTests->addChild(miscTests.release()); in createTimestampTests()
|
D | vktPipelineCacheTests.cpp | 2232 …de::MovePtr<tcu::TestCaseGroup> miscTests(new tcu::TestCaseGroup(testCtx, "misc_tests", "Misc test… in createCacheTests() local 2243 miscTests->addChild(new CacheHeaderTest(testCtx, in createCacheTests() 2248 miscTests->addChild(new InvalidSizeTest(testCtx, in createCacheTests() 2253 miscTests->addChild(new ZeroSizeTest(testCtx, in createCacheTests() 2258 miscTests->addChild(new InvalidBlobTest(testCtx, in createCacheTests() 2263 cacheTests->addChild(miscTests.release()); in createCacheTests()
|