Home | History | Annotate | Download | only in main

Lines Matching defs:sz

1883       const GLuint sz = wblocks * hblocks * info->BytesPerBlock;
1884 return sz * depth;
1888 const GLuint sz = width * height * depth * info->BytesPerBlock;
1889 return sz;
1909 const uint64_t sz = wblocks * hblocks * info->BytesPerBlock;
1910 return sz * depth;
1914 const uint64_t sz = ((uint64_t) width *
1918 return sz;