Lines Matching full:ndims
8 void testAllocationCreation(sp<RS> rs, sp<const Element> e, uint32_t nDims) {
11 if (nDims >= 2)
13 if (nDims >= 3)
33 for (uint32_t nDims = 1; nDims <= 3; nDims ++) {
34 testAllocationCreation(rs, half, nDims);
35 testAllocationCreation(rs, half2, nDims);
36 testAllocationCreation(rs, half3, nDims);
37 testAllocationCreation(rs, half4, nDims);