Searched full:patchorprimmasks (Results 1 – 9 of 9) 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()
137 PatchOrPrimMasks: [ 0x800080 ]176 # CHECK-NEXT: PatchOrPrimMasks: [ 0x800080 ]
68 SmallVector<uint32_t> PatchOrPrimMasks; member
139 ViewArray<uint32_t> PatchOrPrimMasks; variable207 ViewArray<uint32_t> getPatchOrPrimMasks() const { return PatchOrPrimMasks; } in getPatchOrPrimMasks()
130 NewPart.Info->PatchOrPrimMasks.push_back(Mask); in dumpDXContainer()
120 MaskVector PatchOrPrimMasks;119 MaskVector PatchOrPrimMasks; global() member
139 support::endian::write_array(OS, ArrayRef<uint32_t>(PatchOrPrimMasks), in write()
396 PatchOrPrimMasks.Data = Data.substr(Current - Data.begin(), NumBytes); in parse()