Lines Matching full:allocation
130 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) {
154 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc) {
188 public void bindAllocation(Allocation va, int slot) {
314 protected Allocation mAllocation;
317 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
321 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
335 public Allocation getAllocation() {