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

/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Dintel_dump_gpu.c63 static bool capture_only = false; variable in typeref:typename:bool
334 bool write = !capture_only || (obj->flags & EXEC_OBJECT_CAPTURE);
470 } else if (!strcmp(key, "capture_only")) {
471 capture_only = atoi(value);

Completed in 35 milliseconds