Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/tools/trace/
Dtracediff.sh129 elif test "x$INFILE2" = "x"; then
130 INFILE2="$1";
140 if test "x$INFILE1" = "x" -o "x$INFILE2" = "x"; then
152 strip_dump "$INFILE2" "$TEMP2" "$@" || fatal "Could not dump '${INFILE2}."
159 strip_dump "$INFILE2" "$TEMP2" "$@" &