Searched defs:hblocks (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/ | ||
| H A D | virgl_vtest_socket.c | 505 int hblocks = util_format_get_nblocksy(format, box->height); local in function:virgl_vtest_recv_transfer_get_data |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/ | ||
| H A D | virgl_vtest_socket.c | 505 int hblocks = util_format_get_nblocksy(format, box->height); local in function:virgl_vtest_recv_transfer_get_data |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | formats.c | 806 const GLuint hblocks = (height + bh - 1) / bh; local in function:_mesa_format_image_size 834 const uint64_t hblocks = (height + bh - 1) / bh; local in function:_mesa_format_image_size64 |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | formats.c | 825 const uint32_t hblocks = (height + bh - 1) / bh; local in function:_mesa_format_image_size 853 const uint64_t hblocks = (height + bh - 1) / bh; local in function:_mesa_format_image_size64 |
Completed in 9 milliseconds