Home | History | Annotate | Download | only in main

Lines Matching defs:bytes

1418    uint64_t bytes = _mesa_format_image_size64(format, width, height, depth);
1419 uint64_t mbytes = bytes / (1024 * 1024); /* convert to MB */
2026 /* Figure out the expected texture size (in bytes). This will be
2055 /* Figure out the expected texture size (in bytes). This will be
2097 /* check image size in bytes */