Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Constant.h47 #define GX2_CONTEXT_STATE_ALIGNMENT 0x100 macro
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoDRC.c392 DEMODRCContextState = DEMOGfxAllocMEM2(sizeof(GX2ContextState), GX2_CONTEXT_STATE_ALIGNMENT); in DEMODRCAddInstance()
DdemoFont.c612 DEMOFontContextState = DEMOGfxAllocMEM2(sizeof(GX2ContextState), GX2_CONTEXT_STATE_ALIGNMENT); in DEMOFontAddInstance()
DdemoGfx.c859 …tState = (GX2ContextState *)DEMOGfxAllocMEM2(sizeof(GX2ContextState), GX2_CONTEXT_STATE_ALIGNMENT); in DEMOGfxAddInstance()