Lines Matching refs:loader_handle
60 if (_this->vulkan_config.loader_handle) {
77 _this->vulkan_config.loader_handle = DEFAULT_HANDLE;
94 for (i = 0; i < numPaths && _this->vulkan_config.loader_handle == NULL; i++) {
96 _this->vulkan_config.loader_handle = SDL_LoadObject(foundPath);
99 if (_this->vulkan_config.loader_handle == NULL) {
106 _this->vulkan_config.loader_handle, "vkGetInstanceProcAddr");
151 SDL_UnloadObject(_this->vulkan_config.loader_handle);
152 _this->vulkan_config.loader_handle = NULL;
158 if (_this->vulkan_config.loader_handle) {
159 if (_this->vulkan_config.loader_handle != DEFAULT_HANDLE) {
160 SDL_UnloadObject(_this->vulkan_config.loader_handle);
162 _this->vulkan_config.loader_handle = NULL;
174 if (!_this->vulkan_config.loader_handle) {
198 if (!_this->vulkan_config.loader_handle) {