Lines Matching refs:GX_NONE
85 u32 pnMtxIdx = GX_NONE; in GDSetVtxDescv()
88 u32 norm = GX_NONE; in GDSetVtxDescv()
89 u32 col0 = GX_NONE; in GDSetVtxDescv()
90 u32 col1 = GX_NONE; in GDSetVtxDescv()
91 u32 tex0 = GX_NONE; in GDSetVtxDescv()
92 u32 tex1 = GX_NONE; in GDSetVtxDescv()
93 u32 tex2 = GX_NONE; in GDSetVtxDescv()
94 u32 tex3 = GX_NONE; in GDSetVtxDescv()
95 u32 tex4 = GX_NONE; in GDSetVtxDescv()
96 u32 tex5 = GX_NONE; in GDSetVtxDescv()
97 u32 tex6 = GX_NONE; in GDSetVtxDescv()
98 u32 tex7 = GX_NONE; in GDSetVtxDescv()
105 ASSERTMSG(((attrPtr->type >= GX_NONE) && in GDSetVtxDescv()
111 ((attrPtr->type == GX_NONE) || in GDSetVtxDescv()
139 if (attrPtr->type != GX_NONE) in GDSetVtxDescv()
143 if (attrPtr->type != GX_NONE) in GDSetVtxDescv()
147 case GX_VA_CLR0: col0=attrPtr->type; ncols+=(col0 != GX_NONE); break; in GDSetVtxDescv()
148 case GX_VA_CLR1: col1=attrPtr->type; ncols+=(col1 != GX_NONE); break; in GDSetVtxDescv()
150 case GX_VA_TEX0: tex0=attrPtr->type; ntexs+=(tex0 != GX_NONE); break; in GDSetVtxDescv()
151 case GX_VA_TEX1: tex1=attrPtr->type; ntexs+=(tex1 != GX_NONE); break; in GDSetVtxDescv()
152 case GX_VA_TEX2: tex2=attrPtr->type; ntexs+=(tex2 != GX_NONE); break; in GDSetVtxDescv()
153 case GX_VA_TEX3: tex3=attrPtr->type; ntexs+=(tex3 != GX_NONE); break; in GDSetVtxDescv()
154 case GX_VA_TEX4: tex4=attrPtr->type; ntexs+=(tex4 != GX_NONE); break; in GDSetVtxDescv()
155 case GX_VA_TEX5: tex5=attrPtr->type; ntexs+=(tex5 != GX_NONE); break; in GDSetVtxDescv()
156 case GX_VA_TEX6: tex6=attrPtr->type; ntexs+=(tex6 != GX_NONE); break; in GDSetVtxDescv()
157 case GX_VA_TEX7: tex7=attrPtr->type; ntexs+=(tex7 != GX_NONE); break; in GDSetVtxDescv()