Lines Matching defs:description
300 , description (std::move(description_))
306 const std::string description;
315 , description (std::move(description_))
327 const std::string description;
344 , description (std::move(description_))
352 const std::string description;
366 // This will NOT compare stats and IRs, only flags, name, description and subgroup sizes.
369 return (a.stageFlags == b.stageFlags && a.name == b.name && a.description == b.description && a.subgroupSize == b.subgroupSize);
383 << "description=\"" << prop.description << "\", "
459 properties.emplace_back(prop.stages, prop.name, prop.description, prop.subgroupSize);
479 properties[exeIdx].addStat(PipelineExecutableStat(stat.name, stat.description, stat.format, stat.value));
519 properties[exeIdx].addIR(PipelineExecutableInternalRepresentation(ir.name, ir.description, ir.isText, irsData[irIdx]));