Searched refs:OPT_ALL (Results 1 – 8 of 8) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | SPVRemapper.h | 68 OPT_ALL = (OPT_LOADSTORE), enumerator 70 ALL_BUT_STRIP = (MAP_ALL | DCE_ALL | OPT_ALL),
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | SPVRemapper.h | 68 OPT_ALL = (OPT_LOADSTORE), enumerator 70 ALL_BUT_STRIP = (MAP_ALL | DCE_ALL | OPT_ALL),
|
/external/angle/third_party/glslang/src/StandAlone/ |
D | spirv-remap.cpp | 293 options = (options | spv::spirvbin_t::OPT_ALL); in parseCmdLine() 296 options = (options | spv::spirvbin_t::OPT_ALL); in parseCmdLine()
|
/external/deqp-deps/glslang/StandAlone/ |
D | spirv-remap.cpp | 293 options = (options | spv::spirvbin_t::OPT_ALL); in parseCmdLine() 296 options = (options | spv::spirvbin_t::OPT_ALL); in parseCmdLine()
|
/external/deqp-deps/glslang/ |
D | README-spirv-remap.txt | 134 OPT_ALL = (OPT_LOADSTORE) 135 ALL_BUT_STRIP = (MAP_ALL | DCE_ALL | OPT_ALL)
|
/external/angle/third_party/glslang/src/ |
D | README-spirv-remap.txt | 134 OPT_ALL = (OPT_LOADSTORE) 135 ALL_BUT_STRIP = (MAP_ALL | DCE_ALL | OPT_ALL)
|
/external/u-boot/scripts/kconfig/ |
D | gconf.c | 34 OPT_NORMAL, OPT_ALL, OPT_PROMPT enumerator 624 opt_mode = OPT_ALL; in on_set_option_mode2_activate() 1055 if (opt_mode == OPT_ALL && !menu_is_visible(menu)) in fill_row() 1282 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree() 1364 (opt_mode == OPT_ALL && menu_get_prompt(child))) in display_tree()
|
/external/igt-gpu-tools/tools/ |
D | intel_reg.c | 907 OPT_ALL, enumerator 941 { "all", no_argument, NULL, OPT_ALL }, in main() 983 case OPT_ALL: in main()
|