Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utExpandDepth.cpp95 GX2NotifyMemAlloc(g_expandDepthShader[i].pVertexShader->shaderPtr, in GX2UTExpandDepthInit()
103 GX2NotifyMemAlloc(g_expandDepthShader[i].pPixelShader->shaderPtr, in GX2UTExpandDepthInit()
Dgx2utExpandColor.cpp95 GX2NotifyMemAlloc(g_expandColorShader[i].pVertexShader->shaderPtr, in GX2UTExpandAAColorInit()
103 GX2NotifyMemAlloc(g_expandColorShader[i].pPixelShader->shaderPtr, in GX2UTExpandAAColorInit()
Dgx2utConvertDepth.cpp96 GX2NotifyMemAlloc(g_expandDepthShader[i].pVertexShader->shaderPtr, in GX2UTConvertDepthInit()
104 GX2NotifyMemAlloc(g_expandDepthShader[i].pPixelShader->shaderPtr, in GX2UTConvertDepthInit()
Dgx2utResolve.cpp96 GX2NotifyMemAlloc(g_resolveColorShader[i].pVertexShader->shaderPtr, in GX2UTResolveColorInit()
104 GX2NotifyMemAlloc(g_resolveColorShader[i].pPixelShader->shaderPtr, in GX2UTResolveColorInit()
Dgx2utClear.cpp92 GX2NotifyMemAlloc(g_GX2UTFetchShader, in GX2UTClearSurfaceRectInit()
105 GX2NotifyMemAlloc(g_clearSurfaceShader[i].pVertexShader->shaderPtr, in GX2UTClearSurfaceRectInit()
113 GX2NotifyMemAlloc(g_clearSurfaceShader[i].pPixelShader->shaderPtr, in GX2UTClearSurfaceRectInit()
Dgx2utCopy.cpp165 GX2NotifyMemAlloc(g_copySurfaceShader[i].pVertexShader->shaderPtr, in GX2UTCopySurfaceRectInit()
173 GX2NotifyMemAlloc(g_copySurfaceShader[i].pPixelShader->shaderPtr, in GX2UTCopySurfaceRectInit()
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Misc.h254 void GX2API GX2NotifyMemAlloc(void* addr, u32 size, u32 align);
266 GX2_INLINE void GX2NotifyMemAlloc(const void* addr, u32 size, u32 align){ in GX2NotifyMemAlloc() function
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfx.c111 GX2NotifyMemAlloc(ptr, size, align); in DEMOGfxAllocMEM1()
129 GX2NotifyMemAlloc(ptr, size, align); in DEMOGfxAllocBucket()
152 GX2NotifyMemAlloc(ptr, size, align); in DEMOGfxAllocMEM2()
DdemoFont.c523 GX2NotifyMemAlloc(pFont->pFontImageData, width*height, 32); in InitFontTexture()