Searched refs:both3D (Results 1 – 1 of 1) sorted by relevance
389 bool both3D = (srcImageType == VK_IMAGE_TYPE_3D) && (dstImageType == VK_IMAGE_TYPE_3D); in copyTo() local414 uint32_t sliceCount = both3D ? copyExtent.depth : samples; in copyTo()