/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | formatutils11.h | 42 GLuint blockHeight; member
|
D | formatutils11.cpp | 35 DXGIFormatSize::DXGIFormatSize(GLuint pixelBits, GLuint blockWidth, GLuint blockHeight) in DXGIFormatSize()
|
/external/angle/src/libANGLE/renderer/ |
D | d3d_format.h | 36 GLuint blockHeight; member
|
D | d3d_format.cpp | 38 GLuint blockHeight, in D3DFormat()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.c | 47 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local 81 unsigned blockWidth, blockHeight; in get_texture_image_size() local
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.c | 47 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local 81 unsigned blockWidth, blockHeight; in get_texture_image_size() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 121 deUint8 blockHeight; member
|
D | vkImageUtil.cpp | 3458 deUint32 blockHeight; member
|
/external/swiftshader/src/Vulkan/ |
D | VkFormat.cpp | 983 int Format::blockHeight() const in blockHeight() function in vk::Format
|
D | VkImage.cpp | 674 int blockHeight = usedFormat.blockHeight(); in imageExtentInBlocks() local 691 int blockHeight = usedFormat.blockHeight(); in imageOffsetInBlocks() local 723 int blockHeight = usedFormat.blockHeight(); in bufferExtentInBlocks() local
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 479 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks() local 493 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil() local
|
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 456 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() 1270 …air* dst, const deUint32 (&unquantizedWeights) [64], int blockWidth, int blockHeight, const ASTCBl… in interpolateWeights() 1319 …ts (TexelWeightPair* dst, const Block128& blockData, int blockWidth, int blockHeight, const ASTCBl… in computeTexelWeights() 1409 …int numPartitions, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode, const deUint32* c… in setTexelColors() 1486 …compressBlock (void* dst, const Block128& blockData, int blockWidth, int blockHeight, bool isSRGB,… in decompressBlock() 1576 const int blockHeight = dst.getHeight(); in decompress() local 1882 …c inline bool isValidBlockParams (const NormalBlockParams& params, int blockWidth, int blockHeight) in isValidBlockParams() 2233 …teNormalBlock (const NormalBlockParams& blockParams, int blockWidth, int blockHeight, const Normal… in generateNormalBlock() 2907 void generateDummyNormalBlocks (deUint8* dst, size_t numBlocks, int blockWidth, int blockHeight) in generateDummyNormalBlocks()
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.cpp | 1528 UINT_32 blockHeight, in GetMipTailDim()
|
/external/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 4236 UINT_32 blockHeight, in GetMipChainInfo() 4533 UINT_32 blockHeight, in GetMipStartPos()
|
/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/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockFieldMatrix.java | 1657 private int blockHeight(final int blockRow) { in blockHeight() method in BlockFieldMatrix
|
D | BlockRealMatrix.java | 1677 private int blockHeight(final int blockRow) { in blockHeight() method in BlockRealMatrix
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 393 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in getExtent3D() local 1093 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate() local 1104 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate() local
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 486 GLuint blockHeight = formatInfo.compressedBlockHeight; in setSubImageImpl() local
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 4158 int blockHeight = static_cast<int>(format.compressedBlockHeight); in captureCompressedTextureData() local
|