Searched refs:Block256_3dZ (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/addrlib/gfx9/ |
D | gfx9addrlib.h | 367 compressBlkDim = Block256_3dZ[index]; in GetDccCompressBlk() 378 static const Dim3d Block256_3dZ[MaxNumOfBpp]; variable
|
D | gfx9addrlib.cpp | 118 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 4201 mipPitch = Block256_3dZ[index].w; in GetMipChainInfo() 4202 mipHeight = Block256_3dZ[index].h; in GetMipChainInfo() 4203 mipDepth = Block256_3dZ[index].d; in GetMipChainInfo()
|