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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp1840 unsigned y_blocks = (src_height + blk_h - 1) / blk_h; local in function:_mesa_unpack_astc_2d_ldr
1844 for (unsigned y = 0; y < y_blocks; ++y) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp1841 unsigned y_blocks = (src_height + blk_h - 1) / blk_h; local in function:_mesa_unpack_astc_2d_ldr
1845 for (unsigned y = 0; y < y_blocks; ++y) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c303 unsigned y_blocks = DIV_ROUND_UP(texImage->Height2, blk_h); local in function:st_MapTextureImage
310 (z * y_blocks + (y / blk_h)) * stride +
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c596 unsigned y_blocks = DIV_ROUND_UP(texImage->Height2, blk_h); local in function:st_MapTextureImage
604 (z * y_blocks + (y / blk_h)) * stride +

Completed in 15 milliseconds