Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_tiling.c139 struct pipe_box partial_box; in vc4_t_image_helper() local
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()
148 partial_box.x = x & (stile_w - 1); in vc4_t_image_helper()
149 partial_box.width = MIN2(x2 - x, in vc4_t_image_helper()
150 stile_w - partial_box.x); in vc4_t_image_helper()
165 cpp, &partial_box); in vc4_t_image_helper()
171 cpp, &partial_box); in vc4_t_image_helper()
174 cpu_offset += partial_box in vc4_t_image_helper()
[all...]

Completed in 2 milliseconds