Home | History | Annotate | Download | only in tests

Lines Matching defs:imgSize

1141         auto imgSize = width * height;
1142 auto image_ptr = new int[imgSize][3];
1146 as_multi_span(as_multi_span(image_ptr, imgSize), dim(height), dim(width), dim<3>());