Lines Matching refs:CodeProps
135 struct MappingTraits<Kernel::CodeProps::Metadata> {
136 static void mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) { in mapping()
137 YIO.mapRequired(Kernel::CodeProps::Key::KernargSegmentSize, in mapping()
139 YIO.mapRequired(Kernel::CodeProps::Key::GroupSegmentFixedSize, in mapping()
141 YIO.mapRequired(Kernel::CodeProps::Key::PrivateSegmentFixedSize, in mapping()
143 YIO.mapRequired(Kernel::CodeProps::Key::KernargSegmentAlign, in mapping()
145 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()
147 YIO.mapOptional(Kernel::CodeProps::Key::NumSGPRs, in mapping()
149 YIO.mapOptional(Kernel::CodeProps::Key::NumVGPRs, in mapping()
151 YIO.mapOptional(Kernel::CodeProps::Key::MaxFlatWorkGroupSize, in mapping()
153 YIO.mapOptional(Kernel::CodeProps::Key::IsDynamicCallStack, in mapping()
155 YIO.mapOptional(Kernel::CodeProps::Key::IsXNACKEnabled, in mapping()
157 YIO.mapOptional(Kernel::CodeProps::Key::NumSpilledSGPRs, in mapping()
159 YIO.mapOptional(Kernel::CodeProps::Key::NumSpilledVGPRs, in mapping()
193 YIO.mapOptional(Kernel::Key::CodeProps, MD.mCodeProps); in mapping()