Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp1179 …GFDBlockRelocationHeader *gshTrailer = (GFDBlockRelocationHeader *) malloc( sizeof(GFDBlockRelocat… in GFDCreateBlockRelocateHeaderGSH() local
1180 memset(gshTrailer, 0, sizeof(GFDBlockRelocationHeader)); in GFDCreateBlockRelocateHeaderGSH()
1181 gshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderGSH()
1182 gshTrailer->type = 0; in GFDCreateBlockRelocateHeaderGSH()
1183 gshTrailer->size = sizeof(GFDBlockRelocationHeader); in GFDCreateBlockRelocateHeaderGSH()
1188gshTrailer->dataSize = GFDCleanTag(pOffset[oPatchTable]) - GFDCleanTag(pOffset[oMain… in GFDCreateBlockRelocateHeaderGSH()
1189gshTrailer->dataOffset = pOffset[oMain]; // offset of the main data sectio… in GFDCreateBlockRelocateHeaderGSH()
1190gshTrailer->stringTableCharNumber = pStrTable->m_nDB; // number of characters in the st… in GFDCreateBlockRelocateHeaderGSH()
1191gshTrailer->stringTableOffset = pOffset[oStringTable]; // offset of string table in this… in GFDCreateBlockRelocateHeaderGSH()
1192gshTrailer->patchTableOffsetNumber = nE; // number of offsets in the patch… in GFDCreateBlockRelocateHeaderGSH()
[all …]