Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp63 deUint32 blockHeight; member
151 return compressedFormatParameters[formatNdx].blockHeight; in getBlockHeight()
860 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks() local
863 DE_ASSERT(blockWidth != 0 && blockHeight != 0); in getCompressedImageResolutionInBlocks()
866 deUint32 heightInBlocks = (size[1] + blockHeight - 1) / blockHeight; in getCompressedImageResolutionInBlocks()
874 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil() local
877 DE_ASSERT(blockWidth != 0 && blockHeight != 0); in getCompressedImageResolutionBlockCeil()
880 deUint32 heightInBlocks = (size[1] + blockHeight - 1) / blockHeight; in getCompressedImageResolutionBlockCeil()
882 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()
1258 …r* dst, const deUint32 (&unquantizedWeights) [64], int blockWidth, int blockHeight, const ASTCBloc… in interpolateWeights() argument
1262 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/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/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/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/
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/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_surface.c254 AddrHtileIn->blockHeight = ADDR_HTILE_BLOCKSIZE_8; in compute_level()
/external/mesa3d/src/amd/addrlib/core/
Daddrlib.cpp1431 BOOL_32 isHeight8 = (pIn->blockHeight == 8) ? TRUE : FALSE; in ComputeHtileInfo()
1617 BOOL_32 isHeight8 = (pIn->blockHeight == 8) ? TRUE : FALSE; in ComputeHtileAddrFromCoord()
1685 BOOL_32 isHeight8 = (pIn->blockHeight == 8) ? TRUE : FALSE; in ComputeHtileCoordFromAddr()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...