Searched refs:MixedPipelinesCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTestsEXT.cpp | 3163 class MixedPipelinesCase : public MeshShaderMiscCase class 3166 MixedPipelinesCase (tcu::TestContext& testCtx, const std::string& name, ParamsPtr params) in MixedPipelinesCase() function in vkt::MeshShader::__anon28100::MixedPipelinesCase 3192 TestInstance* MixedPipelinesCase::createInstance (Context& context) const in createInstance() 3197 void MixedPipelinesCase::checkSupport (Context& context) const in checkSupport() 3208 void MixedPipelinesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 5261 miscTests->addChild(new MixedPipelinesCase(testCtx, "mixed_pipelines" + nameSuffix, std::move(paramsPtr))); in createMeshShaderMiscTestsEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTestsEXT.cpp | 3145 class MixedPipelinesCase : public MeshShaderMiscCase class 3148 MixedPipelinesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params) in MixedPipelinesCase() function in vkt::MeshShader::__anon29331::MixedPipelinesCase 3174 TestInstance* MixedPipelinesCase::createInstance (Context& context) const in createInstance() 3179 void MixedPipelinesCase::checkSupport (Context& context) const in checkSupport() 3190 void MixedPipelinesCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 5248 miscTests->addChild(new MixedPipelinesCase(testCtx, "mixed_pipelines" + nameSuffix, "Test mixing classic and mesh pipelines in the same render pass" + descSuffix, std::move(paramsPtr))); in createMeshShaderMiscTestsEXT()
|
Completed in 17 milliseconds