HomeSort by relevance Sort by last modified time
    Searched full:_option (Results 1 - 16 of 16) sorted by null

  /external/vulkan-validation-layers/layers/
vk_layer_config.cpp 45 const char *getOption(const std::string &_option);
46 void setOption(const std::string &_option, const std::string &_val);
76 VK_LAYER_EXPORT const char *getLayerOption(const char *_option) { return g_configFileObj.getOption(_option); }
80 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName) {
82 if (!_option || !strcmp("stdout", _option))
85 log_output = fopen(_option, "w");
87 if (_option)
89 << layerName << " ERROR: Bad output filename specified: " << _option << ". Writing to STDOUT instead
    [all...]
vk_layer_config.h 60 VK_LAYER_EXPORT const char *getLayerOption(const char *_option);
61 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName);
62 VK_LAYER_EXPORT VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, VkFlags> const &enum_data,
65 VK_LAYER_EXPORT void setLayerOption(const char *_option, const char *_val);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_config.cpp 41 const char *getOption(const std::string &_option);
42 void setOption(const std::string &_option, const std::string &_val);
72 const char *getLayerOption(const char *_option) { return g_configFileObj.getOption(_option); }
76 FILE *getLayerLogOutput(const char *_option, const char *layerName) {
78 if (!_option || !strcmp("stdout", _option))
81 log_output = fopen(_option, "w");
83 if (_option)
85 << layerName << " ERROR: Bad output filename specified: " << _option << ". Writing to STDOUT instead
    [all...]
vk_layer_config.h 59 const char *getLayerOption(const char *_option);
60 FILE *getLayerLogOutput(const char *_option, const char *layerName);
61 VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, VkFlags> const &enum_data,
64 void setLayerOption(const char *_option, const char *_val);
  /external/ppp/pppd/plugins/radius/
options.h 25 typedef struct _option { struct
  /external/autotest/client/site_tests/graphics_Gralloc/
graphics_Gralloc.py 22 _OPTION = 'all'
69 cmd = '%s %s' % (executable, _OPTION)
  /external/tensorflow/tensorflow/contrib/kfac/python/ops/
fisher_blocks.py     [all...]
  /external/google-breakpad/src/third_party/curl/
typecheck-gcc.h 35 * need to extend the appropriate _curl_*_option macro
    [all...]
  /external/curl/include/curl/
typecheck-gcc.h 39 * need to extend the appropriate _curl_*_option macro
    [all...]
  /external/libexif/
ChangeLog     [all...]
  /external/python/cpython2/Doc/library/
doctest.rst 525 .. _option-flags-and-directives:
    [all...]
  /external/python/cpython3/Doc/library/
doctest.rst 505 .. _option-flags-and-directives:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.td     [all...]
ARMInstrThumb2.td     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMInstrInfo.td     [all...]
ARMInstrThumb2.td     [all...]

Completed in 630 milliseconds