Lines Matching refs:vtxprog
49 uint32_t vtxprog[16][4]; member
251 r->vtxprog[attrib][0] = 0x001f38d8; in vroute_add()
252 r->vtxprog[attrib][1] = 0x0080001b | (attrib << 9); in vroute_add()
253 r->vtxprog[attrib][2] = 0x0836106c; in vroute_add()
254 r->vtxprog[attrib][3] = 0x2000f800 | (result + vroute[sem].vp30) << 2; in vroute_add()
256 r->vtxprog[attrib][0] = 0x401f9c6c; in vroute_add()
257 r->vtxprog[attrib][1] = 0x0040000d | (attrib << 8); in vroute_add()
258 r->vtxprog[attrib][2] = 0x8106c083; in vroute_add()
259 r->vtxprog[attrib][3] = 0x6041ff80 | (result + vroute[sem].vp40) << 2; in vroute_add()
325 r->vtxprog[attrib - 1][3] |= 1; in nv30_render_validate()
328 PUSH_DATAp(push, r->vtxprog[i], 4); in nv30_render_validate()