Searched refs:Dim3d (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.h | 437 VOID GetMetaMipInfo(UINT_32 numMipLevels, Dim3d* pMetaBlkDim, 488 Dim3d mipTailDim, in IsInMipTail() 552 Dim3d mipCoord, 554 Dim3d* pMetaBlkDim) const; 556 Dim3d GetMipStartPos( 602 Dim3d GetDccCompressBlk( in GetDccCompressBlk() 608 Dim3d compressBlkDim; in GetDccCompressBlk() 631 static const Dim3d Block256_3dS[MaxNumOfBpp]; 632 static const Dim3d Block256_3dZ[MaxNumOfBpp];
|
D | gfx9addrlib.cpp | 115 const Dim3d Gfx9Lib::Block256_3dS[] = {{16, 4, 4}, {8, 4, 4}, {4, 4, 4}, {2, 4, 4}, {1, 4, 4}}; 117 const Dim3d Gfx9Lib::Block256_3dZ[] = {{8, 4, 8}, {4, 4, 8}, {4, 4, 4}, {4, 2, 4}, {2, 2, 4}}; 191 Dim3d metaBlkDim = {8, 8, 1}; in HwlComputeHtileInfo() 199 Dim3d metaBlkDimDbg = {8, 8, 1}; in HwlComputeHtileInfo() 369 Dim3d* pMetaBlkDim, ///< [in] meta block dimension in GetMetaMipInfo() 455 Dim3d mipCoord = {0}; in GetMetaMipInfo() 597 Dim3d compressBlkDim = GetDccCompressBlk(pIn->resourceType, pIn->swizzleMode, pIn->bpp); in HwlComputeDccInfo() 598 Dim3d metaBlkDim = compressBlkDim; in HwlComputeDccInfo() 2818 Dim3d microBlockDim = Block1K_3d[elementBytesLog2]; in HwlComputeThickEquation() 3638 Dim3d blkDim[AddrBlockMaxTiledType] = {0}; in HwlGetPreferredSurfaceSetting() [all …]
|
/external/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.h | 433 Dim3d* pBlock) const; 441 Dim3d* pBlock) const; 462 Dim3d* pBlock) const; 529 Dim3d mipTailDim, in IsInMipTail() 555 static const Dim3d Block256_3d[MaxNumOfBpp]; 556 static const Dim3d Block64K_Log2_3d[MaxNumOfBpp]; 557 static const Dim3d Block4K_Log2_3d[MaxNumOfBpp];
|
D | gfx10addrlib.cpp | 111 const Dim3d Gfx10Lib::Block256_3d[] = {{8, 4, 8}, {4, 4, 8}, {4, 4, 4}, {4, 2, 4}, {2, 2, 4}}; 113 const Dim3d Gfx10Lib::Block64K_Log2_3d[] = {{6, 5, 5}, {5, 5, 5}, {5, 5, 4}, {5, 4, 4}, {4, 4, 4}}; 114 const Dim3d Gfx10Lib::Block4K_Log2_3d[] = {{4, 4, 4}, {3, 4, 4}, {3, 4, 3}, {3, 3, 3}, {2, 3, 3}}; 176 Dim3d metaBlk = {0}; in HwlComputeHtileInfo() 287 Dim3d metaBlk = {0}; in HwlComputeCmaskInfo() 414 Dim3d metaBlk = {0}; in HwlComputeDccInfo() 1011 Dim3d* pBlock ///< [out] block size in GetBlk256SizeLog2() 1056 Dim3d* pBlock ///< [out] block size in GetCompressedBlockSizeLog2() 1091 Dim3d compBlock; in GetMetaOverlapLog2() 1092 Dim3d microBlock; in GetMetaOverlapLog2() [all …]
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.h | 81 struct Dim3d struct 313 static const Dim3d Block1K_3d[MaxNumOfBpp]; 771 const Dim3d* pBlkDim, in ComputePadSize() 775 Dim3d* pPadDim) in ComputePadSize() 798 Dim3d GetMipTailDim(
|
D | addrlib2.cpp | 49 const Dim3d Lib::Block1K_3d[] = {{16, 8, 8}, {8, 8, 8}, {8, 8, 4}, {8, 4, 4}, {4, 4, 4}}; 1524 Dim3d Lib::GetMipTailDim( in GetMipTailDim() 1531 Dim3d out = {blockWidth, blockHeight, blockDepth}; in GetMipTailDim()
|