Lines Matching defs:res
1133 VkResult res;
1143 res = radv_CreatePipelineLayout(radv_device_to_handle(device), &pl_color_create_info,
1146 if (res != VK_SUCCESS)
1147 return res;
1156 res = radv_CreatePipelineLayout(radv_device_to_handle(device), &pl_depth_create_info,
1159 if (res != VK_SUCCESS)
1160 return res;
1169 res = radv_CreatePipelineLayout(radv_device_to_handle(device),
1172 if (res != VK_SUCCESS)
1173 return res;
1175 res = init_meta_clear_htile_mask_state(device);
1176 if (res != VK_SUCCESS)
1177 return res;
1179 res = init_meta_clear_dcc_comp_to_single_state(device);
1180 if (res != VK_SUCCESS)
1181 return res;
1195 res = create_color_pipeline(device, samples, 0, format,
1197 if (res != VK_SUCCESS)
1198 return res;
1205 res = create_depthstencil_pipeline(device, VK_IMAGE_ASPECT_DEPTH_BIT, samples, j, false,
1207 if (res != VK_SUCCESS)
1208 return res;
1210 res = create_depthstencil_pipeline(device, VK_IMAGE_ASPECT_STENCIL_BIT, samples, j, false,
1212 if (res != VK_SUCCESS)
1213 return res;
1215 res = create_depthstencil_pipeline(
1218 if (res != VK_SUCCESS)
1219 return res;
1221 res = create_depthstencil_pipeline(device, VK_IMAGE_ASPECT_DEPTH_BIT, samples, j, true,
1223 if (res != VK_SUCCESS)
1224 return res;
1226 res =
1229 if (res != VK_SUCCESS)
1230 return res;
1232 res = create_depthstencil_pipeline(
1235 if (res != VK_SUCCESS)
1236 return res;