Searched refs:GDWriteCPCmd (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.1/build/libraries/gd/src/ |
| D | GDGeometry.c | 163 GDWriteCPCmd( CP_VCD_LO_ID, CP_VCD_REG_LO_PS( pnMtxIdx, txMtxIdxMask, in GDSetVtxDescv() 166 GDWriteCPCmd( CP_VCD_HI_ID, CP_VCD_REG_HI( tex0, tex1, tex2, tex3, in GDSetVtxDescv() 314 GDWriteCPCmd( (u8)(CP_VAT_A_ID + vtxfmt), in GDSetVtxAttrFmtv() 321 GDWriteCPCmd( (u8)(CP_VAT_B_ID + vtxfmt), in GDSetVtxAttrFmtv() 327 GDWriteCPCmd( (u8)(CP_VAT_C_ID + vtxfmt), in GDSetVtxAttrFmtv() 355 GDWriteCPCmd( (u8) (CP_ARRAY_BASE_ID + cpAttr), in GDSetArray() 358 GDWriteCPCmd( (u8) (CP_ARRAY_STRIDE_ID + cpAttr), in GDSetArray() 383 GDWriteCPCmd( (u8) (CP_ARRAY_BASE_ID + cpAttr), in GDSetArrayRaw() 386 GDWriteCPCmd( (u8) (CP_ARRAY_STRIDE_ID + cpAttr), in GDSetArrayRaw()
|
| D | GDTransform.c | 267 GDWriteCPCmd( CP_MATINDEX_A, regA ); // W1 in GDSetCurrentMtx() 268 GDWriteCPCmd( CP_MATINDEX_B, regB ); // W2 in GDSetCurrentMtx()
|
| /RvlSDK-3.1/include/revolution/gd/ |
| D | GDBase.h | 139 static inline void GDWriteCPCmd(u8 addr, u32 val); 329 static inline void GDWriteCPCmd(u8 addr, u32 val) in GDWriteCPCmd() function
|