Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/common/
DImage.cpp562 inline int GetNumCompressedBlocks(int w, int h, int blockSizeX, int blockSizeY) in GetNumCompressedBlocks() function
580 return 8 * GetNumCompressedBlocks(width, height, 4, 4); in ComputeCompressedSize()
589 return 16 * GetNumCompressedBlocks(width, height, 4, 4); in ComputeCompressedSize()
592 return 16 * GetNumCompressedBlocks(width, height, 5, 4); in ComputeCompressedSize()
595 return 16 * GetNumCompressedBlocks(width, height, 5, 5); in ComputeCompressedSize()
598 return 16 * GetNumCompressedBlocks(width, height, 6, 5); in ComputeCompressedSize()
601 return 16 * GetNumCompressedBlocks(width, height, 6, 6); in ComputeCompressedSize()
604 return 16 * GetNumCompressedBlocks(width, height, 8, 5); in ComputeCompressedSize()
607 return 16 * GetNumCompressedBlocks(width, height, 8, 6); in ComputeCompressedSize()
610 return 16 * GetNumCompressedBlocks(width, height, 8, 8); in ComputeCompressedSize()
[all …]