Home
last modified time | relevance | path

Searched refs:IsTex2d (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.h239 (IsTex2d(resourceType) == TRUE) || in HwlIsThin()
482 return (IsTex2d(resourceType) && (isRtopt || isZ)) || in IsRbAligned()
Dgfx10addrlib.cpp2218 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateNonSwModeParams()
2294 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateSwModeParams()
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.h283 return IsTex2d(resourceType) && m_swizzleModeTable[swizzleMode].isDisp; in HwlIsDisplaySwizzle()
290 return ((IsTex2d(resourceType) == TRUE) || in HwlIsThin()
Dgfx9addrlib.cpp2146 (((IsTex2d(rsrcType) == TRUE) && in IsEquationSupported()
2196 if (IsBlock256b(swMode) && IsTex2d(rsrcType)) in InitEquationTable()
3109 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateNonSwModeParams()
3181 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateSwModeParams()
3934 if ((IsTex2d(pIn->resourceType) == TRUE) && in HwlComputeSurfaceInfoTiled()
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h412 static BOOL_32 IsTex2d(AddrResourceType resourceType) in IsTex2d() function