Searched refs:tmpbase (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c1172 unsigned inbase, tmpbase; local in function:emit_twoside
1176 tmpbase = info->file_max[TGSI_FILE_TEMPORARY] + 1;
1211 decl.Range.First = decl.Range.Last = tmpbase + ctx->numtmp + i;
1222 new_inst.Dst[0].Register.Index = tmpbase + ctx->numtmp + i;
1256 unsigned tmpbase; local in function:emit_decls
1259 tmpbase = info->file_max[TGSI_FILE_TEMPORARY] + 1;
1261 ctx->color_base = tmpbase + ctx->numtmp;
1283 decl.Range.First = decl.Range.Last = tmpbase + i;
1287 ctx->tmp[i].src.Register.Index = tmpbase + i;
1294 ctx->tmp[i].dst.Register.Index = tmpbase
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c1173 unsigned inbase, tmpbase; local in function:emit_twoside
1177 tmpbase = info->file_max[TGSI_FILE_TEMPORARY] + 1;
1211 decl.Range.First = decl.Range.Last = tmpbase + ctx->numtmp + i;
1222 new_inst.Dst[0].Register.Index = tmpbase + ctx->numtmp + i;
1256 unsigned tmpbase; local in function:emit_decls
1259 tmpbase = info->file_max[TGSI_FILE_TEMPORARY] + 1;
1261 ctx->color_base = tmpbase + ctx->numtmp;
1283 decl.Range.First = decl.Range.Last = tmpbase + i;
1287 ctx->tmp[i].src.Register.Index = tmpbase + i;
1294 ctx->tmp[i].dst.Register.Index = tmpbase
[all...]

Completed in 8 milliseconds