Lines Matching defs:result
121 VkResult result;
160 result = radv_AllocateMemory(device_h,
169 if (result != VK_SUCCESS)
170 return result;
185 result = radv_image_create(device_h,
193 if (result != VK_SUCCESS)
216 return result;
226 VkResult result;
256 result = radv_GetPhysicalDeviceImageFormatProperties2(phys_dev_h, &image_format_info,
258 if (result != VK_SUCCESS) {
259 return vk_errorf(device, result,
311 VkResult result;
333 result = radv_GetPhysicalDeviceImageFormatProperties2(phys_dev_h, &image_format_info,
335 if (result != VK_SUCCESS) {
336 return vk_errorf(device, result,
716 VkResult result =
718 if (result != VK_SUCCESS)
719 return result;
728 result = radv_image_create_layout(device, create_info, NULL, mem->image);
729 if (result != VK_SUCCESS) {
732 return result;
813 VkResult result = radv_import_ahb_memory(device, mem, priority, &import_info);
818 return result;