Searched refs:offsetDepthSrc (Results 1 – 1 of 1) sorted by relevance
83 vk::VkDeviceSize offsetDepthSrc = d * (pixelSize * width * height); in pack() local84 srcRow = srcStart + offsetDepthSrc; in pack()134 vk::VkDeviceSize offsetDepthSrc = d * depthPitch; in unpack() local135 srcRow = srcStart + offsetDepthSrc; in unpack()