Home
last modified time | relevance | path

Searched refs:col0 (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2.2/include/revolution/gd/
DGDGeometry.h116 …G_LO(pmidx, t0midx, t1midx, t2midx, t3midx, t4midx, t5midx, t6midx, t7midx, pos, nrm, col0, col1) \ argument
128 (((unsigned long)(col0)) << CP_VCD_REG_LO_COL0_SHIFT) | \
131 #define CP_VCD_REG_LO_PS(pmidx, t76543210midx, pos, nrm, col0, col1) \ argument
136 (((unsigned long)(col0)) << CP_VCD_REG_LO_COL0_SHIFT) | \
/RvlSDK-3.2.2/build/libraries/gd/src/
DGDGeometry.c89 u32 col0 = GX_NONE; in GDSetVtxDescv() local
147 case GX_VA_CLR0: col0=attrPtr->type; ncols+=(col0 != GX_NONE); break; in GDSetVtxDescv()
164 posn, norm, col0, col1 )); in GDSetVtxDescv()