Searched refs:extentInBlocks (Results 1 – 1 of 1) sorted by relevance
803 VkExtent3D extentInBlocks = imageExtentInBlocks(mipLevelExtent, aspect); in rowPitchBytes() local804 return extentInBlocks.width * usedFormat.bytesPerBlock(); in rowPitchBytes()820 VkExtent3D extentInBlocks = imageExtentInBlocks(mipLevelExtent, aspect); in slicePitchBytes() local821 return extentInBlocks.height * extentInBlocks.width * usedFormat.bytesPerBlock(); in slicePitchBytes()