search for: p_mid

Displaying 1 result from an estimated 1 matches for "p_mid".

Did you mean: p_id
2009 Jun 24
0
[PATCH] nv50: fix previous patches
...riteMask; +#ifdef NV50_PROGRAM_DUMP + tgsi_dump_instruction(insn, 1); +#endif + if (dst->File == TGSI_FILE_TEMPORARY) { for (c = 0; c < 4; c++) { if (!(mask & (1 << c))) @@ -1900,13 +1905,14 @@ static unsigned prep_fp_attrib(struct nv50_pc *pc, int i, unsigned *acc, int *p_mid, int *aid, int *p_oid) { - int c, n, oid = *p_oid, mid = *p_mid; + int c, n, oid, mid = *p_mid; unsigned mask = 0; for (c = 0, n = i * 4; c < 4; c++, n++) { pc->attr[n].type = P_TEMP; pc->attr[n].hw = -1; pc->attr[n].index = i; + oid = (*p_oid)++; if (pc-&...