Home
last modified time | relevance | path

Searched refs:compare_vec_with_eps (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test.h128 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
Dlp_test_main.c254 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) in compare_vec_with_eps() function
279 return compare_vec_with_eps(type, res, ref, eps); in compare_vec()
Dlp_test_conv.c253 if(!compare_vec_with_eps(dst_type, dst + j*dst_stride, ref + j*dst_stride, eps)) in test_one()