Home
last modified time | relevance | path

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

/dports/lang/clover/mesa-21.3.6/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()
/dports/graphics/libosmesa/mesa-21.3.6/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()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/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()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/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()
/dports/graphics/mesa-libs/mesa-21.3.6/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()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/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()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/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()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/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()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/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()
/dports/graphics/mesa-dri/mesa-21.3.6/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()