Home
last modified time | relevance | path

Searched defs:blockHeight (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.c46 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local
80 unsigned blockWidth, blockHeight; in get_texture_image_size() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.c46 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local
80 unsigned blockWidth, blockHeight; in get_texture_image_size() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp63 deUint32 blockHeight; member
860 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks() local
874 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil() local
/external/deqp/framework/common/
DtcuAstcUtil.cpp456 inline void setASTCErrorColorBlock (void* dst, int blockWidth, int blockHeight, bool isSRGB) in setASTCErrorColorBlock()
484 …idExtentBlock (void* dst, const Block128& blockData, int blockWidth, int blockHeight, bool isSRGB,… in decodeVoidExtentBlock()
1258 …air* dst, const deUint32 (&unquantizedWeights) [64], int blockWidth, int blockHeight, const ASTCBl… in interpolateWeights()
1307 …ts (TexelWeightPair* dst, const Block128& blockData, int blockWidth, int blockHeight, const ASTCBl… in computeTexelWeights()
1397 …int numPartitions, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode, const deUint32* c… in setTexelColors()
1474 …compressBlock (void* dst, const Block128& blockData, int blockWidth, int blockHeight, bool isSRGB,… in decompressBlock()
1564 const int blockHeight = dst.getHeight(); in decompress() local
1870 …c inline bool isValidBlockParams (const NormalBlockParams& params, int blockWidth, int blockHeight) in isValidBlockParams()
2221 …teNormalBlock (const NormalBlockParams& blockParams, int blockWidth, int blockHeight, const Normal… in generateNormalBlock()
2895 void generateDummyNormalBlocks (deUint8* dst, size_t numBlocks, int blockWidth, int blockHeight) in generateDummyNormalBlocks()
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h799 AddrHtileBlockSize blockHeight; ///< 4 or 8. EG above only support 8 member
867 AddrHtileBlockSize blockHeight; ///< 4 or 8. 1 means 8, 0 means 4. EG above only support 8 member
928 AddrHtileBlockSize blockHeight; ///< 4 or 8. 1 means 8, 0 means 4. R8xx/R9xx only support 8 member
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockRealMatrix.java1677 private int blockHeight(final int blockRow) { in blockHeight() method in BlockRealMatrix
DBlockFieldMatrix.java1657 private int blockHeight(final int blockRow) { in blockHeight() method in BlockFieldMatrix