Home | History | Annotate | Download | only in tests

Lines Matching refs:imgSize

1150     auto imgSize = width * height;
1151 auto image_ptr = new int[static_cast<std::size_t>(imgSize)][3];
1155 as_multi_span(as_multi_span(image_ptr, imgSize), dim(height), dim(width), dim<3>());