Lines Matching refs:list

190 void GDSetVtxAttrFmtv ( GXVtxFmt vtxfmt, const GXVtxAttrFmtList *list )  in GDSetVtxAttrFmtv()  argument
235 while (list->attr != GX_VA_NULL) { in GDSetVtxAttrFmtv()
236 ASSERTMSG((((list->attr >= GX_VA_POS) && in GDSetVtxAttrFmtv()
237 (list->attr <= GX_VA_TEX7)) || in GDSetVtxAttrFmtv()
238 (list->attr == GX_VA_NBT)), in GDSetVtxAttrFmtv()
240 ASSERTMSG((list->frac < 32), "GDSetVtxAttrFmtv: invalid frac value"); in GDSetVtxAttrFmtv()
242 switch (list->attr) { in GDSetVtxAttrFmtv()
244 posCnt = list->cnt; in GDSetVtxAttrFmtv()
245 posType = list->type; in GDSetVtxAttrFmtv()
246 posFrac = list->frac; in GDSetVtxAttrFmtv()
250 nrmType = list->type; in GDSetVtxAttrFmtv()
251 if (list->cnt == GX_NRM_NBT3) in GDSetVtxAttrFmtv()
256 nrmCnt = list->cnt; in GDSetVtxAttrFmtv()
261 c0Cnt = list->cnt; in GDSetVtxAttrFmtv()
262 c0Type = list->type; in GDSetVtxAttrFmtv()
265 c1Cnt = list->cnt; in GDSetVtxAttrFmtv()
266 c1Type = list->type; in GDSetVtxAttrFmtv()
269 tx0Cnt = list->cnt; in GDSetVtxAttrFmtv()
270 tx0Type = list->type; in GDSetVtxAttrFmtv()
271 tx0Frac = list->frac; in GDSetVtxAttrFmtv()
274 tx1Cnt = list->cnt; in GDSetVtxAttrFmtv()
275 tx1Type = list->type; in GDSetVtxAttrFmtv()
276 tx1Frac = list->frac; in GDSetVtxAttrFmtv()
279 tx2Cnt = list->cnt; in GDSetVtxAttrFmtv()
280 tx2Type = list->type; in GDSetVtxAttrFmtv()
281 tx2Frac = list->frac; in GDSetVtxAttrFmtv()
284 tx3Cnt = list->cnt; in GDSetVtxAttrFmtv()
285 tx3Type = list->type; in GDSetVtxAttrFmtv()
286 tx3Frac = list->frac; in GDSetVtxAttrFmtv()
289 tx4Cnt = list->cnt; in GDSetVtxAttrFmtv()
290 tx4Type = list->type; in GDSetVtxAttrFmtv()
291 tx4Frac = list->frac; in GDSetVtxAttrFmtv()
294 tx5Cnt = list->cnt; in GDSetVtxAttrFmtv()
295 tx5Type = list->type; in GDSetVtxAttrFmtv()
296 tx5Frac = list->frac; in GDSetVtxAttrFmtv()
299 tx6Cnt = list->cnt; in GDSetVtxAttrFmtv()
300 tx6Type = list->type; in GDSetVtxAttrFmtv()
301 tx6Frac = list->frac; in GDSetVtxAttrFmtv()
304 tx7Cnt = list->cnt; in GDSetVtxAttrFmtv()
305 tx7Type = list->type; in GDSetVtxAttrFmtv()
306 tx7Frac = list->frac; in GDSetVtxAttrFmtv()
311 list++; in GDSetVtxAttrFmtv()