Home
last modified time | relevance | path

Searched defs:CLIArguments (Results 1 – 15 of 15) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/
H A Dmain.cpp521 struct CLIArguments struct
529 bool es = false;
537 bool fixup = false;
538 bool yflip = false;
539 bool sso = false;
586 string entry;
589 struct Rename
598 bool cpp = false;
599 string reflect;
600 bool msl = false;
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dmain.cpp552 struct CLIArguments struct
560 bool es = false;
568 bool fixup = false;
569 bool yflip = false;
570 bool sso = false;
624 string entry;
627 struct Rename
636 bool cpp = false;
637 string reflect;
638 bool msl = false;
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dmain.cpp552 struct CLIArguments struct
560 bool es = false;
568 bool fixup = false;
569 bool yflip = false;
570 bool sso = false;
624 string entry;
627 struct Rename
636 bool cpp = false;
637 string reflect;
638 bool msl = false;
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dmain.cpp552 struct CLIArguments struct
560 bool es = false;
568 bool fixup = false;
569 bool yflip = false;
570 bool sso = false;
624 string entry;
627 struct Rename
636 bool cpp = false;
637 string reflect;
638 bool msl = false;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dmain.cpp552 struct CLIArguments struct
560 bool es = false;
568 bool fixup = false;
569 bool yflip = false;
570 bool sso = false;
624 string entry;
627 struct Rename
636 bool cpp = false;
637 string reflect;
638 bool msl = false;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dmain.cpp552 struct CLIArguments struct
560 bool es = false;
568 bool fixup = false;
569 bool yflip = false;
570 bool sso = false;
624 string entry;
627 struct Rename
636 bool cpp = false;
637 string reflect;
638 bool msl = false;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dmain.cpp521 struct CLIArguments struct
529 bool es = false;
537 bool fixup = false;
538 bool yflip = false;
539 bool sso = false;
579 string entry;
582 struct Rename
591 bool cpp = false;
592 string reflect;
593 bool msl = false;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/
H A Dmain.cpp490 struct CLIArguments struct
498 bool es = false;
506 bool fixup = false;
507 bool yflip = false;
508 bool sso = false;
544 string entry;
547 struct Rename
556 bool cpp = false;
557 string reflect;
558 bool msl = false;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dmain.cpp490 struct CLIArguments struct
498 bool es = false;
506 bool fixup = false;
507 bool yflip = false;
508 bool sso = false;
537 string entry;
540 struct Rename
549 bool cpp = false;
550 string reflect;
551 bool msl = false;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dmain.cpp490 struct CLIArguments struct
498 bool es = false;
506 bool fixup = false;
507 bool yflip = false;
508 bool sso = false;
537 string entry;
540 struct Rename
549 bool cpp = false;
550 string reflect;
551 bool msl = false;
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/
H A Dmain.cpp490 struct CLIArguments struct
498 bool es = false;
506 bool fixup = false;
507 bool yflip = false;
508 bool sso = false;
529 string entry;
532 struct Rename
541 bool cpp = false;
542 string reflect;
543 bool msl = false;
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/
H A Dmain.cpp490 struct CLIArguments struct
498 bool es = false;
506 bool fixup = false;
507 bool yflip = false;
508 bool sso = false;
529 string entry;
532 struct Rename
541 bool cpp = false;
542 string reflect;
543 bool msl = false;
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/
H A Dmain.cpp135 struct CLIArguments struct
137 const char *dump = nullptr;
138 const char *frame_output = nullptr;
139 const char *trace_output = nullptr;
140 unsigned trace_frame = 0;
141 unsigned scale = 4;
142 bool trace = false;
143 bool verbose = false;
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/
H A Dmain.cpp135 struct CLIArguments struct
137 const char *dump = nullptr;
138 const char *frame_output = nullptr;
139 const char *trace_output = nullptr;
140 unsigned trace_frame = 0;
141 unsigned scale = 4;
142 bool trace = false;
143 bool verbose = false;
/dports/devel/py-envs/envs-1.3/envs/
H A D__init__.py11 class CLIArguments(): class