Searched refs:hblocks (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c505 int hblocks = util_format_get_nblocksy(format, box->height); local in function:virgl_vtest_recv_transfer_get_data
508 while (hblocks) {
512 hblocks--;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c505 int hblocks = util_format_get_nblocksy(format, box->height); local in function:virgl_vtest_recv_transfer_get_data
508 while (hblocks) {
512 hblocks--;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformats.c825 const uint32_t hblocks = (height + bh - 1) / bh; local in function:_mesa_format_image_size
827 sz = wblocks * hblocks * dblocks * info->BytesPerBlock;
853 const uint64_t hblocks = (height + bh - 1) / bh; local in function:_mesa_format_image_size64
855 sz = wblocks * hblocks * dblocks * info->BytesPerBlock;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformats.c806 const GLuint hblocks = (height + bh - 1) / bh; local in function:_mesa_format_image_size
808 sz = wblocks * hblocks * dblocks * info->BytesPerBlock;
834 const uint64_t hblocks = (height + bh - 1) / bh; local in function:_mesa_format_image_size64
836 sz = wblocks * hblocks * dblocks * info->BytesPerBlock;

Completed in 7 milliseconds