Lines Matching refs:result
100 * initialized with the result of the load op. Since the input attachment
171 VkResult result;
188 result = pvr_gpu_upload_pds(device,
197 if (result != VK_SUCCESS) {
199 return result;
216 VkResult result;
235 result = pvr_gpu_upload_usc(device,
240 if (result != VK_SUCCESS)
243 result = pvr_pds_fragment_program_create_and_upload(
251 if (result != VK_SUCCESS)
254 result = pvr_pds_unitex_state_program_create_and_upload(
260 if (result != VK_SUCCESS)
285 return result;
319 VkResult result;
504 result = vk_error(device, VK_ERROR_OUT_OF_HOST_MEMORY);
526 result = pvr_load_op_create(device, pAllocator, hw_render, &load_op);
527 if (result != VK_SUCCESS)
552 return result;