Home
last modified time | relevance | path

Searched refs:IsRtOptSwizzle (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp403 ADDR_ASSERT(IsRtOptSwizzle(pIn->swizzleMode)); in HwlComputeDccInfo()
1253 IsRtOptSwizzle(swizzleMode) && in GetMetaBlkSize()
1275 if (IsRtOptSwizzle(swizzleMode) && (compFragLog2 > 1) && (pipeRotateLog2 >= 1)) in GetMetaBlkSize()
2400 else if (IsRtOptSwizzle(swizzle)) in ValidateSwModeParams()
3688 if (IsRtOptSwizzle(swizzleMode)) in GetSwizzlePatternInfo()
3738 if (IsRtOptSwizzle(swizzleMode)) in GetSwizzlePatternInfo()
3845 if (IsRtOptSwizzle(swizzleMode)) in GetSwizzlePatternInfo()
Dgfx10addrlib.h478 const BOOL_32 isRtopt = IsRtOptSwizzle(swizzleMode); in IsRbAligned()
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h356 BOOL_32 IsRtOptSwizzle(AddrSwizzleMode swizzleMode) const in IsRtOptSwizzle() function