Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_yuv.c187 unsigned mask, tempbase, i; in emit_decls() local
223 tempbase = info->file_max[TGSI_FILE_TEMPORARY] + 1; in emit_decls()
228 decl.Range.First = decl.Range.Last = tempbase + i; in emit_decls()
232 ctx->tmp[i].src.Register.Index = tempbase + i; in emit_decls()
239 ctx->tmp[i].dst.Register.Index = tempbase + i; in emit_decls()
/external/v8/tools/unittests/
Drun_tests_test.py66 with temp_dir() as tempbase:
67 builddir = os.path.join(tempbase, 'out', 'Release')
68 testroot = os.path.join(tempbase, 'test')
79 yield tempbase