Searched refs:dl_sz (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2/build/demos/gxdemo/src/TexGen/ |
| D | spheremap.c | 95 u32 dl_sz = ((tess+1) + (tess-2)*(tess+1)*2) * 6 * sizeof(f32); // bytes in genMapSphere() local 98 dl_sz = OSRoundUp32B(dl_sz); in genMapSphere() 101 *display_list = (void *)MEMAllocFromAllocator(&DemoAllocator1, dl_sz); in genMapSphere() 102 GXBeginDisplayList(*display_list, dl_sz); in genMapSphere() 169 if (*size > dl_sz) in genMapSphere() 171 OSReport("Error allocating display list (%d, %d)\n", dl_sz, *size); in genMapSphere()
|
| D | parabolicmap.c | 125 u32 dl_sz = ((tess+1) + (tess-2)*(tess+1)*2) * 6 * sizeof(f32); // bytes in genMapSphere() local 127 dl_sz = OSRoundUp32B(dl_sz); in genMapSphere() 130 *display_list = (void *)MEMAllocFromAllocator(&DemoAllocator1, dl_sz); in genMapSphere() 131 GXBeginDisplayList(*display_list, dl_sz); in genMapSphere() 198 if (*size > dl_sz) in genMapSphere() 200 OSReport("Error allocating display list (%d, %d)\n", dl_sz, *size); in genMapSphere()
|