Lines Matching refs:result
73 VkResult result;
104 result = pvr_gpu_upload_pds(device,
113 if (result != VK_SUCCESS) {
115 return result;
139 VkResult result;
173 result = pvr_gpu_upload_pds(device,
182 if (result != VK_SUCCESS) {
184 return result;
354 VkResult result;
412 result = pvr_gpu_upload_pds(device,
421 if (result != VK_SUCCESS) {
469 VkResult result;
506 result =
511 if (result != VK_SUCCESS) {
518 return result;
606 VkResult result;
624 result = pvr_gpu_upload(device,
631 if (result != VK_SUCCESS)
632 return result;
660 VkResult result;
666 result = pvr_pds_descriptor_program_setup_buffers(
674 if (result != VK_SUCCESS)
675 return result;
773 result = pvr_gpu_upload_pds(device,
782 if (result != VK_SUCCESS) {
872 VkResult result;
911 result = pvr_gpu_upload_pds(device,
920 if (result != VK_SUCCESS) {
922 return result;
963 VkResult result;
993 result = pvr_gpu_upload_pds(device,
1002 if (result != VK_SUCCESS) {
1004 return result;
1076 VkResult result;
1081 result = pvr_hard_code_compute_pipeline(device,
1084 if (result != VK_SUCCESS)
1085 return result;
1119 result = pvr_pds_descriptor_program_create_and_upload(
1128 if (result != VK_SUCCESS)
1131 result = pvr_pds_compute_program_create_and_upload(
1141 if (result != VK_SUCCESS)
1153 result = pvr_pds_compute_base_workgroup_variant_program_init(
1162 if (result != VK_SUCCESS)
1181 return result;
1191 VkResult result;
1200 result = pvr_compute_pipeline_compile(device,
1205 if (result != VK_SUCCESS) {
1207 return result;
1221 VkResult result;
1232 result = pvr_compute_pipeline_init(device,
1237 if (result != VK_SUCCESS) {
1239 return result;
1284 VkResult result = VK_SUCCESS;
1294 result = local_result;
1299 return result;
1463 VkResult result;
1569 result = pvr_gpu_upload_usc(device,
1574 if (result != VK_SUCCESS)
1589 result = pvr_gpu_upload_usc(device,
1594 if (result != VK_SUCCESS)
1606 result = pvr_pds_coeff_program_create_and_upload(
1613 if (result != VK_SUCCESS)
1616 result = pvr_pds_fragment_program_create_and_upload(
1624 if (result != VK_SUCCESS)
1627 result = pvr_pds_vertex_attrib_programs_create_and_upload(
1634 if (result != VK_SUCCESS)
1637 result = pvr_pds_descriptor_program_create_and_upload(
1646 if (result != VK_SUCCESS)
1660 result = pvr_pds_descriptor_program_create_and_upload(
1669 if (result != VK_SUCCESS)
1704 return result;
1858 VkResult result;
1932 result = pvr_graphics_pipeline_compile(device,
1937 if (result != VK_SUCCESS) {
1939 return result;
1954 VkResult result;
1965 result = pvr_graphics_pipeline_init(device,
1970 if (result != VK_SUCCESS) {
1972 return result;
1990 VkResult result = VK_SUCCESS;
2000 result = local_result;
2005 return result;