Home | History | Annotate | Download | only in main

Lines Matching defs:mbytes

1419    uint64_t mbytes = bytes / (1024 * 1024); /* convert to MB */
1420 return mbytes <= (uint64_t) ctx->Const.MaxTextureMbytes;