Lines Matching refs:result
298 * we can. SRGB in this context means that rendering to it will result in a
542 VkResult result = VK_SUCCESS;
554 result = VK_ERROR_OUT_OF_HOST_MEMORY;
560 result = VK_ERROR_OUT_OF_HOST_MEMORY;
570 result = VK_ERROR_OUT_OF_HOST_MEMORY;
579 result = VK_ERROR_SURFACE_LOST_KHR;
618 return result;
632 VkResult result = wsi_wl_display_init(wsi, display, wl_display, true,
634 if (result != VK_SUCCESS) {
636 return result;
642 return result;
747 VkResult result =
765 return result;
1141 VkResult result;
1143 result = wsi_create_image(&chain->base, &chain->base.image_info,
1145 if (result != VK_SUCCESS)
1146 return result;
1272 VkResult result;
1283 result = wsi_swapchain_init(wsi_device, &chain->base, device,
1285 if (result != VK_SUCCESS) {
1287 return result;
1319 result = wsi_wl_display_create(wsi, surface->display,
1321 if (result != VK_SUCCESS)
1327 result = VK_ERROR_OUT_OF_HOST_MEMORY;
1351 result = wsi_configure_native_image(&chain->base, pCreateInfo,
1359 result = wsi_configure_cpu_image(&chain->base, pCreateInfo,
1365 result = wsi_configure_cpu_image(&chain->base, pCreateInfo,
1372 if (result != VK_SUCCESS)
1376 result = wsi_wl_image_init(chain, &chain->images[i],
1378 if (result != VK_SUCCESS)
1393 return result;
1402 VkResult result;
1407 result = VK_ERROR_OUT_OF_HOST_MEMORY;
1430 return result;