Home
last modified time | relevance | path

Searched refs:Block256_3dZ (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.h624 compressBlkDim = Block256_3dZ[index]; in GetDccCompressBlk()
634 static const Dim3d Block256_3dZ[MaxNumOfBpp]; variable
Dgfx9addrlib.cpp116 const Dim3d Gfx9Lib::Block256_3dZ[] = {{8, 4, 8}, {4, 4, 8}, {4, 4, 4}, {4, 2, 4}, {2, 2, 4}}; member in Addr::V2::Gfx9Lib
4462 mipPitch = Block256_3dZ[index].w; in GetMipChainInfo()
4463 mipHeight = Block256_3dZ[index].h; in GetMipChainInfo()
4464 mipDepth = Block256_3dZ[index].d; in GetMipChainInfo()