Lines Matching refs:Allocation
20 * Intrinsic for applying a 3x3 convolve to an allocation.
25 private Allocation mInput;
72 * @param ain The input allocation.
74 public void setInput(Allocation ain) {
102 * allocation.
104 * @param aout Output allocation. Must match creation element
107 public void forEach(Allocation aout) {
108 forEach(0, (Allocation) null, aout, null);
113 * allocation.
115 * @param aout Output allocation. Must match creation element
119 public void forEach(Allocation aout, Script.LaunchOptions opt) {
120 forEach(0, (Allocation) null, aout, null, opt);