Searched refs:stile_h (Results 1 – 1 of 1) sorted by relevance
141 uint32_t stile_h = 4 * utile_h; in vc4_t_image_helper() local142 assert(stile_w * stile_h * cpp == 1024); in vc4_t_image_helper()151 for (uint32_t y = y1; y < y2; y = align(y + 1, stile_h)) { in vc4_t_image_helper()152 partial_box.y = y & (stile_h - 1); in vc4_t_image_helper()153 partial_box.height = MIN2(y2 - y, stile_h - partial_box.y); in vc4_t_image_helper()