Searched refs:DEMOAllocEx (Results 1 – 8 of 8) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoGfd.c | 50 pHeader = (GX2VertexShader *)DEMOAllocEx(headerSize, PPC_IO_BUFFER_ALIGN); in DEMOGFDReadVertexShader() 114 pHeader = (GX2PixelShader *)DEMOAllocEx(headerSize, PPC_IO_BUFFER_ALIGN); in DEMOGFDReadPixelShader() 178 pHeader = (GX2GeometryShader *)DEMOAllocEx(headerSize, PPC_IO_BUFFER_ALIGN); in DEMOGFDReadGeometryShader() 252 pHeader = (GX2ComputeShader *)DEMOAllocEx(headerSize, PPC_IO_BUFFER_ALIGN); in DEMOGFDReadComputeShader() 310 pHeader = (GX2Texture *)DEMOAllocEx(headerSize, PPC_IO_BUFFER_ALIGN); in DEMOGFDReadTexture()
|
| D | demoFWB.c | 41 fwbFileInfo->writeBuffer = DEMOAllocEx(writeBufferSize, PPC_IO_BUFFER_ALIGN); in DEMOFWBOpenFile() 137 tempPtr = DEMOAllocEx(length+1, PPC_IO_BUFFER_ALIGN); in DEMOFWBWrite()
|
| D | demoSystem.c | 161 void* DEMOAllocEx(u32 size, u32 align) in DEMOAllocEx() function
|
| D | demoDRCCamera.c | 44 pMem = DEMOAllocEx(size, alignment); in DEMODRCCameraMemAlloc()
|
| D | demoFS.c | 268 fileBuf = DEMOAllocEx(fileAllocLen, PPC_IO_BUFFER_ALIGN); in DEMOFSSimpleRead() 298 fileBuf = DEMOAllocEx(fileAllocLen, alignSize); in DEMOFSSimpleReadAlign()
|
| D | demoGfx.c | 151 ptr = DEMOAllocEx(size, align); in DEMOGfxAllocMEM2() 220 DEMOCommandBufferBasePtr = (u32 *) DEMOAllocEx( in DEMOGfxInit()
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demoSystem.h | 117 void* DEMOAllocEx(u32 size, u32 align);
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demoSystem.h | 117 void* DEMOAllocEx(u32 size, u32 align);
|