Home | History | Annotate | Download | only in include

Lines Matching refs:rsForEach

22  * The rsForEach() function can be used to invoke the root kernel of a script.
67 * This structure is used to provide iteration information to a rsForEach call.
97 * of this type can be used in a rsForEach call to launch a kernel.
104 * rsForEach: Launches a kernel
129 * rsForEach(square, ain, aout);
145 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData,
151 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData);
156 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData,
162 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData,
168 rsForEach(rs_script script, rs_allocation input, rs_allocation output);
173 rsForEach(rs_kernel kernel, ...);
179 * Launches kernel in a way similar to rsForEach. However, instead of processing