Home
last modified time | relevance | path

Searched refs:isThick (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp4554 BOOL_32 isThick = (pMetaBlkDim->d > 1); in GetMetaMiptailInfo() local
4560 if (isThick) in GetMetaMiptailInfo()
4644 if (isThick) in GetMetaMiptailInfo()
4654 if (isThick) in GetMetaMiptailInfo()
4692 if (isThick) in GetMetaMiptailInfo()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.cpp294 const BOOL_32 isThick = IsThick(pIn->resourceType, pIn->swizzleMode); in HwlComputeDccInfo() local
296 pOut->compressBlkWidth = isThick ? Block256_3d[elemLog2].w : Block256_2d[elemLog2].w; in HwlComputeDccInfo()
297 pOut->compressBlkHeight = isThick ? Block256_3d[elemLog2].h : Block256_2d[elemLog2].h; in HwlComputeDccInfo()
298 pOut->compressBlkDepth = isThick ? Block256_3d[elemLog2].d : 1; in HwlComputeDccInfo()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp424 const BOOL_32 isThick = IsThick(pIn->resourceType, pIn->swizzleMode); in HwlComputeDccInfo() local
426 pOut->compressBlkWidth = isThick ? Block256_3d[elemLog2].w : Block256_2d[elemLog2].w; in HwlComputeDccInfo()
427 pOut->compressBlkHeight = isThick ? Block256_3d[elemLog2].h : Block256_2d[elemLog2].h; in HwlComputeDccInfo()
428 pOut->compressBlkDepth = isThick ? Block256_3d[elemLog2].d : 1; in HwlComputeDccInfo()