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

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c44 unsigned numtmp; member in struct:tgsi_lowering_context
1362 decl.Range.First = decl.Range.Last = tmpbase + ctx->numtmp + i;
1373 new_inst.Dst[0].Register.Index = tmpbase + ctx->numtmp + i;
1412 ctx->color_base = tmpbase + ctx->numtmp;
1431 for (i = 0; i < ctx->numtmp; i++) {
1602 int newlen, numtmp; local
1665 numtmp = 0;
1669 numtmp = MAX2(numtmp, DST_TMP);
1673 numtmp
[all...]

Completed in 3295 milliseconds