Searched refs:nameStream (Results 1 – 4 of 4) sorted by relevance
458 std::stringstream nameStream = sh::InitializeStream<std::stringstream>(); in getInputAttachmentArrayName() local459 nameStream << sh::vk::kInputAttachmentName << suffix << mInputAttachmentArrayIdSeq++; in getInputAttachmentArrayName()460 return ImmutableString(nameStream.str()); in getInputAttachmentArrayName()465 std::stringstream nameStream = sh::InitializeStream<std::stringstream>(); in getInputAttachmentName() local466 nameStream << sh::vk::kInputAttachmentName << index; in getInputAttachmentName()467 return ImmutableString(nameStream.str()); in getInputAttachmentName()
511 std::ostringstream nameStream; in initializeImpl() local512 nameStream << name << "_" << windowIdx++; in initializeImpl()514 mParentClassName = nameStream.str(); in initializeImpl()
843 std::stringstream nameStream; in PrintTestOutputSnippet() local844 nameStream << id; in PrintTestOutputSnippet()845 std::string fullName = nameStream.str(); in PrintTestOutputSnippet()
859 llvm::raw_svector_ostream nameStream(nameStr); in shadowRegionArgs() local860 printValueID(nameToUse, /*printResultNo=*/true, nameStream); in shadowRegionArgs()866 auto name = StringRef(nameStream.str()).drop_front(); in shadowRegionArgs()