Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.h222 ((IsTex3d(resourceType) == TRUE) && in HwlIsThin()
231 return ((IsTex3d(resourceType) == TRUE) && in HwlIsThick()
461 (IsTex3d(resourceType) && isDisplay); in IsRbAligned()
Dgfx11addrlib.cpp2146 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams()
2219 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams()
3332 … pOut->pMipInfo[0].depth = IsTex3d(pIn->resourceType)? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.h239 ((IsTex3d(resourceType) == TRUE) && in HwlIsThin()
248 return ((IsTex3d(resourceType) == TRUE) && in HwlIsThick()
493 (IsTex3d(resourceType) && isDisplay); in IsRbAligned()
Dgfx10addrlib.cpp411 …else if (m_settings.dccUnsup3DSwDis && IsTex3d(pIn->resourceType) && IsDisplaySwizzle(pIn->swizzle… in HwlComputeDccInfo()
2528 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams()
2603 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams()
3735 … pOut->pMipInfo[i].depth = IsTex3d(pIn->resourceType) ? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()
3789 pOut->pMipInfo[i].depth = IsTex3d(pIn->resourceType) ? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()
3847 … pOut->pMipInfo[0].depth = IsTex3d(pIn->resourceType) ? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.h275 (IsTex3d(resourceType) && m_swizzleModeTable[swizzleMode].isDisp); in HwlIsStandardSwizzle()
290 ((IsTex3d(resourceType) == TRUE) && in HwlIsThin()
299 return (IsTex3d(resourceType) && in HwlIsThick()
Dgfx9addrlib.cpp2268 ((IsTex3d(rsrcType) == TRUE) && in IsEquationSupported()
2765 ADDR_ASSERT(IsTex3d(rsrcType)); in HwlComputeThickEquation()
3226 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams()
3298 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams()
4281 pOut->pMipInfo[0].depth = IsTex3d(pIn->resourceType)? pOut->numSlices : 1; in HwlComputeSurfaceInfoTiled()
4431 UINT_32 mipDepth = IsTex3d(resourceType) ? mip0Depth : 1; in GetMipChainInfo()
4437 BOOL_32 is3dThin = IsTex3d(resourceType) && (is3dThick == FALSE); in GetMipChainInfo()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp369 (IsTex3d(localIn.resourceType) && in ComputeSurfaceAddrFromCoord()
1353 (IsTex3d(pIn->resourceType) && in ComputeSurfaceCoordFromAddrLinear()
Daddrlib2.h426 static BOOL_32 IsTex3d(AddrResourceType resourceType) in IsTex3d() function