Searched refs:x_blocks (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | texcompress_astc.cpp | 1839 unsigned x_blocks = (src_width + blk_w - 1) / blk_w; local in function:_mesa_unpack_astc_2d_ldr 1845 for (unsigned x = 0; x < x_blocks; ++x) { |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | texcompress_astc.cpp | 1840 unsigned x_blocks = (src_width + blk_w - 1) / blk_w; local in function:_mesa_unpack_astc_2d_ldr 1846 for (unsigned x = 0; x < x_blocks; ++x) { |
Completed in 7 milliseconds