Home
last modified time | relevance | path

Searched refs:extentInBlocks (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkImage.cpp685 VkExtent3D extentInBlocks = imageExtentInBlocks(mipLevelExtent, aspect); in rowPitchBytes() local
686 return extentInBlocks.width * usedFormat.bytesPerBlock(); in rowPitchBytes()
702 VkExtent3D extentInBlocks = imageExtentInBlocks(mipLevelExtent, aspect); in slicePitchBytes() local
703 return extentInBlocks.height * extentInBlocks.width * usedFormat.bytesPerBlock(); in slicePitchBytes()