Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSInfo.h47 u32 options);
52 u32 options);
DOSSystemLog.h242 void OSLogBuffer(u32 category, u32 level, u32 options, void* pBuffer,
244 void OSLogArgs(u32 category, u32 level, u32 options, u32 seqByte,
246 void OSLogFunc(u32 category, u32 level, u32 options, const char* funcName,
248 void OSLogPrintf (u32 category, u32 level, u32 options,
/CafeSDK-2.12.13-1/system/include/cafe/
Dhio.h63 HIOChannelOptions options,
97 HIOChannelOptions options, in HIOOpen() argument
104 return HIOOpenEx(hioName, &asyncStruct, options, flags); in HIOOpen()
Duhs_cos.h114 UhsEndpointOptions options);
122 UhsDeviceOptions options);
/CafeSDK-2.12.13-1/system/bin/tool/
Dcafeupdate23 options:
24 -h : (help) display options
Dcafeoptions.bat30 REM Set options
40 REM Commandline (per-invocation) options. Takes precedence.
100 if NOT EXIST %_CONFIG% echo WARNING! Could not save options as default! && goto :config_done
101 …for %%i in (%_CONFIG%) do if NOT "%%~zi" == "0" echo WARNING! Could not save options as default! &…
112 echo Currently saved options:
135 echo Usage: %_ME% [options]
149 echo -reset Remove all currently set options
Dcafeheadlessrun54 Usage: $(basename $0) [options] <app>.rpx "[arg1]" "[arg2]" ... "[argN]"
56 options:
Dmakecfdownloadimage.sh97 options:
Dcafeoptions13 # set default cafe.bat options
Dmakecfdiscimage.sh53 options:
Dviewcore.bat92 ::::: Get viewcore options
141 echo Error: $1 unrecognized options
Dcaferun169 Usage: $(basename $0) [options] <app>.rpx "[arg1]" "[arg2]" ... "[argN]"
171 options:
197 -h : (help) display options
Dmakecfmaster.sh491 options:
/CafeSDK-2.12.13-1/system/src/tool/gfx/include/
DshaderUtils.h174 GSH2Options options; ///< configuration options member
234 GSH2Options options; ///< configuration options member
264 GSH2Options options; ///< configuration options member
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp1140 compileSetup.options.dumpShaders = (sourceInfo.dumpShaders) ? 1 : 0; in main()
1141 compileSetup.options.forceUniformBlock = (sourceInfo.forceUniformBlock) ? 1 : 0; in main()
1142 compileSetup.options.optimize = (sourceInfo.optimizeFlags != 0) ? 1 : 0; in main()
1143 compileSetup.options.skipSparkDebug = (sourceInfo.noSparkInfo) ? 1 : 0; in main()
1144 compileSetup.options.optFlags = 1; in main()
1153 compileSetup.options.getStats = 1; in main()
1155 compileSetup.options.getBuildTimeStats = 1; in main()
1166 if (compileSetup.options.getStats) in main()
1173 if (compileSetup.options.getStats) in main()
/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp140 options[j].resize(count); in Init()
146 options[j][i] = option[j][i]; in Init()
147 optionsList[j][i] = &options[j][i]; in Init()
/CafeSDK-2.12.13-1/
Dcafe.bat34 REM Set options
37 REM effect, unless overriden by commandline options.
40 REM Commandline (per-invocation) options. Takes precedence.
142 if NOT EXIST %_CONFIG% echo WARNING! Could not save options as default! && goto :config_done
143 …for %%i in (%_CONFIG%) do if NOT "%%~zi" == "0" echo WARNING! Could not save options as default! &…
748 echo Usage: %~nx0 [options] [shell command]
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h158 std::vector<SubComboBasic<MAX_NAME_LENGTH> > options[10]; member
/CafeSDK-2.12.13-1/system/include/cafe/demo/
Ddemowin.h158 std::vector<SubComboBasic<MAX_NAME_LENGTH> > options[10]; member
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs1471 …ic int make(string default_ddf, string common_ddf_file, string individual_ddf_file, string options) in make() argument
1485 if (options != null) in make()
1487 arguments += " " + options; in make()