Searched refs:PatchOrPrimMasks (Results 1 – 7 of 7) sorted by relevance
233 PSV.PatchOrPrimMasks.insert(PSV.PatchOrPrimMasks.begin(), in writeParts()234 P.Info->PatchOrPrimMasks.begin(), in writeParts()235 P.Info->PatchOrPrimMasks.end()); in writeParts()
160 IO.mapRequired("PatchOrPrimMasks", PSV.PatchOrPrimMasks); in mapping()
68 SmallVector<uint32_t> PatchOrPrimMasks; member
139 ViewArray<uint32_t> PatchOrPrimMasks; variable207 ViewArray<uint32_t> getPatchOrPrimMasks() const { return PatchOrPrimMasks; } in getPatchOrPrimMasks()
119 MaskVector PatchOrPrimMasks; member
139 support::endian::write_array(OS, ArrayRef<uint32_t>(PatchOrPrimMasks), in write()
396 PatchOrPrimMasks.Data = Data.substr(Current - Data.begin(), NumBytes); in parse()