Home
last modified time | relevance | path

Searched defs:xblocks (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Device/
DASTC_Decoder.cpp107 int xblocks, int yblocks, int zblocks, bool isUnsignedByte) in Decode()
/external/swiftshader/src/Vulkan/
DVkImage.cpp1390 int xblocks = (mipLevelExtent.width + xBlockSize - 1) / xBlockSize; in decodeASTC() local