Home
last modified time | relevance | path

Searched refs:y_blocks (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp1841 unsigned y_blocks = (src_height + blk_h - 1) / blk_h; in _mesa_unpack_astc_2d_ldr() local
1845 for (unsigned y = 0; y < y_blocks; ++y) { in _mesa_unpack_astc_2d_ldr()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c341 unsigned y_blocks = DIV_ROUND_UP(texImage->Height2, blk_h); in st_MapTextureImage() local
349 (z * y_blocks + (y / blk_h)) * stride + in st_MapTextureImage()