Lines Matching defs:res
331 VkResult res = VK_SUCCESS;
336 res = create_pipeline_layout(device, &state->depth_decomp[i].p_layout);
337 if (res != VK_SUCCESS)
338 return res;
343 res = create_pipeline(device, samples, state->depth_decomp[i].p_layout, DEPTH_DECOMPRESS,
345 if (res != VK_SUCCESS)
346 return res;
348 res = create_pipeline(device, samples, state->depth_decomp[i].p_layout, DEPTH_RESUMMARIZE,
350 if (res != VK_SUCCESS)
351 return res;