Home
last modified time | relevance | path

Searched refs:OPT_ALL (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.h68 OPT_ALL = (OPT_LOADSTORE), enumerator
70 ALL_BUT_STRIP = (MAP_ALL | DCE_ALL | OPT_ALL),
/external/deqp-deps/glslang/StandAlone/
Dspirv-remap.cpp293 options = (options | spv::spirvbin_t::OPT_ALL); in parseCmdLine()
296 options = (options | spv::spirvbin_t::OPT_ALL); in parseCmdLine()
/external/deqp-deps/glslang/
DREADME-spirv-remap.txt134 OPT_ALL = (OPT_LOADSTORE)
135 ALL_BUT_STRIP = (MAP_ALL | DCE_ALL | OPT_ALL)
/external/u-boot/scripts/kconfig/
Dgconf.c34 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()