Searched defs:wblocks (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | formats.c | 805 const GLuint wblocks = (width + bw - 1) / bw; local in function:_mesa_format_image_size 833 const uint64_t wblocks = (width + bw - 1) / bw; local in function:_mesa_format_image_size64 855 const GLuint wblocks = (width + bw - 1) / bw; local in function:_mesa_format_row_stride |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | formats.c | 824 const uint32_t wblocks = (width + bw - 1) / bw; local in function:_mesa_format_image_size 852 const uint64_t wblocks = (width + bw - 1) / bw; local in function:_mesa_format_image_size64 874 const uint32_t wblocks = (width + bw - 1) / bw; local in function:_mesa_format_row_stride |
Completed in 6 milliseconds