Lines Matching refs:result
94 VkResult result;
134 result =
147 return result;
163 VkResult result;
207 result =
220 return result;
227 VkResult result;
229 result = pvr_bo_alloc(device,
235 if (result != VK_SUCCESS)
236 return result;
238 result = pvr_pds_pt_store_program_create_and_upload(
243 if (result != VK_SUCCESS)
246 result = pvr_pds_pt_resume_program_create_and_upload(
251 if (result != VK_SUCCESS)
262 return result;
463 VkResult result;
472 result = pvr_bo_alloc(device,
478 if (result != VK_SUCCESS)
479 return result;
485 result = pvr_gpu_upload_usc(device,
490 if (result != VK_SUCCESS)
511 result = pvr_gpu_upload_usc(device,
516 if (result != VK_SUCCESS)
532 result = pvr_pds_render_ctx_sr_program_create_and_upload(
538 if (result != VK_SUCCESS)
542 result = pvr_pds_render_ctx_sr_program_create_and_upload(
548 if (result != VK_SUCCESS)
555 result = pvr_pds_compute_ctx_sr_program_create_and_upload(
562 if (result != VK_SUCCESS)
566 result = pvr_pds_compute_ctx_sr_program_create_and_upload(
573 if (result != VK_SUCCESS)
614 VkResult result;
616 result = pvr_render_job_pt_programs_setup(device, &programs->pt);
617 if (result != VK_SUCCESS)
618 return result;
620 result = pvr_ctx_sr_programs_setup(device,
623 if (result != VK_SUCCESS)
631 return result;
650 VkResult result;
652 result = pvr_bo_alloc(device,
658 if (result != VK_SUCCESS)
659 return result;
661 result = pvr_bo_alloc(device,
667 if (result != VK_SUCCESS)
671 result =
673 if (result)
677 return result;
689 return result;
852 VkResult result;
863 result = pvr_bo_alloc(device,
869 if (result != VK_SUCCESS)
872 result = pvr_render_ctx_switch_init(device, ctx);
873 if (result != VK_SUCCESS)
876 result = pvr_ctx_reset_cmd_init(device, &ctx->reset_cmd);
877 if (result != VK_SUCCESS)
885 result = device->ws->ops->render_ctx_create(device->ws,
888 if (result != VK_SUCCESS)
907 return result;
1100 VkResult result;
1111 result = pvr_bo_alloc(
1118 if (result != VK_SUCCESS)
1127 result = pvr_ctx_sr_programs_setup(device,
1130 if (result != VK_SUCCESS) {
1138 result = pvr_pds_sr_fence_terminate_program_create_and_upload(
1141 if (result != VK_SUCCESS)
1146 result = pvr_ctx_reset_cmd_init(device, &ctx->reset_cmd);
1147 if (result != VK_SUCCESS)
1150 result = device->ws->ops->compute_ctx_create(device->ws,
1153 if (result != VK_SUCCESS)
1176 return result;
1208 VkResult result;
1213 result = pvr_gpu_upload_usc(device,
1218 if (result != VK_SUCCESS)
1219 return result;
1244 VkResult result;
1255 result = pvr_ctx_reset_cmd_init(device, &ctx->reset_cmd);
1256 if (result != VK_SUCCESS)
1261 result = device->ws->ops->transfer_ctx_create(device->ws,
1264 if (result != VK_SUCCESS)
1267 result = pvr_transfer_ctx_setup_shaders(device, ctx);
1268 if (result != VK_SUCCESS)
1277 result = pvr_pds_unitex_state_program_create_and_upload(
1283 if (result != VK_SUCCESS) {
1314 return result;