Lines Matching refs:dst
471 } image, buffer, *src, *dst;
478 dst = ℑ
481 dst = &buffer;
538 if (&image == dst) {
548 aspect, dst->surf.aux_usage,
549 dst->level,
550 dst->offset.z, extent.depth);
560 &dst->surf, dst->level, dst->offset.z,
561 src->offset.x, src->offset.y, dst->offset.x, dst->offset.y,
566 &dst_shadow_surf, dst->level, dst->offset.z,
568 dst->offset.x, dst->offset.y,
653 struct blorp_surf src, dst;
678 dst_image_layout, ISL_AUX_USAGE_NONE, &dst);
739 dst.aux_usage,
749 &dst, dst_res->mipLevel, dst_z,
813 struct blorp_address dst = {
820 blorp_buffer_copy(batch, src, dst, region->size);
887 struct blorp_address dst = {
894 blorp_buffer_copy(&batch, src, dst, copy_size);