Lines Matching defs:ret
620 int ret;
683 ret = 0;
685 ret = drmIoctl(dev->fd, DRM_IOCTL_PANFROST_SUBMIT, &submit);
688 if (ret)
732 int ret = 0;
742 ret = panfrost_batch_submit_ioctl(batch, batch->scoreboard.first_job,
745 if (ret)
751 ret = panfrost_batch_submit_ioctl(batch, fragjob,
754 if (ret)
762 return ret;
790 int ret;
833 ret = panfrost_batch_submit_jobs(batch, &fb, 0, ctx->syncobj);
835 if (ret)
836 fprintf(stderr, "panfrost_batch_submit failed: %d\n", ret);