Lines Matching refs:result
123 VkResult *result) {
135 *result = VK_ERROR_OUT_OF_HOST_MEMORY;
146 *result = VK_ERROR_OUT_OF_HOST_MEMORY;
170 LPCSTR value_name, VkResult *result) {
183 *result = VK_ERROR_INCOMPATIBLE_DRIVER;
205 *result = VK_ERROR_OUT_OF_HOST_MEMORY;
214 *result = VK_ERROR_INCOMPATIBLE_DRIVER;
221 *result = VK_ERROR_INCOMPATIBLE_DRIVER;
225 found = windows_add_json_entry(inst, reg_data, total_size, value_name, data_type, manifest_path, requiredSize, result);
252 VkResult result = VK_SUCCESS;
267 result = VK_ERROR_OUT_OF_HOST_MEMORY;
268 return result;
297 if (windows_get_device_registry_entry(inst, reg_data, reg_data_size, devID, value_name, &result)) {
300 } else if (result == VK_ERROR_OUT_OF_HOST_MEMORY) {
323 result = VK_ERROR_INCOMPATIBLE_DRIVER;
333 if (windows_get_device_registry_entry(inst, reg_data, reg_data_size, childID, value_name, &result)) {
344 if (!found && result != VK_ERROR_OUT_OF_HOST_MEMORY) {
346 result = VK_ERROR_INCOMPATIBLE_DRIVER;
349 return result;
406 VkResult result = VK_SUCCESS;
440 result = VK_ERROR_OUT_OF_HOST_MEMORY;
453 result = VK_ERROR_OUT_OF_HOST_MEMORY;
485 "Failed to enumerate DXGI adapters at index %d. As a result, drivers may be skipped",
495 "Failed to get DXGI adapter information at index %d. As a result, drivers may be skipped",
560 if (!found && result != VK_ERROR_OUT_OF_HOST_MEMORY) {
563 result = VK_ERROR_INCOMPATIBLE_DRIVER;
571 return result;
577 VkResult result = VK_INCOMPLETE;
586 result = VK_ERROR_INCOMPATIBLE_DRIVER;
595 result = VK_ERROR_INCOMPATIBLE_DRIVER;
651 result = VK_ERROR_OUT_OF_HOST_MEMORY;
673 result = VK_ERROR_OUT_OF_HOST_MEMORY;
684 result = VK_SUCCESS;
686 (DWORD)strlen(json_path) + 1, &result);
687 if (result != VK_SUCCESS) {
703 return result;
1166 VkResult result = VK_ERROR_INITIALIZATION_FAILED;
1203 result = VK_SUCCESS;
1208 return result;
1212 VkResult result = VK_SUCCESS;
1224 result = VK_ERROR_FEATURE_NOT_PRESENT;
1227 result = get_settings_path_if_exists_in_registry_key(inst, out_path, key);
1231 result = get_settings_path_if_exists_in_registry_key(inst, out_path, key);
1234 if (result == VK_ERROR_OUT_OF_HOST_MEMORY || result == VK_SUCCESS) {
1241 result = VK_ERROR_FEATURE_NOT_PRESENT;
1245 result = get_settings_path_if_exists_in_registry_key(inst, out_path, key);
1246 if (result == VK_ERROR_OUT_OF_HOST_MEMORY) {
1256 return result;