Searched defs:RSReductionDescriptor (Results 1 – 1 of 1) sorted by relevance
166 struct RSReductionDescriptor { struct172 : m_module(module), m_reduce_name(name), m_init_name(init_name), in m_module()181 const RSModuleDescriptor *m_module;182 ConstString m_reduce_name; // This is the name given to the general reduction185 ConstString m_init_name; // The name of the initializer name. "." if no187 ConstString m_accum_name; // The accumulator function name. "." if not given188 ConstString m_comb_name; // The name of the combiner function. If this was not191 ConstString m_outc_name; // The name of the outconverter193 ConstString m_halter_name; // The name of the halter function. XXX This is not198 RSSlot m_accum_sig; // metatdata signature for this reduction (bitwise mask of[all …]