Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp804 int oStringTable = nE; in GFDCreateBlockRelocateHeaderVSH() local
850 …vshTrailer->stringTableOffset = pOffset[oStringTable]; // offset of string table in this… in GFDCreateBlockRelocateHeaderVSH()
861 …assert(offStringTable == GFDCleanTag(pOffset[oStringTable]) && "Guess for offset table in 7a was w… in GFDCreateBlockRelocateHeaderVSH()
974 int oStringTable = nE; in GFDCreateBlockRelocateHeaderPSH() local
1020 …pshTrailer->stringTableOffset = pOffset[oStringTable]; // offset of string table in this… in GFDCreateBlockRelocateHeaderPSH()
1031 …assert(offStringTable == GFDCleanTag(pOffset[oStringTable]) && "Guess for offset table in 7a was w… in GFDCreateBlockRelocateHeaderPSH()
1145 int oStringTable = nE; in GFDCreateBlockRelocateHeaderGSH() local
1191 …gshTrailer->stringTableOffset = pOffset[oStringTable]; // offset of string table in this… in GFDCreateBlockRelocateHeaderGSH()
1202 …assert(offStringTable == GFDCleanTag(pOffset[oStringTable]) && "Guess for offset table in 7a was w… in GFDCreateBlockRelocateHeaderGSH()
1343 int oStringTable = nE; in GFDCreateBlockRelocateHeaderCSH() local
[all …]