Searched refs:CustomAttributesCase (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 1792 class CustomAttributesCase : public MeshShaderMiscCase class 1795 CustomAttributesCase (tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) in CustomAttributesCase() function in vkt::MeshShader::__anon28099::CustomAttributesCase 1797 virtual ~CustomAttributesCase (void) {} in ~CustomAttributesCase() 1815 TestInstance* CustomAttributesCase::createInstance (Context& context) const in createInstance() 1820 void CustomAttributesCase::checkSupport (Context& context) const in checkSupport() 1828 void CustomAttributesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 5043 miscTests->addChild(new CustomAttributesCase(testCtx, name, std::move(paramsPtr)));
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 2014 class CustomAttributesCase : public MeshShaderMiscCase class 2017 CustomAttributesCase (tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) in CustomAttributesCase() function in vkt::MeshShader::__anon28100::CustomAttributesCase 2019 virtual ~CustomAttributesCase (void) {} in ~CustomAttributesCase() 2037 TestInstance* CustomAttributesCase::createInstance (Context& context) const in createInstance() 2042 void CustomAttributesCase::checkSupport (Context& context) const in checkSupport() 2050 void CustomAttributesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 5179 miscTests->addChild(new CustomAttributesCase(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 | 1792 class CustomAttributesCase : public MeshShaderMiscCase class 1795 CustomAttributesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params) in CustomAttributesCase() function in vkt::MeshShader::__anon29330::CustomAttributesCase 1797 virtual ~CustomAttributesCase (void) {} in ~CustomAttributesCase() 1815 TestInstance* CustomAttributesCase::createInstance (Context& context) const in createInstance() 1820 void CustomAttributesCase::checkSupport (Context& context) const in checkSupport() 1828 void CustomAttributesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 5037 miscTests->addChild(new CustomAttributesCase(testCtx, name, desc, std::move(paramsPtr)));
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 1996 class CustomAttributesCase : public MeshShaderMiscCase class 1999 CustomAttributesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params) in CustomAttributesCase() function in vkt::MeshShader::__anon29331::CustomAttributesCase 2001 virtual ~CustomAttributesCase (void) {} in ~CustomAttributesCase() 2019 TestInstance* CustomAttributesCase::createInstance (Context& context) const in createInstance() 2024 void CustomAttributesCase::checkSupport (Context& context) const in checkSupport() 2032 void CustomAttributesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 5165 miscTests->addChild(new CustomAttributesCase(testCtx, name, desc, std::move(paramsPtr))); in createMeshShaderMiscTestsEXT()
|
Completed in 32 milliseconds