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()182 const RSModuleDescriptor *m_module;183 ConstString m_reduce_name; // This is the name given to the general reduction186 ConstString m_init_name; // The name of the initializer name. "." if no188 ConstString m_accum_name; // The accumulator function name. "." if not given189 ConstString m_comb_name; // The name of the combiner function. If this was not192 ConstString m_outc_name; // The name of the outconverter194 ConstString m_halter_name; // The name of the halter function. XXX This is not199 RSSlot m_accum_sig; // metatdata signature for this reduction (bitwise mask of[all …]