Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_tiling.c221 uint32_t stile_h = 4 * utile_h; in vc4_t_image_helper() local
222 assert(stile_w * stile_h * cpp == 1024); in vc4_t_image_helper()
231 for (uint32_t y = y1; y < y2; y = align(y + 1, stile_h)) { in vc4_t_image_helper()
232 partial_box.y = y & (stile_h - 1); in vc4_t_image_helper()
233 partial_box.height = MIN2(y2 - y, stile_h - partial_box.y); in vc4_t_image_helper()