Lines Matching defs:bytes
1286 uint64_t bytes, mbytes;
1296 bytes = 0;
1301 bytes += _mesa_format_image_size64(format, width, height, depth);
1317 bytes = _mesa_format_image_size64(format, width, height, depth);
1320 bytes *= _mesa_num_tex_faces(target);
1321 bytes *= MAX2(1, numSamples);
1323 mbytes = bytes / (1024 * 1024); /* convert to MB */
2061 /* Figure out the expected texture size (in bytes). This will be
2085 /* Figure out the expected texture size (in bytes). This will be
2113 /* check image size in bytes */