Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp803 VkExtent3D extentInBlocks = imageExtentInBlocks(mipLevelExtent, aspect); in rowPitchBytes() local
804 return extentInBlocks.width * usedFormat.bytesPerBlock(); in rowPitchBytes()
820 VkExtent3D extentInBlocks = imageExtentInBlocks(mipLevelExtent, aspect); in slicePitchBytes() local
821 return extentInBlocks.height * extentInBlocks.width * usedFormat.bytesPerBlock(); in slicePitchBytes()