Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp583 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks() local
586 DE_ASSERT(blockWidth != 0 && blockHeight != 0); in getCompressedImageResolutionInBlocks()
589 deUint32 heightInBlocks = (size[1] + blockHeight - 1) / blockHeight; in getCompressedImageResolutionInBlocks()
597 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil() local
600 DE_ASSERT(blockWidth != 0 && blockHeight != 0); in getCompressedImageResolutionBlockCeil()
603 deUint32 heightInBlocks = (size[1] + blockHeight - 1) / blockHeight; in getCompressedImageResolutionBlockCeil()
605 return tcu::UVec3(blockWidth * widthInBlocks, blockHeight * heightInBlocks, 1); in getCompressedImageResolutionBlockCeil()
/external/deqp/framework/common/
DtcuAstcUtil.cpp456 inline void setASTCErrorColorBlock (void* dst, int blockWidth, int blockHeight, bool isSRGB) in setASTCErrorColorBlock() argument
462 for (int i = 0; i < blockWidth*blockHeight; i++) in setASTCErrorColorBlock()
474 for (int i = 0; i < blockWidth*blockHeight; i++) in setASTCErrorColorBlock()
484 …ExtentBlock (void* dst, const Block128& blockData, int blockWidth, int blockHeight, bool isSRGB, b… in decodeVoidExtentBlock() argument
495 setASTCErrorColorBlock(dst, blockWidth, blockHeight, isSRGB); in decodeVoidExtentBlock()
510 for (int i = 0; i < blockWidth*blockHeight; i++) in decodeVoidExtentBlock()
526 for (int i = 0; i < blockWidth*blockHeight; i++) in decodeVoidExtentBlock()
532 for (int i = 0; i < blockWidth*blockHeight; i++) in decodeVoidExtentBlock()
1270 …r* dst, const deUint32 (&unquantizedWeights) [64], int blockWidth, int blockHeight, const ASTCBloc… in interpolateWeights() argument
1274 const deUint32 scaleY = (1024 + blockHeight/2) / (blockHeight-1); in interpolateWeights()
[all …]
DtcuAstcUtil.hpp71 void generateDummyNormalBlocks (deUint8* dst, size_t numBlocks, int blockWidth, int blockHeight);
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.c46 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local
49 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_aligned_compressed_row_stride()
80 unsigned blockWidth, blockHeight; in get_texture_image_size() local
82 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_texture_image_size()
84 return rowStride * ((height + blockHeight - 1) / blockHeight) * depth; in get_texture_image_size()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.c46 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local
49 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_aligned_compressed_row_stride()
80 unsigned blockWidth, blockHeight; in get_texture_image_size() local
82 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_texture_image_size()
84 return rowStride * ((height + blockHeight - 1) / blockHeight) * depth; in get_texture_image_size()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockRealMatrix.java169 final int iHeight = blockHeight(iBlock); in BlockRealMatrix()
673 final int iHeight = blockHeight(iBlock); in getNorm()
724 final int iHeight = out.blockHeight(iBlock); in getSubMatrix()
862 final int iHeight = blockHeight(iBlock); in setSubMatrix()
993 final int iHeight = blockHeight(iBlock); in getColumnMatrix()
1051 final int iHeight = blockHeight(iBlock); in setColumnMatrix()
1112 final int iHeight = blockHeight(iBlock); in getColumnVector()
1197 final int iHeight = blockHeight(iBlock); in getColumn()
1227 final int iHeight = blockHeight(iBlock); in setColumn()
1677 private int blockHeight(final int blockRow) { in blockHeight() method in BlockRealMatrix
DBlockFieldMatrix.java172 final int iHeight = blockHeight(iBlock); in BlockFieldMatrix()
699 final int iHeight = out.blockHeight(iBlock); in getSubMatrix()
836 final int iHeight = blockHeight(iBlock); in setSubMatrix()
967 final int iHeight = blockHeight(iBlock); in getColumnMatrix()
1025 final int iHeight = blockHeight(iBlock); in setColumnMatrix()
1086 final int iHeight = blockHeight(iBlock); in getColumnVector()
1171 final int iHeight = blockHeight(iBlock); in getColumn()
1201 final int iHeight = blockHeight(iBlock); in setColumn()
1657 private int blockHeight(final int blockRow) { in blockHeight() method in BlockFieldMatrix
/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp3860 &pOut->blockHeight, in HwlComputeSurfaceInfoTiled()
3908 pOut->height = PowTwoAlign(pIn->height, pOut->blockHeight); in HwlComputeSurfaceInfoTiled()
3934 pOut->blockHeight, in HwlComputeSurfaceInfoTiled()
3946 pOut->blockHeight, in HwlComputeSurfaceInfoTiled()
3959 UINT_32 mip0HeightInBlk = pOut->height / pOut->blockHeight; in HwlComputeSurfaceInfoTiled()
3988 pOut->mipChainHeight += (mip1HeightInBlk * pOut->blockHeight); in HwlComputeSurfaceInfoTiled()
4009 pOut->blockHeight, in HwlComputeSurfaceInfoTiled()
4018 (pOut->mipChainHeight / pOut->blockHeight) * pitchInBlock; in HwlComputeSurfaceInfoTiled()
4131 pOut->blockHeight = 1; in HwlComputeSurfaceInfoLinear()
4160 UINT_32 blockHeight, in GetMipChainInfo() argument
[all …]
Dgfx9addrlib.h290 UINT_32 blockHeight,
308 UINT_32 blockHeight,
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h638 UINT_32 blockHeight; ///< Height in element inside one block(1D->Micro, 2D->Macro) member
882 AddrHtileBlockSize blockHeight; ///< 4 or 8. EG above only support 8 member
956 AddrHtileBlockSize blockHeight; ///< 4 or 8. 1 means 8, 0 means 4. EG above only support 8 member
1019 AddrHtileBlockSize blockHeight; ///< 4 or 8. 1 means 8, 0 means 4. R8xx/R9xx only support 8 member
2480 UINT_32 blockHeight; ///< Height in element inside one block member
/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.cpp1445 UINT_32 blockHeight, in GetMipTailDim() argument
1448 Dim3d out = {blockWidth, blockHeight, blockDepth}; in GetMipTailDim()
Daddrlib2.h654 UINT_32 blockHeight,
Daddrlib1.cpp1254 BOOL_32 isHeight8 = (pIn->blockHeight == 8) ? TRUE : FALSE; in ComputeHtileInfo()
1474 BOOL_32 isHeight8 = (pIn->blockHeight == 8) ? TRUE : FALSE; in ComputeHtileAddrFromCoord()
1549 BOOL_32 isHeight8 = (pIn->blockHeight == 8) ? TRUE : FALSE; in ComputeHtileCoordFromAddr()
/external/mesa3d/src/amd/addrlib/r800/
Degbaddrlib.cpp516 pOut->blockHeight, in ComputeSurfaceInfoMacroTiled()
595 pOut->blockHeight, in ComputeSurfaceInfoMacroTiled()
951 pOut->blockHeight = macroTileHeight; in ComputeSurfaceAlignmentsMacroTiled()
Dsiaddrlib.cpp2681 pOut->blockHeight = m_blockHeight[pOut->equationIndex]; in HwlComputeSurfaceInfo()
2800 pOut->blockHeight, in HwlCheckLastMacroTiledLvl()
3538 UINT_32 macroTileSize = pOut->blockWidth * pOut->blockHeight * numSamples * bpp / 8; in HwlComputeSurfaceAlignmentsMacroTiled()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2249 deUint32 blockHeight; member
2421 return compressedFormatParameters[formatNdx].blockHeight; in getBlockHeight()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp258 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in getExtent3D() local
266 (parms.extent.height >> mipLevel) * blockHeight, in getExtent3D()
935 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate() local
938 imageCopy.srcOffset.y *= blockHeight; in iterate()
940 imageCopy.extent.height *= blockHeight; in iterate()
946 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate() local
949 imageCopy.dstOffset.y *= blockHeight; in iterate()
/external/mesa3d/src/amd/common/
Dac_surface.c367 AddrHtileIn->blockHeight = ADDR_HTILE_BLOCKSIZE_8; in gfx6_compute_level()