Lines Matching refs:res
2005 VkResult res = anv_compute_pipeline_create(device, pipeline_cache,
2009 if (res == VK_SUCCESS)
2015 result = res;
2016 if (res != VK_PIPELINE_COMPILE_REQUIRED)
2208 VkResult res = anv_graphics_pipeline_create(device,
2213 if (res == VK_SUCCESS)
2219 result = res;
2220 if (res != VK_PIPELINE_COMPILE_REQUIRED)
2961 VkResult res = anv_ray_tracing_pipeline_create(_device, pipeline_cache,
2965 if (res == VK_SUCCESS)
2970 result = res;