Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DASTC_Decoder.cpp106 int xBlockSize, int yBlockSize, int zBlockSize, in Decode() argument
115 init_block_size_descriptor(xBlockSize, yBlockSize, zBlockSize, bsd.get()); in Decode()
126 …decompress_symbolic_block(decode_mode, bsd.get(), x * xBlockSize, y * yBlockSize, z * zBlockSize, … in Decode()
128 … xBlockSize, yBlockSize, zBlockSize, x * xBlockSize, y * yBlockSize, z * zBlockSize); in Decode()
DASTC_Decoder.hpp20 int xBlockSize, int yBlockSize, int zBlockSize,
/external/swiftshader/src/Vulkan/
DVkImage.cpp1165 int yBlockSize = format.blockHeight(); in decodeASTC() local
1182 int yblocks = (mipLevelExtent.height + yBlockSize - 1) / yBlockSize; in decodeASTC()
1199 xBlockSize, yBlockSize, zBlockSize, xblocks, yblocks, zblocks, isUnsigned); in decodeASTC()
/external/swiftshader/src/Renderer/
DSurface.cpp2659 …void Surface::decodeASTC(Buffer &internal, Buffer &external, int xBlockSize, int yBlockSize, int z… in decodeASTC() argument