HomeSort by relevance Sort by last modified time
    Searched refs:install_paths (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c 104 // install_paths (output) - A poiner to an array of the installations paths
109 // Both install_paths and install_versions are allocated on the heap. To free them properly,
111 // install_paths and install_versions match, so (*install_paths)[2] is guaranteed to match
113 int find_installations(const char* api_name, char*** install_paths, struct SDKVersion** install_versions,
117 void free_installations(char** install_paths, struct SDKVersion* install_versions, size_t count);
147 // install_paths (input) - An array of every vulkan installation path
152 int remove_explicit_layers(FILE* log, const char** install_paths, size_t count, enum Platform platform,
320 int find_installations(const char* api_name, char*** install_paths, struct SDKVersion** install_versions, size_t* count)
322 *install_paths = malloc(sizeof(char*) * 64)
578 char** install_paths; local
    [all...]
  /development/testrunner/
runtest.py 356 install_paths = m.group(2)
357 for install_path in re.split(r'\s+', install_paths):

Completed in 522 milliseconds