Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.h221 (IsTex2d(resourceType) == TRUE) || in HwlIsThin()
460 return (IsTex2d(resourceType) && (isRtopt || isZ)) || in IsRbAligned()
Dgfx11addrlib.cpp2147 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateNonSwModeParams()
2220 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateSwModeParams()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.h238 (IsTex2d(resourceType) == TRUE) || in HwlIsThin()
492 return (IsTex2d(resourceType) && (isRtopt || isZ)) || in IsRbAligned()
Dgfx10addrlib.cpp2529 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateNonSwModeParams()
2604 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateSwModeParams()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.h282 return IsTex2d(resourceType) && m_swizzleModeTable[swizzleMode].isDisp; in HwlIsDisplaySwizzle()
289 return ((IsTex2d(resourceType) == TRUE) || in HwlIsThin()
Dgfx9addrlib.cpp2264 (((IsTex2d(rsrcType) == TRUE) && in IsEquationSupported()
2314 if (IsBlock256b(swMode) && IsTex2d(rsrcType)) in InitEquationTable()
3227 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateNonSwModeParams()
3299 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateSwModeParams()
4119 if ((IsTex2d(pIn->resourceType) == TRUE) && in HwlComputeSurfaceInfoTiled()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h421 static BOOL_32 IsTex2d(AddrResourceType resourceType) in IsTex2d() function