Home
last modified time | relevance | path

Searched defs:blockWidth (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.cpp62 deUint32 blockWidth; member
859 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks() local
873 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil() local
/external/deqp/framework/common/
DtcuAstcUtil.cpp456 inline void setASTCErrorColorBlock (void* dst, int blockWidth, int blockHeight, bool isSRGB) in setASTCErrorColorBlock()
484 DecompressResult decodeVoidExtentBlock (void* dst, const Block128& blockData, int blockWidth, int b… in decodeVoidExtentBlock()
1258 …ts (TexelWeightPair* dst, const deUint32 (&unquantizedWeights) [64], int blockWidth, int blockHeig… in interpolateWeights()
1307 void computeTexelWeights (TexelWeightPair* dst, const Block128& blockData, int blockWidth, int bloc… in computeTexelWeights()
1397 …int numPartitions, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode, const deUint32* c… in setTexelColors()
1474 DecompressResult decompressBlock (void* dst, const Block128& blockData, int blockWidth, int blockHe… in decompressBlock()
1563 const int blockWidth = dst.getWidth(); in decompress() local
1870 static inline bool isValidBlockParams (const NormalBlockParams& params, int blockWidth, int blockHe… in isValidBlockParams()
2221 static AssignBlock128 generateNormalBlock (const NormalBlockParams& blockParams, int blockWidth, in… in generateNormalBlock()
2895 void generateDummyNormalBlocks (deUint8* dst, size_t numBlocks, int blockWidth, int blockHeight) in generateDummyNormalBlocks()
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h798 AddrHtileBlockSize blockWidth; ///< 4 or 8. EG above only support 8 member
866 AddrHtileBlockSize blockWidth; ///< 4 or 8. 1 means 8, 0 means 4. EG above only support 8 member
927 AddrHtileBlockSize blockWidth; ///< 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.java1686 private int blockWidth(final int blockColumn) { in blockWidth() method in BlockRealMatrix
DBlockFieldMatrix.java1666 private int blockWidth(final int blockColumn) { in blockWidth() method in BlockFieldMatrix