Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp838 …GFDBlockRelocationHeader *vshTrailer = (GFDBlockRelocationHeader *) malloc( sizeof(GFDBlockRelocat… in GFDCreateBlockRelocateHeaderVSH() local
839 memset(vshTrailer, 0, sizeof(GFDBlockRelocationHeader)); in GFDCreateBlockRelocateHeaderVSH()
840 vshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderVSH()
841 vshTrailer->type = 0; in GFDCreateBlockRelocateHeaderVSH()
842 vshTrailer->size = sizeof(GFDBlockRelocationHeader); in GFDCreateBlockRelocateHeaderVSH()
847vshTrailer->dataSize = GFDCleanTag(pOffset[oPatchTable]) - GFDCleanTag(pOffset[oMain… in GFDCreateBlockRelocateHeaderVSH()
848vshTrailer->dataOffset = pOffset[oMain]; // offset of the main data sectio… in GFDCreateBlockRelocateHeaderVSH()
849vshTrailer->stringTableCharNumber = pStrTable->m_nDB; // number of characters in the st… in GFDCreateBlockRelocateHeaderVSH()
850vshTrailer->stringTableOffset = pOffset[oStringTable]; // offset of string table in this… in GFDCreateBlockRelocateHeaderVSH()
851vshTrailer->patchTableOffsetNumber = nE; // number of offsets in the patch… in GFDCreateBlockRelocateHeaderVSH()
[all …]