Searched refs:dstLayerPitch (Results 1 – 1 of 1) sorted by relevance
404 VkDeviceSize dstLayerPitch = (dstImageType == VK_IMAGE_TYPE_3D) ? dstDepthPitch : dstArrayPitch; in copyTo() local511 dstLayer += dstLayerPitch; in copyTo()