Lines Matching defs:RSReductionDescriptor
166 struct RSReductionDescriptor { struct
172 : m_module(module), m_reduce_name(name), m_init_name(init_name), in m_module()
182 const RSModuleDescriptor *m_module;
183 ConstString m_reduce_name; // This is the name given to the general reduction
186 ConstString m_init_name; // The name of the initializer name. "." if no
188 ConstString m_accum_name; // The accumulator function name. "." if not given
189 ConstString m_comb_name; // The name of the combiner function. If this was not
192 ConstString m_outc_name; // The name of the outconverter
194 ConstString m_halter_name; // The name of the halter function. XXX This is not
199 RSSlot m_accum_sig; // metatdata signature for this reduction (bitwise mask of
202 uint32_t m_accum_data_size; // Data size of the accumulator function input
203 bool m_comb_name_generated; // Was the combiner name generated by the compiler