Searched refs:extentInBlocks (Results 1 – 1 of 1) sorted by relevance
685 VkExtent3D extentInBlocks = imageExtentInBlocks(mipLevelExtent, aspect); in rowPitchBytes() local686 return extentInBlocks.width * usedFormat.bytesPerBlock(); in rowPitchBytes()702 VkExtent3D extentInBlocks = imageExtentInBlocks(mipLevelExtent, aspect); in slicePitchBytes() local703 return extentInBlocks.height * extentInBlocks.width * usedFormat.bytesPerBlock(); in slicePitchBytes()