Lines Matching refs:dst_lod
3436 size_t sourcePos_lod[3], destPos_lod[3], src_lod, dst_lod; in copy_image_data() local
3500 dst_lod = destPos[1]; in copy_image_data()
3502 dst_width_lod = (dstImageInfo->width >> dst_lod ) ? ( dstImageInfo->width >> dst_lod ): 1; in copy_image_data()
3506 dst_lod = destPos[2]; in copy_image_data()
3509 dst_width_lod = (dstImageInfo->width >> dst_lod ) ? ( dstImageInfo->width >> dst_lod ): 1; in copy_image_data()
3511 … dst_height_lod = (dstImageInfo->height >> dst_lod ) ? ( dstImageInfo->height >> dst_lod ): 1; in copy_image_data()
3515 dst_lod = destPos[3]; in copy_image_data()
3518 dst_width_lod = (dstImageInfo->width >> dst_lod ) ? ( dstImageInfo->width >> dst_lod ): 1; in copy_image_data()
3519 dst_height_lod = (dstImageInfo->height >> dst_lod ) ? ( dstImageInfo->height >> dst_lod ): 1; in copy_image_data()
3521 dst_depth_lod = (dstImageInfo->depth >> dst_lod ) ? ( dstImageInfo->depth >> dst_lod ): 1; in copy_image_data()
3525 dst_mip_level_offset = compute_mip_level_offset( dstImageInfo, dst_lod ); in copy_image_data()