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