Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.c1323 unsigned inbase, tmpbase; in emit_twoside() local
1327 tmpbase = info->file_max[TGSI_FILE_TEMPORARY] + 1; in emit_twoside()
1362 decl.Range.First = decl.Range.Last = tmpbase + ctx->numtmp + i; in emit_twoside()
1373 new_inst.Dst[0].Register.Index = tmpbase + ctx->numtmp + i; in emit_twoside()
1407 unsigned tmpbase; in emit_decls() local
1410 tmpbase = info->file_max[TGSI_FILE_TEMPORARY] + 1; in emit_decls()
1412 ctx->color_base = tmpbase + ctx->numtmp; in emit_decls()
1434 decl.Range.First = decl.Range.Last = tmpbase + i; in emit_decls()
1438 ctx->tmp[i].src.Register.Index = tmpbase + i; in emit_decls()
1445 ctx->tmp[i].dst.Register.Index = tmpbase + i; in emit_decls()