Searched refs:_option (Results 1 – 7 of 7) sorted by relevance
47 const char *getOption(const std::string &_option);48 void setOption(const std::string &_option, const std::string &_val);80 …AYER_EXPORT const char *getLayerOption(const char *_option) { return g_configFileObj.getOption(_op… in getLayerOption() argument81 VK_LAYER_EXPORT const char *GetLayerEnvVar(const char *_option) { in GetLayerEnvVar() argument82 g_configFileObj.vk_layer_disables_env_var = getEnvironment(_option); in GetLayerEnvVar()88 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName) { in getLayerLogOutput() argument90 if (!_option || !strcmp("stdout", _option)) in getLayerLogOutput()93 log_output = fopen(_option, "w"); in getLayerLogOutput()95 if (_option) in getLayerLogOutput()97 …<< layerName << " ERROR: Bad output filename specified: " << _option << ". Writing to STDOUT inste… in getLayerLogOutput()[all …]
60 VK_LAYER_EXPORT const char *getLayerOption(const char *_option);61 VK_LAYER_EXPORT const char *GetLayerEnvVar(const char *_option);63 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName);64 VK_LAYER_EXPORT VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, Vk…67 VK_LAYER_EXPORT void setLayerOption(const char *_option, const char *_val);
25 typedef struct _option { struct
47 macro(check_and_add_compiler_option _option)48 message(STATUS "Checking C compiler flag ${_option}")49 string(REPLACE "=" "-" _temp_option_variable ${_option})51 check_c_compiler_flag("${_option}" ${_option_variable})53 set(C_ADDITIONAL_FLAGS "${C_ADDITIONAL_FLAGS} ${_option}")84 macro(require_and_add_compiler_option _option)85 message(STATUS "Checking C compiler flag ${_option}")86 string(REPLACE "=" "-" _temp_option_variable ${_option})88 check_c_compiler_flag("${_option}" ${_option_variable})90 set(C_ADDITIONAL_FLAGS "${C_ADDITIONAL_FLAGS} ${_option}")
974 (exif_data_[set,unset]_option): New
525 .. _option-flags-and-directives:
509 .. _option-flags-and-directives: