Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp1292 class MaxMeshOutputComponentsCase : public vkt::TestCase class
1295MaxMeshOutputComponentsCase(tcu::TestContext &testCtx, const std::string &name) : vkt::TestCase(te… in MaxMeshOutputComponentsCase() function in vkt::MeshShader::__anon1a407c490111::MaxMeshOutputComponentsCase
1299 virtual ~MaxMeshOutputComponentsCase(void) in ~MaxMeshOutputComponentsCase()
1330 MaxMeshOutputComponentsCase::ParamsFromContext MaxMeshOutputComponentsCase::getParamsFromContext(Co… in getParamsFromContext()
1342 void MaxMeshOutputComponentsCase::checkSupport(Context &context) const in checkSupport()
1347 TestInstance *MaxMeshOutputComponentsCase::createInstance(Context &context) const in createInstance()
1355 void MaxMeshOutputComponentsCase::initPrograms(vk::SourceCollections &programCollection) const in initPrograms()
2393 mainGroup->addChild(new MaxMeshOutputComponentsCase(testCtx, "max_mesh_output_components")); in createMeshShaderPropertyTestsEXT()