Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp809 int nWordsStrTbl = (pStrTable->m_nDB + 0x3) / 4; in GFDCreateBlockRelocateHeaderVSH() local
810 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderVSH()
811 …pOffset[nE] = GFDAddDataTable(pDT, pStrTable->m_pDB, nWordsStrTbl*4); // simply write out string … in GFDCreateBlockRelocateHeaderVSH()
816 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderVSH()
979 int nWordsStrTbl = (pStrTable->m_nDB + 0x3) / 4; in GFDCreateBlockRelocateHeaderPSH() local
980 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderPSH()
981 …pOffset[nE] = GFDAddDataTable(pDT, pStrTable->m_pDB, nWordsStrTbl*4); // simply write out string … in GFDCreateBlockRelocateHeaderPSH()
986 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderPSH()
1150 int nWordsStrTbl = (pStrTable->m_nDB + 0x3) / 4; in GFDCreateBlockRelocateHeaderGSH() local
1151 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderGSH()
[all …]