HomeSort by: relevance | last modified time | path
    Searched defs:stderr (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/
run-test.py 48 stderr=subprocess.DEVNULL) as cmd: variable
53 file=sys.stderr)
  /xsrc/external/mit/MesaLib/dist/bin/pick/
core.py 60 stderr=subprocess.DEVNULL).decode("ascii").strip() variable
92 stderr=asyncio.subprocess.DEVNULL,
105 stderr=asyncio.subprocess.DEVNULL,
146 stderr=subprocess.DEVNULL
156 stderr=asyncio.subprocess.PIPE,
177 stderr=asyncio.subprocess.DEVNULL,
211 stderr=asyncio.subprocess.DEVNULL)
218 stderr=asyncio.subprocess.DEVNULL)
238 stderr=asyncio.subprocess.DEVNULL,
249 stderr=asyncio.subprocess.DEVNULL
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_nir.cpp 134 nir_print_shader(const_cast<nir_shader *>(shader), stderr); local
139 fprintf(stderr, "Unhandled sysvalue access ");
140 nir_print_instr(instr, stderr);
141 fprintf(stderr, "\n");
295 fprintf(stderr, "R600: %s: ShaderFromNir Unsupported instruction: type %d:'", __func__, instr->type);
296 nir_print_instr(instr, stderr);
297 fprintf(stderr, "'\n");
317 fprintf(stderr, "R600: error parsing outputs variable %s\n", variable->name);
804 fprintf(stderr, "PRE-OPT-NIR-----------.------------------------------\n");
805 nir_print_shader(sel->nir, stderr);
    [all...]

Completed in 8 milliseconds