HomeSort by relevance Sort by last modified time
    Searched full:vtxprog (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_draw.c 49 uint32_t vtxprog[16][4]; member in struct:nv30_render
251 r->vtxprog[attrib][0] = 0x001f38d8;
252 r->vtxprog[attrib][1] = 0x0080001b | (attrib << 9);
253 r->vtxprog[attrib][2] = 0x0836106c;
254 r->vtxprog[attrib][3] = 0x2000f800 | (result + vroute[sem].vp30) << 2;
256 r->vtxprog[attrib][0] = 0x401f9c6c;
257 r->vtxprog[attrib][1] = 0x0040000d | (attrib << 8);
258 r->vtxprog[attrib][2] = 0x8106c083;
259 r->vtxprog[attrib][3] = 0x6041ff80 | (result + vroute[sem].vp40) << 2;
325 r->vtxprog[attrib - 1][3] |= 1
    [all...]
nv30_screen.c 505 /* vtxprog output routing */
nvfx_vertprog.c 999 * planes are enabled. We need to append code to the vtxprog
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 49 uint32_t vtxprog[16][4]; member in struct:nv30_render
251 r->vtxprog[attrib][0] = 0x001f38d8;
252 r->vtxprog[attrib][1] = 0x0080001b | (attrib << 9);
253 r->vtxprog[attrib][2] = 0x0836106c;
254 r->vtxprog[attrib][3] = 0x2000f800 | (result + vroute[sem].vp30) << 2;
256 r->vtxprog[attrib][0] = 0x401f9c6c;
257 r->vtxprog[attrib][1] = 0x0040000d | (attrib << 8);
258 r->vtxprog[attrib][2] = 0x8106c083;
259 r->vtxprog[attrib][3] = 0x6041ff80 | (result + vroute[sem].vp40) << 2;
325 r->vtxprog[attrib - 1][3] |= 1
    [all...]
nv30_screen.c 505 /* vtxprog output routing */
nvfx_vertprog.c 999 * planes are enabled. We need to append code to the vtxprog
    [all...]

Completed in 349 milliseconds