Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/gfd/
DgfdConstant.h85 #define GFD_BLOCK_RELOCATION_HEADER_MAGIC _GFD_CREATE_MAGIC('}','B','L','K') macro
/CafeSDK-2.12.13-1/system/src/lib/gfd/headers/cafe/gfd/
DgfdConstant.h85 #define GFD_BLOCK_RELOCATION_HEADER_MAGIC _GFD_CREATE_MAGIC('}','B','L','K') macro
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp840 vshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderVSH()
1010 pshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderPSH()
1181 gshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderGSH()
1384 vshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderCSH()
/CafeSDK-2.12.13-1/system/src/lib/gfd/
DgfdInterface.c1317 ASSERT(GFD_BLOCK_RELOCATION_HEADER_MAGIC == pTrailer->magic && pTrailer->size == size); in _GFDRelocateBlock()