Home
last modified time | relevance | path

Searched refs:GFDCleanTag (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp288 u32 GFDCleanTag(u32 Offset) {return Offset & ~GFD_TAG_MASK;} in GFDCleanTag() function
823 *((u32*) (pDT->m_pDB + GFDCleanTag(pAddr[i]))) = pOffset[i]; in GFDCreateBlockRelocateHeaderVSH()
847 …vshTrailer->dataSize = GFDCleanTag(pOffset[oPatchTable]) - GFDCleanTag(pOffset[oMain… in GFDCreateBlockRelocateHeaderVSH()
861 …assert(offStringTable == GFDCleanTag(pOffset[oStringTable]) && "Guess for offset table in 7a was w… in GFDCreateBlockRelocateHeaderVSH()
993 *((u32*) (pDT->m_pDB + GFDCleanTag(pAddr[i]))) = pOffset[i]; in GFDCreateBlockRelocateHeaderPSH()
1017 …pshTrailer->dataSize = GFDCleanTag(pOffset[oPatchTable]) - GFDCleanTag(pOffset[oMain… in GFDCreateBlockRelocateHeaderPSH()
1031 …assert(offStringTable == GFDCleanTag(pOffset[oStringTable]) && "Guess for offset table in 7a was w… in GFDCreateBlockRelocateHeaderPSH()
1164 *((u32*) (pDT->m_pDB + GFDCleanTag(pAddr[i]))) = pOffset[i]; in GFDCreateBlockRelocateHeaderGSH()
1188 …gshTrailer->dataSize = GFDCleanTag(pOffset[oPatchTable]) - GFDCleanTag(pOffset[oMain… in GFDCreateBlockRelocateHeaderGSH()
1202 …assert(offStringTable == GFDCleanTag(pOffset[oStringTable]) && "Guess for offset table in 7a was w… in GFDCreateBlockRelocateHeaderGSH()
[all …]
/CafeSDK-2.12.13-1/system/src/lib/gfd/
DgfdInterface.c1297 u32 GFDCleanTag(u32 Offset) {return Offset & ~GFD_TAG_MASK;} in GFDCleanTag() function
1334 u32 MainOffset = GFDCleanTag( pTrailer->dataOffset ); in _GFDRelocateBlockEx()
1335 u32 PTableOffset = GFDCleanTag( pTrailer->patchTableOffset ); in _GFDRelocateBlockEx()
1353 pPatchLoc = ((u32*) (pData + GFDCleanTag(Offset)) ); in _GFDRelocateBlockEx()
1357 *pPatchLoc = (u32) ( GFDCleanTag(*pPatchLoc) - fromOffset + toOffset); in _GFDRelocateBlockEx()