Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp236 class MaxDrawMeshTasksCountCase : public vkt::TestCase class
245 MaxDrawMeshTasksCountCase(tcu::TestContext &testCtx, const std::string &name, TestType testType) in MaxDrawMeshTasksCountCase() function in vkt::MeshShader::__anon81afd3f80111::MaxDrawMeshTasksCountCase
250 virtual ~MaxDrawMeshTasksCountCase(void) in ~MaxDrawMeshTasksCountCase()
264 void MaxDrawMeshTasksCountCase::checkSupport(Context &context) const in checkSupport()
273 TestInstance *MaxDrawMeshTasksCountCase::createInstance(Context &context) const in createInstance()
282 void MaxDrawMeshTasksCountCase::initPrograms(vk::SourceCollections &programCollection) const in initPrograms()
673 … mainGroup->addChild(new MaxDrawMeshTasksCountCase(testCtx, "max_draw_mesh_tasks_count_with_task", in createMeshShaderPropertyTests()
674 MaxDrawMeshTasksCountCase::TestType::TASK)); in createMeshShaderPropertyTests()
675 … mainGroup->addChild(new MaxDrawMeshTasksCountCase(testCtx, "max_draw_mesh_tasks_count_with_mesh", in createMeshShaderPropertyTests()
676 MaxDrawMeshTasksCountCase::TestType::MESH)); in createMeshShaderPropertyTests()