Home
last modified time | relevance | path

Searched refs:IsTex3d (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.h240 ((IsTex3d(resourceType) == TRUE) && in HwlIsThin()
249 return ((IsTex3d(resourceType) == TRUE) && in HwlIsThick()
483 (IsTex3d(resourceType) && isDisplay); in IsRbAligned()
Dgfx10addrlib.cpp392 …else if (m_settings.dccUnsup3DSwDis && IsTex3d(pIn->resourceType) && IsDisplaySwizzle(pIn->swizzle… in HwlComputeDccInfo()
2217 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams()
2293 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams()
3321 … pOut->pMipInfo[i].depth = IsTex3d(pIn->resourceType) ? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()
3375 pOut->pMipInfo[i].depth = IsTex3d(pIn->resourceType) ? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()
3433 … pOut->pMipInfo[0].depth = IsTex3d(pIn->resourceType) ? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.h276 (IsTex3d(resourceType) && m_swizzleModeTable[swizzleMode].isDisp); in HwlIsStandardSwizzle()
291 ((IsTex3d(resourceType) == TRUE) && in HwlIsThin()
300 return (IsTex3d(resourceType) && in HwlIsThick()
Dgfx9addrlib.cpp2150 ((IsTex3d(rsrcType) == TRUE) && in IsEquationSupported()
2647 ADDR_ASSERT(IsTex3d(rsrcType)); in HwlComputeThickEquation()
3108 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams()
3180 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams()
4096 pOut->pMipInfo[0].depth = IsTex3d(pIn->resourceType)? pOut->numSlices : 1; in HwlComputeSurfaceInfoTiled()
4246 UINT_32 mipDepth = IsTex3d(resourceType) ? mip0Depth : 1; in GetMipChainInfo()
4252 BOOL_32 is3dThin = IsTex3d(resourceType) && (is3dThick == FALSE); in GetMipChainInfo()
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp366 (IsTex3d(localIn.resourceType) && in ComputeSurfaceAddrFromCoord()
1314 (IsTex3d(pIn->resourceType) && in ComputeSurfaceCoordFromAddrLinear()
Daddrlib2.h417 static BOOL_32 IsTex3d(AddrResourceType resourceType) in IsTex3d() function