Lines Matching refs:Allocation
20 * Intrinsic for applying a 5x5 convolve to an allocation.
25 private Allocation mInput;
72 * @param ain The input allocation.
74 public void setInput(Allocation ain) {
104 * allocation.
106 * @param aout Output allocation. Must match creation element
109 public void forEach(Allocation aout) {
110 forEach(0, (Allocation) null, aout, null);
115 * allocation.
117 * @param aout Output allocation. Must match creation element
121 public void forEach(Allocation aout, Script.LaunchOptions opt) {
122 forEach(0, (Allocation) null, aout, null, opt);