Home
last modified time | relevance | path

Searched refs:smokeTests (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiSmokeTests.cpp899 …de::MovePtr<tcu::TestCaseGroup> smokeTests (new tcu::TestCaseGroup(testCtx, "smoke", "Smoke Tests"… in createSmokeTests() local
901 addFunctionCase (smokeTests.get(), "create_sampler", "", createSamplerTest); in createSmokeTests()
902 …addFunctionCaseWithPrograms (smokeTests.get(), "create_shader", "", createShaderProgs, createS… in createSmokeTests()
903 …addFunctionCaseWithPrograms (smokeTests.get(), "triangle", "", createTriangleProgs, renderTria… in createSmokeTests()
904 …addFunctionCaseWithPrograms (smokeTests.get(), "asm_triangle", "", createTriangleAsmProgs, rend… in createSmokeTests()
905 …addFunctionCaseWithPrograms (smokeTests.get(), "asm_triangle_no_opname", "", createProgsNoOpName, … in createSmokeTests()
906 …addFunctionCaseWithPrograms (smokeTests.get(), "unused_resolve_attachment", "", createTriangleProg… in createSmokeTests()
908 return smokeTests.release(); in createSmokeTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp899 …de::MovePtr<tcu::TestCaseGroup> smokeTests (new tcu::TestCaseGroup(testCtx, "smoke", "Smoke Tests"… in createSmokeTests() local
901 addFunctionCase (smokeTests.get(), "create_sampler", "", createSamplerTest); in createSmokeTests()
902 …addFunctionCaseWithPrograms (smokeTests.get(), "create_shader", "", createShaderProgs, createS… in createSmokeTests()
903 …addFunctionCaseWithPrograms (smokeTests.get(), "triangle", "", createTriangleProgs, renderTria… in createSmokeTests()
904 …addFunctionCaseWithPrograms (smokeTests.get(), "asm_triangle", "", createTriangleAsmProgs, rend… in createSmokeTests()
905 …addFunctionCaseWithPrograms (smokeTests.get(), "asm_triangle_no_opname", "", createProgsNoOpName, … in createSmokeTests()
906 …addFunctionCaseWithPrograms (smokeTests.get(), "unused_resolve_attachment", "", createTriangleProg… in createSmokeTests()
908 return smokeTests.release(); in createSmokeTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSmokeTests.cpp1125 GroupPtr smokeTests (new tcu::TestCaseGroup(testCtx, "smoke", "Mesh Shader Smoke Tests")); in createMeshShaderSmokeTests() local
1127 smokeTests->addChild(new MeshOnlyTriangleCase(testCtx, "mesh_shader_triangle", "")); in createMeshShaderSmokeTests()
1128 smokeTests->addChild(new MeshTaskTriangleCase(testCtx, "mesh_task_shader_triangle", "")); in createMeshShaderSmokeTests()
1129 smokeTests->addChild(new TaskOnlyTriangleCase(testCtx, "task_only_shader_triangle", "")); in createMeshShaderSmokeTests()
1131 …addFunctionCaseWithPrograms(smokeTests.get(), "fullscreen_gradient", "", checkMeshSupport, initGr… in createMeshShaderSmokeTests()
1132 …addFunctionCaseWithPrograms(smokeTests.get(), "fullscreen_gradient_fs2x2", "", checkMeshSupport, i… in createMeshShaderSmokeTests()
1133 …addFunctionCaseWithPrograms(smokeTests.get(), "fullscreen_gradient_fs2x1", "", checkMeshSupport, i… in createMeshShaderSmokeTests()
1135 return smokeTests.release(); in createMeshShaderSmokeTests()
DvktMeshShaderSmokeTestsEXT.cpp2045 GroupPtr smokeTests (new tcu::TestCaseGroup(testCtx, "smoke", "Mesh Shader Smoke Tests")); in createMeshShaderSmokeTestsEXT() local
2076 smokeTests->addChild(constructionGroup.release()); in createMeshShaderSmokeTestsEXT()
2079 return smokeTests.release(); in createMeshShaderSmokeTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderSmokeTests.cpp1125 GroupPtr smokeTests (new tcu::TestCaseGroup(testCtx, "smoke", "Mesh Shader Smoke Tests")); in createMeshShaderSmokeTests() local
1127 smokeTests->addChild(new MeshOnlyTriangleCase(testCtx, "mesh_shader_triangle", "")); in createMeshShaderSmokeTests()
1128 smokeTests->addChild(new MeshTaskTriangleCase(testCtx, "mesh_task_shader_triangle", "")); in createMeshShaderSmokeTests()
1129 smokeTests->addChild(new TaskOnlyTriangleCase(testCtx, "task_only_shader_triangle", "")); in createMeshShaderSmokeTests()
1131 …addFunctionCaseWithPrograms(smokeTests.get(), "fullscreen_gradient", "", checkMeshSupport, initGr… in createMeshShaderSmokeTests()
1132 …addFunctionCaseWithPrograms(smokeTests.get(), "fullscreen_gradient_fs2x2", "", checkMeshSupport, i… in createMeshShaderSmokeTests()
1133 …addFunctionCaseWithPrograms(smokeTests.get(), "fullscreen_gradient_fs2x1", "", checkMeshSupport, i… in createMeshShaderSmokeTests()
1135 return smokeTests.release(); in createMeshShaderSmokeTests()
DvktMeshShaderSmokeTestsEXT.cpp2045 GroupPtr smokeTests (new tcu::TestCaseGroup(testCtx, "smoke", "Mesh Shader Smoke Tests")); in createMeshShaderSmokeTestsEXT() local
2076 smokeTests->addChild(constructionGroup.release()); in createMeshShaderSmokeTestsEXT()
2079 return smokeTests.release(); in createMeshShaderSmokeTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp1301 …de::MovePtr<tcu::TestCaseGroup> smokeTests (new tcu::TestCaseGroup(textCtx, "smoke", "Synchroniza… in createSmokeTests() local
1303 addFunctionCaseWithPrograms(smokeTests.get(), "fences", "", buildShaders, testFences); in createSmokeTests()
1304 …addFunctionCaseWithPrograms(smokeTests.get(), "binary_semaphores", "", checkSupport, initShaders… in createSmokeTests()
1305 …addFunctionCaseWithPrograms(smokeTests.get(), "timeline_semaphores", "", checkSupport, initShaders… in createSmokeTests()
1307 return smokeTests.release(); in createSmokeTests()
1313 …de::MovePtr<tcu::TestCaseGroup> smokeTests (new tcu::TestCaseGroup(textCtx, "smoke", "Synchroniza… in createSynchronization2SmokeTests() local
1315 …addFunctionCaseWithPrograms(smokeTests.get(), "binary_semaphores", "", checkSupport, initShaders… in createSynchronization2SmokeTests()
1316 …addFunctionCaseWithPrograms(smokeTests.get(), "timeline_semaphores", "", checkSupport, initShaders… in createSynchronization2SmokeTests()
1318 return smokeTests.release(); in createSynchronization2SmokeTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp1301 …de::MovePtr<tcu::TestCaseGroup> smokeTests (new tcu::TestCaseGroup(textCtx, "smoke", "Synchroniza… in createSmokeTests() local
1303 addFunctionCaseWithPrograms(smokeTests.get(), "fences", "", buildShaders, testFences); in createSmokeTests()
1304 …addFunctionCaseWithPrograms(smokeTests.get(), "binary_semaphores", "", checkSupport, initShaders… in createSmokeTests()
1305 …addFunctionCaseWithPrograms(smokeTests.get(), "timeline_semaphores", "", checkSupport, initShaders… in createSmokeTests()
1307 return smokeTests.release(); in createSmokeTests()
1313 …de::MovePtr<tcu::TestCaseGroup> smokeTests (new tcu::TestCaseGroup(textCtx, "smoke", "Synchroniza… in createSynchronization2SmokeTests() local
1315 …addFunctionCaseWithPrograms(smokeTests.get(), "binary_semaphores", "", checkSupport, initShaders… in createSynchronization2SmokeTests()
1316 …addFunctionCaseWithPrograms(smokeTests.get(), "timeline_semaphores", "", checkSupport, initShaders… in createSynchronization2SmokeTests()
1318 return smokeTests.release(); in createSynchronization2SmokeTests()