Searched refs:blkOffset (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/ | ||
| H A D | gfx10addrlib.cpp | 617 const UINT_32 blkOffset = ComputeOffsetFromSwizzlePattern(GFX10_CMASK_SW_PATTERN[patIdxTable[index]], local in function:Addr::V2::Gfx10Lib::HwlComputeCmaskAddrFromCoord 631 ((blkOffset >> 1) ^ pipeXor); 632 pOut->bitPosition = (blkOffset & 1) << 2; 686 const UINT_32 blkOffset = ComputeOffsetFromSwizzlePattern(GFX10_HTILE_SW_PATTERN[patIdxTable[index]], local in function:Addr::V2::Gfx10Lib::HwlComputeHtileAddrFromCoord 700 ((blkOffset >> 1) ^ pipeXor); 824 const UINT_32 blkOffset = local in function:Addr::V2::Gfx10Lib::HwlComputeDccAddrFromCoord 839 ((blkOffset >> 1) ^ pipeXor); 4460 const UINT_32 blkOffset = local in function:Addr::V2::Gfx10Lib::ComputeSurfaceAddrFromCoordMacroTiled 4470 (blkOffset ^ pipeBankXor); 4496 const UINT_32 blkOffset local in function:Addr::V2::Gfx10Lib::ComputeSurfaceAddrFromCoordMacroTiled [all...] |
Completed in 6 milliseconds