Searched refs:yBlockSize (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Device/ |
D | ASTC_Decoder.cpp | 106 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()
|
D | ASTC_Decoder.hpp | 20 int xBlockSize, int yBlockSize, int zBlockSize,
|
/external/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 1165 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/ |
D | Surface.cpp | 2659 …void Surface::decodeASTC(Buffer &internal, Buffer &external, int xBlockSize, int yBlockSize, int z… in decodeASTC() argument
|