Lines Matching refs:gpu
1087 if (opts->gpu) {
1088 const char* gpu = opts->gpu;
1089 if (!strcmp(gpu,"on") || !strcmp(gpu,"enable")) {
1091 } else if (!strcmp(gpu,"off") || !strcmp(gpu,"disable")) {
1093 } else if (!strcmp(gpu,"auto")) {
1096 derror("Invalid value for -gpu <mode> parameter: %s\n", gpu);
1102 /* Quit emulator on condition that both, gpu and snapstorage are on. This is
1103 * a temporary solution preventing the emulator from crashing until GPU state
1107 derror("Snapshots and gpu are mutually exclusive at this point. Please turn one of them off, and restart the emulator.");