Home
last modified time | relevance | path

Searched refs:option_info (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c82 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 Dpipe_loader.h71 driOptionCache option_info; member
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_device.c113 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 Dstw_device.h90 driOptionCache option_info; member
/third_party/node/src/
H A Dnode_options.cc1118 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