Home
last modified time | relevance | path

Searched defs:blockWidth (Results 1 – 19 of 19) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.h40 GLuint blockWidth; member
Dformatutils11.cpp35 DXGIFormatSize::DXGIFormatSize(GLuint pixelBits, GLuint blockWidth, GLuint blockHeight) in DXGIFormatSize()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.h49 GLuint blockWidth; member
Dformatutils9.cpp49 GLuint blockWidth, in D3DFormat()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.c47 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/
Dradeon_mipmap_tree.c47 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local
81 unsigned blockWidth, blockHeight; in get_texture_image_size() local
/external/swiftshader/src/Vulkan/
DVkFormat.cpp977 int Format::blockWidth() const in blockWidth() function in vk::Format
DVkImage.cpp560 int blockWidth = usedFormat.blockWidth(); in imageExtentInBlocks() local
577 int blockWidth = usedFormat.blockWidth(); in imageOffsetInBlocks() local
599 int blockWidth = usedFormat.blockWidth(); in bufferExtentInBlocks() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp118 deUint8 blockWidth; member
DvkImageUtil.cpp3217 deUint32 blockWidth; member
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp456 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks() local
470 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()
1270 …ts (TexelWeightPair* dst, const deUint32 (&unquantizedWeights) [64], int blockWidth, int blockHeig… in interpolateWeights()
1319 void computeTexelWeights (TexelWeightPair* dst, const Block128& blockData, int blockWidth, int bloc… in computeTexelWeights()
1409 …int numPartitions, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode, const deUint32* c… in setTexelColors()
1486 DecompressResult decompressBlock (void* dst, const Block128& blockData, int blockWidth, int blockHe… in decompressBlock()
1575 const int blockWidth = dst.getWidth(); in decompress() local
1882 static inline bool isValidBlockParams (const NormalBlockParams& params, int blockWidth, int blockHe… in isValidBlockParams()
2233 static AssignBlock128 generateNormalBlock (const NormalBlockParams& blockParams, int blockWidth, in… in generateNormalBlock()
2907 void generateDummyNormalBlocks (deUint8* dst, size_t numBlocks, int blockWidth, int blockHeight) in generateDummyNormalBlocks()
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp1527 UINT_32 blockWidth, in GetMipTailDim()
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp4235 UINT_32 blockWidth, in GetMipChainInfo()
4532 UINT_32 blockWidth, in GetMipStartPos()
/external/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h638 UINT_32 blockWidth; ///< Width in element inside one block(1D->Micro, 2D->Macro) member
882 AddrHtileBlockSize blockWidth; ///< 4 or 8. EG above only support 8 member
956 AddrHtileBlockSize blockWidth; ///< 4 or 8. 1 means 8, 0 means 4. EG above only support 8 member
1019 AddrHtileBlockSize blockWidth; ///< 4 or 8. 1 means 8, 0 means 4. R8xx/R9xx only support 8 member
2509 UINT_32 blockWidth; ///< Width in element inside one block member
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockFieldMatrix.java1666 private int blockWidth(final int blockColumn) { in blockWidth() method in BlockFieldMatrix
DBlockRealMatrix.java1686 private int blockWidth(final int blockColumn) { in blockWidth() method in BlockRealMatrix
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp259 GLuint blockWidth = formatInfo.compressedBlockWidth; in setSubImageImpl() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp259 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D() local
947 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate() local
958 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate() local