Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c49 uint32_t vtxprog[16][4]; member
257 r->vtxprog[attrib][0] = 0x001f38d8; in vroute_add()
258 r->vtxprog[attrib][1] = 0x0080001b | (attrib << 9); in vroute_add()
259 r->vtxprog[attrib][2] = 0x0836106c; in vroute_add()
260 r->vtxprog[attrib][3] = 0x2000f800 | (result + vroute[sem].vp30) << 2; in vroute_add()
262 r->vtxprog[attrib][0] = 0x401f9c6c; in vroute_add()
263 r->vtxprog[attrib][1] = 0x0040000d | (attrib << 8); in vroute_add()
264 r->vtxprog[attrib][2] = 0x8106c083; in vroute_add()
265 r->vtxprog[attrib][3] = 0x6041ff80 | (result + vroute[sem].vp40) << 2; in vroute_add()
336 r->vtxprog[attrib - 1][3] |= 1; in nv30_render_validate()
[all …]