Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoCapture.c295 = DEMOGfxAllocMEM2(DEMOCaptureData.colorBuffer.surface.imageSize, in DEMOCaptureInit()
313 DEMOCaptureDLMem = DEMOGfxAllocMEM2(DEMO_DL_SIZE_MAX, in DEMOCaptureInit()
384 tempSurf.imagePtr = DEMOGfxAllocMEM2(tempSurf.imageSize, in DEMOCaptureCopy()
DdemoGfx.c77 return DEMOGfxAllocMEM2(byteCount, alignment); in DEMOGX2RAlloc()
142 void *DEMOGfxAllocMEM2(u32 size, u32 align) in DEMOGfxAllocMEM2() function
511 gpDemoGfxGPUTs = (u64*)DEMOGfxAllocMEM2(sizeof(u64), 32); in DEMOGfxInit()
859 …DEMOContextState = (GX2ContextState *)DEMOGfxAllocMEM2(sizeof(GX2ContextState), GX2_CONTEXT_STATE_… in DEMOGfxAddInstance()
DdemoFont.c519 DEMOGfxAllocMEM2(pFont->TexData.surface.imageSize, in InitFontTexture()
612 DEMOFontContextState = DEMOGfxAllocMEM2(sizeof(GX2ContextState), GX2_CONTEXT_STATE_ALIGNMENT); in DEMOFontAddInstance()
DdemoGfxShader.c271 pShader->pFetchShaderBuffer = DEMOGfxAllocMEM2(shaderSize, GX2_SHADER_ALIGNMENT); in DEMOGfxInitFetchShader()
DdemoTest.c367 pTimestamp = (u64*)DEMOGfxAllocMEM2(sizeof(u64) * 2, 8); in DEMOTestCheckPerfBegin()
DdemoDRC.c392 DEMODRCContextState = DEMOGfxAllocMEM2(sizeof(GX2ContextState), GX2_CONTEXT_STATE_ALIGNMENT); in DEMODRCAddInstance()
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfx.h71 void *DEMOGfxAllocMEM2(u32 size, u32 align);
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfx.h71 void *DEMOGfxAllocMEM2(u32 size, u32 align);
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp235 s_timerData = (u64*)DEMOGfxAllocMEM2(sizeof(u64)*2, GX2_DEFAULT_BUFFER_ALIGNMENT); in SceneInit()