Searched refs:check_iov_bounds (Results 1 – 1 of 1) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_renderer.c | 7369 static bool check_iov_bounds(struct vrend_resource *res, in check_iov_bounds() function 8100 if (!check_iov_bounds(res, info, iov, num_iovs)) { in vrend_renderer_transfer_internal() 8163 if (!check_iov_bounds(res, info, info->iovec, info->iovec_cnt)) { in vrend_transfer_inline_write() 8213 if (!check_iov_bounds(dst_res, info, src_res->iov, src_res->num_iovs)) { in vrend_renderer_copy_transfer3d()
|