Searched refs:dstArrayPitch (Results 1 – 1 of 1) sorted by relevance
397 VkDeviceSize dstArrayPitch = dstImage->getLayerSize(dstAspect); in copyTo() local404 VkDeviceSize dstLayerPitch = (dstImageType == VK_IMAGE_TYPE_3D) ? dstDepthPitch : dstArrayPitch; in copyTo()