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