Lines Matching refs:pipe_count
140 tiling->pipe_count = tiling->tile_count;
142 while (tiling->pipe_count.width * tiling->pipe_count.height > max_pipe_count) {
145 tiling->pipe_count.width =
149 tiling->pipe_count.height =
161 tiling->pipe_count.width * tiling->pipe_count.height;
170 for (uint32_t y = 0; y < tiling->pipe_count.height; y++) {
171 for (uint32_t x = 0; x < tiling->pipe_count.width; x++) {
174 const uint32_t pipe_w = (x == tiling->pipe_count.width - 1)
177 const uint32_t pipe_h = (y == tiling->pipe_count.height - 1)
180 const uint32_t n = tiling->pipe_count.width * y + x;