Searched refs:idx2d (Results 1 – 1 of 1) sorted by relevance
1318 const int idx2d = src.is2D() ? src.getIndex(1) : 0; in fetchSrc() local1345 return getArrayForFile(src.getFile(), idx2d)->load( in fetchSrc()1356 const int idx2d = dst.is2D() ? dst.getIndex(1) : 0; in acquireDst() local1367 return getArrayForFile(f, idx2d)-> acquire(sub.cur->values, idx, c); in acquireDst()1409 const int idx2d = dst.is2D() ? dst.getIndex(1) : 0; in storeDst() local1424 getArrayForFile(f, idx2d)->store(sub.cur->values, idx, c, ptr, val); in storeDst()