Home
last modified time | relevance | path

Searched defs:RSReductionDescriptor (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h166 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
[all …]