Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.h136 (IsTex3d(resourceType) && m_swizzleModeTable[swizzleMode].isDisp); in HwlIsStandardSwizzle()
151 ((IsTex3d(resourceType) == TRUE) && in HwlIsThin()
160 return (IsTex3d(resourceType) && in HwlIsThick()
Dgfx9addrlib.cpp2067 ((IsTex3d(rsrcType) == TRUE) && in IsEquationSupported()
2564 ADDR_ASSERT(IsTex3d(rsrcType)); in HwlComputeThickEquation()
3047 BOOL_32 tex3d = IsTex3d(rsrcType); in HwlComputeSurfaceInfoSanityCheck()
3322 else if (IsTex3d(pOut->resourceType)) in HwlGetPreferredSurfaceSetting()
4033 pOut->pMipInfo[0].depth = IsTex3d(pIn->resourceType)? pOut->numSlices : 1; in HwlComputeSurfaceInfoTiled()
4170 UINT_32 mipDepth = IsTex3d(resourceType) ? mip0Depth : 1; in GetMipChainInfo()
4176 BOOL_32 is3dThin = IsTex3d(resourceType) && (is3dThick == FALSE); in GetMipChainInfo()
/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.cpp342 (IsTex3d(localIn.resourceType) && in ComputeSurfaceAddrFromCoord()
1277 (IsTex3d(pIn->resourceType) && in ComputeSurfaceCoordFromAddrLinear()
Daddrlib2.h280 static BOOL_32 IsTex3d(AddrResourceType resourceType) in IsTex3d() function