Lines Matching refs:CodeProps
134 struct MappingTraits<Kernel::CodeProps::Metadata> {
135 static void mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) { in mapping()
136 YIO.mapRequired(Kernel::CodeProps::Key::KernargSegmentSize, in mapping()
138 YIO.mapRequired(Kernel::CodeProps::Key::GroupSegmentFixedSize, in mapping()
140 YIO.mapRequired(Kernel::CodeProps::Key::PrivateSegmentFixedSize, in mapping()
142 YIO.mapRequired(Kernel::CodeProps::Key::KernargSegmentAlign, in mapping()
144 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()
146 YIO.mapOptional(Kernel::CodeProps::Key::NumSGPRs, in mapping()
148 YIO.mapOptional(Kernel::CodeProps::Key::NumVGPRs, in mapping()
150 YIO.mapOptional(Kernel::CodeProps::Key::MaxFlatWorkGroupSize, in mapping()
152 YIO.mapOptional(Kernel::CodeProps::Key::IsDynamicCallStack, in mapping()
154 YIO.mapOptional(Kernel::CodeProps::Key::IsXNACKEnabled, in mapping()
156 YIO.mapOptional(Kernel::CodeProps::Key::NumSpilledSGPRs, in mapping()
158 YIO.mapOptional(Kernel::CodeProps::Key::NumSpilledVGPRs, in mapping()
192 YIO.mapOptional(Kernel::Key::CodeProps, MD.mCodeProps); in mapping()