/external/angle/src/libANGLE/renderer/ |
D | d3d_format.cpp | 25 blockHeight(0), in D3DFormat() 38 GLuint blockHeight, in D3DFormat() argument 49 blockHeight(blockHeight), in D3DFormat()
|
D | d3d_format.h | 22 GLuint blockHeight, 36 GLuint blockHeight; member
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | formatutils11.h | 38 DXGIFormatSize(GLuint pixelBits, GLuint blockWidth, GLuint blockHeight); 42 GLuint blockHeight; member
|
D | MappedSubresourceVerifier11.cpp | 33 ASSERT(desc.Height % dxgiFormatInfo.blockHeight == 0); in getPitchCount() 34 return desc.Height / dxgiFormatInfo.blockHeight; in getPitchCount()
|
D | formatutils11.cpp | 35 DXGIFormatSize::DXGIFormatSize(GLuint pixelBits, GLuint blockWidth, GLuint blockHeight) in DXGIFormatSize() argument 36 : pixelBytes(pixelBits / 8), blockWidth(blockWidth), blockHeight(blockHeight) in DXGIFormatSize()
|
D | renderer11_utils.cpp | 2141 *requestHeight < static_cast<GLsizei>(dxgiFormatInfo.blockHeight)) in MakeValidSize() 2144 *requestHeight % dxgiFormatInfo.blockHeight != 0) in MakeValidSize() 2158 if (*requestHeight % dxgiFormatInfo.blockHeight != 0) in MakeValidSize() 2161 roundUp(*requestHeight, static_cast<GLsizei>(dxgiFormatInfo.blockHeight)); in MakeValidSize()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 479 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks() local 482 DE_ASSERT(blockWidth != 0 && blockHeight != 0); in getCompressedImageResolutionInBlocks() 485 deUint32 heightInBlocks = (size[1] + blockHeight - 1) / blockHeight; in getCompressedImageResolutionInBlocks() 493 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil() local 496 DE_ASSERT(blockWidth != 0 && blockHeight != 0); in getCompressedImageResolutionBlockCeil() 499 deUint32 heightInBlocks = (size[1] + blockHeight - 1) / blockHeight; in getCompressedImageResolutionBlockCeil() 501 return tcu::UVec3(blockWidth * widthInBlocks, blockHeight * heightInBlocks, 1); in getCompressedImageResolutionBlockCeil()
|
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 456 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 …]
|
D | tcuAstcUtil.hpp | 71 void generateDummyNormalBlocks (deUint8* dst, size_t numBlocks, int blockWidth, int blockHeight);
|
/external/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 674 int blockHeight = usedFormat.blockHeight(); in imageExtentInBlocks() local 678 adjustedExtent.height = ((adjustedExtent.height + blockHeight - 1) / blockHeight); in imageExtentInBlocks() 691 int blockHeight = usedFormat.blockHeight(); in imageOffsetInBlocks() local 693 …ASSERT(((offset.x % blockWidth) == 0) && ((offset.y % blockHeight) == 0)); // We can't offset wit… in imageOffsetInBlocks() 696 adjustedOffset.y /= blockHeight; in imageOffsetInBlocks() 723 int blockHeight = usedFormat.blockHeight(); in bufferExtentInBlocks() local 724 ASSERT((adjustedExtent.height % blockHeight) == 0); in bufferExtentInBlocks() 725 adjustedExtent.height /= blockHeight; in bufferExtentInBlocks() 1382 int yBlockSize = format.blockHeight(); in decodeASTC()
|
D | VkFormat.hpp | 51 int blockHeight() const;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.c | 47 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local 50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_aligned_compressed_row_stride() 81 unsigned blockWidth, blockHeight; in get_texture_image_size() local 83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_texture_image_size() 85 return rowStride * ((height + blockHeight - 1) / blockHeight) * depth; in get_texture_image_size()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.c | 47 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local 50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_aligned_compressed_row_stride() 81 unsigned blockWidth, blockHeight; in get_texture_image_size() local 83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_texture_image_size() 85 return rowStride * ((height + blockHeight - 1) / blockHeight) * depth; in get_texture_image_size()
|
/external/angle/src/image_util/ |
D | loadimage.inc | 113 template <size_t blockWidth, size_t blockHeight, size_t blockDepth, size_t blockSize> 119 const size_t rows = (height + (blockHeight - 1)) / blockHeight;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 169 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
|
D | BlockFieldMatrix.java | 172 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/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 781 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize() 796 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize() 799 *requestHeight % d3dFormatInfo.blockHeight != 0) in MakeValidSize()
|
D | Image9.cpp | 136 unsigned int rows = desc.Height / d3dFormatInfo.blockHeight; in CopyLockableSurfaces() 138 unsigned int bytes = d3d9::ComputeBlockSize(desc.Format, desc.Width, d3dFormatInfo.blockHeight); in CopyLockableSurfaces() 533 ASSERT(area.y % d3d9::GetD3DFormatInfo(d3d9FormatInfo.texFormat).blockHeight == 0); in loadCompressedData()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrStorageImageWriteTests.cpp | 245 …() / formatDescription.blockWidth, params.size.y() / formatDescription.blockHeight, params.size.z(… in testStorageImageWrite() 364 …() / formatDescription.blockWidth, params.size.y() / formatDescription.blockHeight, params.size.z(… in testStorageImageWrite() 381 …() / formatDescription.blockWidth, params.size.y() / formatDescription.blockHeight, params.size.z(… in testStorageImageWrite() 382 …cription.blockWidth, imageCreateInfo.extent.height / formatDescription.blockHeight, imageCreateInf… in testStorageImageWrite() 639 …/ formatDescription.blockWidth, shaderGridSize.y() / formatDescription.blockHeight, shaderGridSize… in initPrograms()
|
/external/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 3923 &pOut->blockHeight, in HwlComputeSurfaceInfoTiled() 3971 pOut->height = PowTwoAlign(pIn->height, pOut->blockHeight); in HwlComputeSurfaceInfoTiled() 3997 pOut->blockHeight, in HwlComputeSurfaceInfoTiled() 4009 pOut->blockHeight, in HwlComputeSurfaceInfoTiled() 4022 UINT_32 mip0HeightInBlk = pOut->height / pOut->blockHeight; in HwlComputeSurfaceInfoTiled() 4051 pOut->mipChainHeight += (mip1HeightInBlk * pOut->blockHeight); in HwlComputeSurfaceInfoTiled() 4072 pOut->blockHeight, in HwlComputeSurfaceInfoTiled() 4081 (pOut->mipChainHeight / pOut->blockHeight) * pitchInBlock; in HwlComputeSurfaceInfoTiled() 4207 pOut->blockHeight = 1; in HwlComputeSurfaceInfoLinear() 4236 UINT_32 blockHeight, in GetMipChainInfo() argument [all …]
|
D | gfx9addrlib.h | 545 UINT_32 blockHeight, 563 UINT_32 blockHeight,
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseResidency.cpp | 203 …/ formatDescription.blockWidth, shaderGridSize.y() / formatDescription.blockHeight, shaderGridSize… in initPrograms() 615 …/ formatDescription.blockWidth, shaderGridSize.y() / formatDescription.blockHeight, shaderGridSize… in iterate() 766 …/ formatDescription.blockWidth, shaderGridSize.y() / formatDescription.blockHeight, shaderGridSize… in iterate() 790 …/ formatDescription.blockWidth, shaderGridSize.y() / formatDescription.blockHeight, shaderGridSize… in iterate() 791 …cription.blockWidth, imageCreateInfo.extent.height / formatDescription.blockHeight, imageCreateInf… in iterate() 793 … aspectRequirements.formatProperties.imageGranularity.height / formatDescription.blockHeight, in iterate()
|
/external/mesa3d/src/amd/addrlib/inc/ |
D | addrinterface.h | 639 UINT_32 blockHeight; ///< Height in element inside one block(1D->Micro, 2D->Macro) member 883 AddrHtileBlockSize blockHeight; ///< 4 or 8. EG above only support 8 member 957 AddrHtileBlockSize blockHeight; ///< 4 or 8. 1 means 8, 0 means 4. EG above only support 8 member 1020 AddrHtileBlockSize blockHeight; ///< 4 or 8. 1 means 8, 0 means 4. R8xx/R9xx only support 8 member 2510 UINT_32 blockHeight; ///< Height in element inside one block member
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2456 imageExtent.height /= formatInfo.blockHeight; in getPlaneSizeInBytes() 2466 …o, baseExtents, planeNdx, mipmapLevel) / tcu::UVec2(formatInfo.blockWidth, formatInfo.blockHeight); in getPlaneSizeInBytes() 2506 tcu::UVec3 imgAlignment{ formatInfo.blockWidth, formatInfo.blockHeight, 1 }; in getImageSizeAlignment() 2522 return tcu::UVec2{ formatInfo.blockWidth, formatInfo.blockHeight }; in getBlockExtent() 3328 DE_ASSERT(size.y() % (formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor) == 0); in getChannelAccess() 3330 …const deUint32 accessHeight = size.y() / ( formatInfo.blockHeight * formatInfo.planes[planeNdx].h… in getChannelAccess() 3338 …std::max(formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / e… in getChannelAccess() 3373 DE_ASSERT(size.y() % (formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor) == 0); in getChannelAccess() 3375 …const deUint32 accessHeight = size.y() / ( formatInfo.blockHeight * formatInfo.planes[planeNdx].h… in getChannelAccess() 3383 …std::max(formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / e… in getChannelAccess() [all …]
|
/external/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 3147 &pOut->blockHeight, in ComputeSurfaceInfoMicroTiled() 3159 pOut->height = PowTwoAlign(pIn->height, pOut->blockHeight); in ComputeSurfaceInfoMicroTiled() 3176 const UINT_32 mipActualHeight = PowTwoAlign(mipHeight, pOut->blockHeight); in ComputeSurfaceInfoMicroTiled() 3232 &pOut->blockHeight, in ComputeSurfaceInfoMacroTiled() 3241 UINT_32 heightAlign = pOut->blockHeight; in ComputeSurfaceInfoMacroTiled() 3273 pOut->blockHeight, in ComputeSurfaceInfoMacroTiled() 3309 const UINT_32 height = PowTwoAlign(mipHeight, pOut->blockHeight); in ComputeSurfaceInfoMacroTiled() 3984 const UINT_32 yb = pIn->y / localOut.blockHeight; in ComputeSurfaceAddrFromCoordMicroTiled() 4060 const UINT_32 yb = pIn->y / localOut.blockHeight; in ComputeSurfaceAddrFromCoordMacroTiled() 4100 const UINT_32 yb = pIn->y / localOut.blockHeight; in ComputeSurfaceAddrFromCoordMacroTiled() [all …]
|