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

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Dintel_dump_gpu.in114 tmp_file=`mktemp`
115 echo -e $args > $tmp_file
118 LD_PRELOAD="$ld_preload" INTEL_DUMP_GPU_CONFIG=$tmp_file $@
120 gdb -iex "set exec-wrapper env LD_PRELOAD=$ld_preload INTEL_DUMP_GPU_CONFIG=$tmp_file" --args $@
124 rm $tmp_file
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_register_allocation.cpp1263 RegisterFile tmp_file(reg_file); local in function:aco::__anon1a58e4b40110::get_reg_impl
1264 std::set<std::pair<unsigned, unsigned>> vars = collect_vars(ctx, tmp_file, best_win);
1276 tmp_file.clear(op);
1278 tmp_file.fill(op);
1287 tmp_file.fill(op);
1292 if (!get_regs_for_copies(ctx, tmp_file, pc, vars, bounds, instr, best_win))
1729 RegisterFile tmp_file(reg_file); local in function:aco::__anon1a58e4b40110::get_reg_create_vector
1734 tmp_file.fill(instr->operands[i]);
1739 collect_vars(ctx, tmp_file, PhysRegInterval{best_pos, size});
1753 tmp_file
1886 RegisterFile tmp_file(register_file); local in function:aco::__anon1a58e4b40110::get_reg_for_operand
2610 RegisterFile tmp_file(register_file); local in function:aco::register_allocation
2755 RegisterFile tmp_file(register_file); local in function:aco::register_allocation
2804 RegisterFile tmp_file(register_file); local in function:aco::register_allocation
[all...]
/xsrc/external/mit/xman/dist/
H A Dmisc.c321 char tmp_file[BUFSIZ]; local in function:Uncompress
324 if (!UncompressNamed(man_globals, filename, tmp_file, &file)) {
330 remove(tmp_file); /* remove name in tree, it will remain

Completed in 8 milliseconds