Lines Matching refs:buf2img
4013 bool buf2img = buf == src;
4015 if (buf2img) {
4031 region.bufferOffset = buf2img ? src_box->x : dstx;
4034 region.imageSubresource.mipLevel = buf2img ? dst_level : src_level;
4044 region.imageSubresource.baseArrayLayer = buf2img ? dstz : src_box->z;
4053 region.imageOffset.z = buf2img ? dstz : src_box->z;
4063 region.imageOffset.x = buf2img ? dstx : src_box->x;
4064 region.imageOffset.y = buf2img ? dsty : src_box->y;
4072 buf2img ? zink_get_cmdbuf(ctx, buf, img) : zink_get_cmdbuf(ctx, img, buf);
4073 zink_batch_reference_resource_rw(batch, img, buf2img);
4074 zink_batch_reference_resource_rw(batch, buf, !buf2img);
4102 if (buf2img)