Searched refs:option_info (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
H A D | pipe_loader.c | 82 driDestroyOptionInfo(&(*dev)->option_info); in pipe_loader_base_release() 117 if (dev->option_info.info) in pipe_loader_load_options() 126 driParseOptionInfo(&dev->option_info, merged_driconf, merged_count); in pipe_loader_load_options() 134 driParseConfigFiles(&dev->option_cache, &dev->option_info, 0, in pipe_loader_config_options() 168 config.options_info = &dev->option_info; in pipe_loader_create_screen_vk()
|
H A D | pipe_loader.h | 71 driOptionCache option_info; member
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_device.c | 113 driParseOptionInfo(&stw_dev->option_info, gallium_driconf, ARRAY_SIZE(gallium_driconf)); in init_options() 114 driParseConfigFiles(&stw_dev->option_cache, &stw_dev->option_info, 0, in init_options() 239 driDestroyOptionInfo(&stw_dev->option_info); in stw_cleanup()
|
H A D | stw_device.h | 90 driOptionCache option_info; member
|
/third_party/node/src/ |
H A D | node_options.cc | 1118 const auto& option_info = item.second; in GetCLIOptions() local 1119 auto field = option_info.field; in GetCLIOptions() 1121 switch (option_info.type) { in GetCLIOptions() 1185 if (!ToV8Value(context, option_info.help_text).ToLocal(&help_text) || in GetCLIOptions() 1191 static_cast<int>(option_info.env_setting))) in GetCLIOptions() 1195 Integer::New(isolate, static_cast<int>(option_info.type))) in GetCLIOptions() 1199 Boolean::New(isolate, option_info.default_is_true)) in GetCLIOptions()
|
Completed in 4 milliseconds