Lines Matching defs:rects
201 struct radv_meta_blit2d_rect *rects, enum blit2d_src_type src_type,
227 rects[r].src_x,
228 rects[r].src_y,
229 rects[r].src_x + rects[r].width,
230 rects[r].src_y + rects[r].height,
264 .offset = { rects[r].dst_x, rects[r].dst_y },
265 .extent = { rects[r].width, rects[r].height },
296 .offset = { rects[r].dst_x, rects[r].dst_y },
297 .extent = { rects[r].width, rects[r].height },
330 .offset = { rects[r].dst_x, rects[r].dst_y },
331 .extent = { rects[r].width, rects[r].height },
346 &(VkViewport){.x = rects[r].dst_x,
347 .y = rects[r].dst_y,
348 .width = rects[r].width,
349 .height = rects[r].height,
355 .offset = (VkOffset2D){rects[r].dst_x, rects[r].dst_y},
356 .extent = (VkExtent2D){rects[r].width, rects[r].height},
378 unsigned num_rects, struct radv_meta_blit2d_rect *rects)
384 radv_meta_blit2d_normal_dst(cmd_buffer, src_img, src_buf, dst, num_rects, rects, src_type,