Searched refs:PatchTypeField (Results 1 – 1 of 1) sorted by relevance
62 return PatchTypeField::Encode(static_cast<uint32_t>(patch_type)) | IndexField::Encode(index);66 return static_cast<PatchType>(PatchTypeField::Decode(intrinsic_data)); in DecodePatchType()109 using PatchTypeField = BitField<uint32_t, 0u, kPatchTypeBits>; variable