Home
last modified time | relevance | path

Searched refs:Dim3d (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.h439 VOID GetMetaMipInfo(UINT_32 numMipLevels, Dim3d* pMetaBlkDim,
490 Dim3d mipTailDim, in IsInMipTail()
554 Dim3d mipCoord,
556 Dim3d* pMetaBlkDim) const;
558 Dim3d GetMipStartPos(
604 Dim3d GetDccCompressBlk( in GetDccCompressBlk()
610 Dim3d compressBlkDim; in GetDccCompressBlk()
633 static const Dim3d Block256_3dS[MaxNumOfBpp];
634 static const Dim3d Block256_3dZ[MaxNumOfBpp];
Dgfx9addrlib.cpp114 const Dim3d Gfx9Lib::Block256_3dS[] = {{16, 4, 4}, {8, 4, 4}, {4, 4, 4}, {2, 4, 4}, {1, 4, 4}};
116 const Dim3d Gfx9Lib::Block256_3dZ[] = {{8, 4, 8}, {4, 4, 8}, {4, 4, 4}, {4, 2, 4}, {2, 2, 4}};
190 Dim3d metaBlkDim = {8, 8, 1}; in HwlComputeHtileInfo()
198 Dim3d metaBlkDimDbg = {8, 8, 1}; in HwlComputeHtileInfo()
412 Dim3d* pMetaBlkDim, ///< [in] meta block dimension in GetMetaMipInfo()
498 Dim3d mipCoord = {0}; in GetMetaMipInfo()
640 Dim3d compressBlkDim = GetDccCompressBlk(pIn->resourceType, pIn->swizzleMode, pIn->bpp); in HwlComputeDccInfo()
641 Dim3d metaBlkDim = compressBlkDim; in HwlComputeDccInfo()
2936 Dim3d microBlockDim = Block1K_3d[elementBytesLog2]; in HwlComputeThickEquation()
4191 const Dim3d tailMaxDim = GetMipTailDim(pIn->resourceType, in HwlComputeSurfaceInfoTiled()
[all …]
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.h412 Dim3d* pBlock) const;
420 Dim3d* pBlock) const;
441 Dim3d* pBlock) const;
509 Dim3d mipTailDim, in IsInMipTail()
538 static const Dim3d Block256_3d[MaxNumOfBpp];
539 static const Dim3d Block256K_Log2_3d[MaxNumOfBpp];
540 static const Dim3d Block64K_Log2_3d[MaxNumOfBpp];
541 static const Dim3d Block4K_Log2_3d[MaxNumOfBpp];
Dgfx11addrlib.cpp110 const Dim3d Gfx11Lib::Block256_3d[] = {{8, 4, 8}, {4, 4, 8}, {4, 4, 4}, {4, 2, 4}, {2, 2, 4}};
112 const Dim3d Gfx11Lib::Block256K_Log2_3d[] = {{6, 6, 6}, {5, 6, 6}, {5, 6, 5}, {5, 5, 5}, {4, 5, 5}};
113 const Dim3d Gfx11Lib::Block64K_Log2_3d[] = {{6, 5, 5}, {5, 5, 5}, {5, 5, 4}, {5, 4, 4}, {4, 4, 4}};
114 const Dim3d Gfx11Lib::Block4K_Log2_3d[] = {{4, 4, 4}, {3, 4, 4}, {3, 4, 3}, {3, 3, 3}, {2, 3, 3}};
176 Dim3d metaBlk = {}; in HwlComputeHtileInfo()
302 Dim3d metaBlk = {}; in HwlComputeDccInfo()
785 Dim3d* pBlock ///< [out] block size in GetBlk256SizeLog2()
831 Dim3d* pBlock ///< [out] block size in GetCompressedBlockSizeLog2()
866 Dim3d compBlock; in GetMetaOverlapLog2()
867 Dim3d microBlock; in GetMetaOverlapLog2()
[all …]
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.h443 Dim3d* pBlock) const;
451 Dim3d* pBlock) const;
472 Dim3d* pBlock) const;
539 Dim3d mipTailDim, in IsInMipTail()
565 static const Dim3d Block256_3d[MaxNumOfBpp];
566 static const Dim3d Block64K_Log2_3d[MaxNumOfBpp];
567 static const Dim3d Block4K_Log2_3d[MaxNumOfBpp];
Dgfx10addrlib.cpp110 const Dim3d Gfx10Lib::Block256_3d[] = {{8, 4, 8}, {4, 4, 8}, {4, 4, 4}, {4, 2, 4}, {2, 2, 4}};
112 const Dim3d Gfx10Lib::Block64K_Log2_3d[] = {{6, 5, 5}, {5, 5, 5}, {5, 5, 4}, {5, 4, 4}, {4, 4, 4}};
113 const Dim3d Gfx10Lib::Block4K_Log2_3d[] = {{4, 4, 4}, {3, 4, 4}, {3, 4, 3}, {3, 3, 3}, {2, 3, 3}};
175 Dim3d metaBlk = {}; in HwlComputeHtileInfo()
294 Dim3d metaBlk = {}; in HwlComputeCmaskInfo()
433 Dim3d metaBlk = {}; in HwlComputeDccInfo()
1130 Dim3d* pBlock ///< [out] block size in GetBlk256SizeLog2()
1175 Dim3d* pBlock ///< [out] block size in GetCompressedBlockSizeLog2()
1210 Dim3d compBlock; in GetMetaOverlapLog2()
1211 Dim3d microBlock; in GetMetaOverlapLog2()
[all …]
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h87 struct Dim3d struct
326 static const Dim3d Block1K_3d[MaxNumOfBpp];
793 const Dim3d* pBlkDim, in ComputePadSize()
797 Dim3d* pPadDim) in ComputePadSize()
820 Dim3d GetMipTailDim(
Daddrlib2.cpp49 const Dim3d Lib::Block1K_3d[] = {{16, 8, 8}, {8, 8, 8}, {8, 8, 4}, {8, 4, 4}, {4, 4, 4}};
1563 Dim3d Lib::GetMipTailDim( in GetMipTailDim()
1570 Dim3d out = {blockWidth, blockHeight, blockDepth}; in GetMipTailDim()