Lines Matching refs:dst
33 const struct pipe_box *dst,
50 float fb_width = dst->width, fb_height = dst->height;
125 dst->x + dst->width, dst->y, 0, 1,
126 dst->x, dst->y, 0, 1,
127 dst->x, dst->y + dst->height, 0, 1,
154 int minx = MIN2(dst->x, dst->x + dst->width);
155 int maxx = MAX2(dst->x, dst->x + dst->width);
156 int miny = MIN2(dst->y, dst->y + dst->height);
157 int maxy = MAX2(dst->y, dst->y + dst->height);
211 lima_format_get_texel_swizzle(info->dst.resource->format),
225 if (!lima_format_pixel_supported(info->dst.resource->format))
231 if (info->dst.resource->target != PIPE_TEXTURE_2D ||
235 if (info->dst.box.x < 0 || info->dst.box.y < 0 ||
240 info->dst.box.depth != 1)
257 lima_get_blit_surface(pctx, info->dst.resource, info->dst.level);
265 if (util_format_is_depth_or_stencil(info->dst.resource->format))
284 &info->dst.box, info->filter, true,
290 &info->dst.box, info->filter, true,
296 if (info->dst.box.x == 0 && info->dst.box.y == 0 &&
297 info->dst.box.width == lima_dst_surf->base.width &&
298 info->dst.box.height == lima_dst_surf->base.height)
301 if (info->dst.box.x % 16 == 0 && info->dst.box.y % 16 == 0 &&
302 info->dst.box.width % 16 == 0 && info->dst.box.height % 16 == 0)