Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_tiling.c132 uint32_t stile_h = 4 * utile_h; in vc4_t_image_helper() local
133 assert(stile_w * stile_h * cpp == 1024); in vc4_t_image_helper()
142 for (uint32_t y = y1; y < y2; y = align(y + 1, stile_h)) { in vc4_t_image_helper()
143 partial_box.y = y & (stile_h - 1); in vc4_t_image_helper()
144 partial_box.height = MIN2(y2 - y, stile_h - partial_box.y); in vc4_t_image_helper()

Completed in 1 milliseconds