Lines Matching refs:pAddr

176     s16 *pAddr;  in FillSection()  local
195 pAddr = (s16 *)&layer->matDesc[nMaterial].nReserved; in FillSection()
197 pAddr[1]++; // Increment count in FillSection()
198 if (*pAddr != *nIdx) // Check continuity in FillSection()
201 *((s16 *)&aSortBuffer[*pAddr]) = (s16)(*pAddr - *nIdx); in FillSection()
207 *pAddr = *nIdx; in FillSection()
252 pAddr = (s16 *)&layer->matDesc[nMaterial].nReserved; in FillSection()
254 pAddr[1]++; // Increment count in FillSection()
255 if (*pAddr != *nIdx) // Check continuity in FillSection()
258 *((s16 *)&aSortBuffer[*pAddr]) = (s16)(*pAddr - *nIdx); in FillSection()
264 *pAddr = *nIdx; in FillSection()
290 pAddr = (s16 *)&layer->matDesc[nMaterial].nReserved; in FillSection()
292 pAddr[1]++; // Increment count in FillSection()
293 if (*pAddr != *nIdx) // Check continuity in FillSection()
296 *((s16 *)&aSortBuffer[*pAddr]) = (s16)(*pAddr - *nIdx); in FillSection()
302 *pAddr = *nIdx; in FillSection()
347 pAddr = (s16 *)&layer->matDesc[nMaterial].nReserved; in FillSection()
349 pAddr[1]++; // Increment count in FillSection()
350 if (*pAddr != *nIdx) // Check continuity in FillSection()
353 *((s16 *)&aSortBuffer[*pAddr]) = (s16)(*pAddr - *nIdx); in FillSection()
359 *pAddr = *nIdx; in FillSection()
382 s16 *pAddr; in G2DDrawLayer() local
416 pAddr = (s16 *)&layer->matDesc[nI].nReserved; in G2DDrawLayer()
418 pAddr[0] = (s16)(nI<<1); // idx in G2DDrawLayer()
419 pAddr[1] = 0; // Count in G2DDrawLayer()
575 pAddr = (s16 *)&layer->matDesc[0].nReserved; in G2DDrawLayer()
576 aCount0 = pAddr[1]; in G2DDrawLayer()
577 pAddr = (s16 *)&layer->matDesc[1].nReserved; in G2DDrawLayer()
578 aCount1 = pAddr[1]; in G2DDrawLayer()
579 pAddr = (s16 *)&layer->matDesc[2].nReserved; in G2DDrawLayer()
580 aCount2 = pAddr[1]; in G2DDrawLayer()
603 pAddr = (s16 *)&layer->matDesc[0].nReserved; in G2DDrawLayer()
604 aCount0 = pAddr[1]; in G2DDrawLayer()
605 pAddr = (s16 *)&layer->matDesc[1].nReserved; in G2DDrawLayer()
606 aCount1 = pAddr[1]; in G2DDrawLayer()
607 pAddr = (s16 *)&layer->matDesc[2].nReserved; in G2DDrawLayer()
608 aCount2 = pAddr[1]; in G2DDrawLayer()
628 pAddr = (s16 *)&layer->matDesc[0].nReserved; in G2DDrawLayer()
629 aCount0 = pAddr[1]; in G2DDrawLayer()
630 pAddr = (s16 *)&layer->matDesc[1].nReserved; in G2DDrawLayer()
631 aCount1 = pAddr[1]; in G2DDrawLayer()
632 pAddr = (s16 *)&layer->matDesc[2].nReserved; in G2DDrawLayer()
633 aCount2 = pAddr[1]; in G2DDrawLayer()
640 pAddr = (s16 *)&layer->matDesc[nMaterial].nReserved; in G2DDrawLayer()
642 if (pAddr[1] == 0) // Count in G2DDrawLayer()
677 GXBegin(GX_QUADS, GX_VTXFMT0, (u16)(pAddr[1]<<2)); in G2DDrawLayer()
678 for(nK = (s32)pAddr[1]; nK--;) in G2DDrawLayer()
736 GXBegin(GX_QUADS, GX_VTXFMT0, (u16)(pAddr[1]<<2)); in G2DDrawLayer()
737 for(nK = (s32)pAddr[1]; nK--;) in G2DDrawLayer()
816 GXBegin(GX_QUADS, GX_VTXFMT0, (u16)(pAddr[1]<<2)); in G2DDrawLayer()
817 for(nK = (s32)pAddr[1]; nK--;) in G2DDrawLayer()