Lines Matching refs:dst_lod
3484 size_t sourcePos_lod[3], destPos_lod[3], src_lod, dst_lod; in copy_image_data() local
3560 dst_lod = destPos[1]; in copy_image_data()
3562 dst_width_lod = (dstImageInfo->width >> dst_lod) in copy_image_data()
3563 ? (dstImageInfo->width >> dst_lod) in copy_image_data()
3568 dst_lod = destPos[2]; in copy_image_data()
3571 dst_width_lod = (dstImageInfo->width >> dst_lod) in copy_image_data()
3572 ? (dstImageInfo->width >> dst_lod) in copy_image_data()
3575 dst_height_lod = (dstImageInfo->height >> dst_lod) in copy_image_data()
3576 ? (dstImageInfo->height >> dst_lod) in copy_image_data()
3581 dst_lod = destPos[3]; in copy_image_data()
3584 dst_width_lod = (dstImageInfo->width >> dst_lod) in copy_image_data()
3585 ? (dstImageInfo->width >> dst_lod) in copy_image_data()
3587 dst_height_lod = (dstImageInfo->height >> dst_lod) in copy_image_data()
3588 ? (dstImageInfo->height >> dst_lod) in copy_image_data()
3591 dst_depth_lod = (dstImageInfo->depth >> dst_lod) in copy_image_data()
3592 ? (dstImageInfo->depth >> dst_lod) in copy_image_data()
3596 dst_mip_level_offset = compute_mip_level_offset(dstImageInfo, dst_lod); in copy_image_data()