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

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

Completed in 3 milliseconds