Lines Matching refs:pSrc
120 void GX_LoadTexEx(GXVRamTex tex, const void *pSrc, u32 destSlotAddr, u32 szByte) in GX_LoadTexEx() argument
127 SDK_ALIGN4_ASSERT(pSrc); in GX_LoadTexEx()
165 GXi_DmaCopy32(GXi_DmaId, pSrc, pLCDC, sz); in GX_LoadTexEx()
167 (void *)((u8 *)pSrc + sz), pLCDC2, szByte - sz, NULL, NULL); in GX_LoadTexEx()
172 GXi_DmaCopy32Async(GXi_DmaId, pSrc, pLCDC, szByte, NULL, NULL); in GX_LoadTexEx()
277 void GX_LoadTex(const void *pSrc, u32 destSlotAddr, u32 szByte) in GX_LoadTex() argument
280 SDK_NULL_ASSERT(pSrc); in GX_LoadTex()
286 SDK_ALIGN4_ASSERT(pSrc); in GX_LoadTex()
315 GXi_DmaCopy32(GXi_DmaId, pSrc, pLCDC, sz); in GX_LoadTex()
317 (void *)((u8 *)pSrc + sz), pLCDC2, szByte - sz, NULL, NULL); in GX_LoadTex()
322 GXi_DmaCopy32Async(GXi_DmaId, pSrc, pLCDC, szByte, NULL, NULL); in GX_LoadTex()
389 void GX_LoadTexPlttEx(GXVRamTexPltt texPltt, const void *pSrc, u32 destSlotAddr, u32 szByte) in GX_LoadTexPlttEx() argument
398 SDK_NULL_ASSERT(pSrc); in GX_LoadTexPlttEx()
402 SDK_ALIGN4_ASSERT(pSrc); in GX_LoadTexPlttEx()
409 GXi_DmaCopy32Async(GXi_DmaId, pSrc, (void *)(base + destSlotAddr), szByte, NULL, NULL); in GX_LoadTexPlttEx()
477 void GX_LoadTexPltt(const void *pSrc, u32 destSlotAddr, u32 szByte) in GX_LoadTexPltt() argument
479 SDK_NULL_ASSERT(pSrc); in GX_LoadTexPltt()
484 SDK_ALIGN4_ASSERT(pSrc); in GX_LoadTexPltt()
492 pSrc, (void *)(sTexPlttLCDCBlk + destSlotAddr), szByte, NULL, NULL); in GX_LoadTexPltt()
588 void GX_LoadClearImageColor(const void *pSrc, u32 szByte) in GX_LoadClearImageColor() argument
590 SDK_NULL_ASSERT(pSrc); in GX_LoadClearImageColor()
594 SDK_ALIGN4_ASSERT(pSrc); in GX_LoadClearImageColor()
597 GXi_DmaCopy32Async(GXi_DmaId, pSrc, (void *)(sClrImgLCDCBlk), szByte, NULL, NULL); in GX_LoadClearImageColor()
614 void GX_LoadClearImageDepth(const void *pSrc, u32 szByte) in GX_LoadClearImageDepth() argument
616 SDK_NULL_ASSERT(pSrc); in GX_LoadClearImageDepth()
620 SDK_ALIGN4_ASSERT(pSrc); in GX_LoadClearImageDepth()
624 pSrc, in GX_LoadClearImageDepth()