Searched refs:NoPrimitivesCase (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 1250 class NoPrimitivesCase : public MeshShaderMiscCase class 1253 NoPrimitivesCase (tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) in NoPrimitivesCase() function in vkt::MeshShader::__anon28099::NoPrimitivesCase 1277 TestInstance* NoPrimitivesCase::createInstance (Context& context) const in createInstance() 1282 void NoPrimitivesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 1311 class NoPrimitivesExtraWritesCase : public NoPrimitivesCase 1315 : NoPrimitivesCase (testCtx, name, std::move(params)) in NoPrimitivesExtraWritesCase() 4976 : (new NoPrimitivesCase(testCtx, name, std::move(paramsPtr))));
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 1342 class NoPrimitivesCase : public MeshShaderMiscCase class 1345 NoPrimitivesCase (tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) in NoPrimitivesCase() function in vkt::MeshShader::__anon28100::NoPrimitivesCase 1369 TestInstance* NoPrimitivesCase::createInstance (Context& context) const in createInstance() 1374 void NoPrimitivesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 1404 class NoPrimitivesExtraWritesCase : public NoPrimitivesCase 1408 : NoPrimitivesCase (testCtx, name, std::move(params)) in NoPrimitivesExtraWritesCase() 5112 : (new NoPrimitivesCase(testCtx, name, std::move(paramsPtr)))); in createMeshShaderMiscTestsEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 1250 class NoPrimitivesCase : public MeshShaderMiscCase class 1253 NoPrimitivesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params) in NoPrimitivesCase() function in vkt::MeshShader::__anon29330::NoPrimitivesCase 1277 TestInstance* NoPrimitivesCase::createInstance (Context& context) const in createInstance() 1282 void NoPrimitivesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 1311 class NoPrimitivesExtraWritesCase : public NoPrimitivesCase 1315 : NoPrimitivesCase (testCtx, name, description, std::move(params)) in NoPrimitivesExtraWritesCase() 4967 : (new NoPrimitivesCase(testCtx, name, desc, std::move(paramsPtr))));
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 1324 class NoPrimitivesCase : public MeshShaderMiscCase class 1327 NoPrimitivesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params) in NoPrimitivesCase() function in vkt::MeshShader::__anon29331::NoPrimitivesCase 1351 TestInstance* NoPrimitivesCase::createInstance (Context& context) const in createInstance() 1356 void NoPrimitivesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 1386 class NoPrimitivesExtraWritesCase : public NoPrimitivesCase 1390 : NoPrimitivesCase (testCtx, name, description, std::move(params)) in NoPrimitivesExtraWritesCase() 5095 : (new NoPrimitivesCase(testCtx, name, desc, std::move(paramsPtr)))); in createMeshShaderMiscTestsEXT()
|
Completed in 41 milliseconds